Files
cpp-build-system/CHANGELOG.md
Scott E. Graves 87d2c2a888
All checks were successful
sgraves/cpp-build-system_msys2/pipeline/head This commit looks good
sgraves/cpp-build-system_mac/pipeline/head This commit looks good
sgraves/cpp-build-system/pipeline/head This commit looks good
updated CHANGELOG.md
2026-01-10 17:09:22 -06:00

42 lines
964 B
Markdown

# Changelog
## v2.0.1-release
**Issues**
- ~~\#1 Add Windows MSYS2 Jenkins build and testing support~~
- \#4 Remove VLC Win32 binaries
- \#5 Upgrade to Alpine Linux v3.23
- \#6 Upgrade to c++23 standard
**Changes from v2.0.0-release**
- Added retries to `wget` and extracted common `download.sh`
- Fixed `boost` build not finding/linking `ICU`
- Fixed incorrect CHANGELOG.md
- Fixed multiple issues compiling on `aarch64`
- Various `macOS` build fixes
---
## v2.0.0-release
**Issues**
- \#2 [IMPORTANT] Remove package sources and host only the expected SHA-256
**Changes from v1.0.0-release**
- Partial Windows MSYS2 Jenkins build and testing support
- Properly handle `alpha.x`, `beta.x` and `rc.x` releases in `deliver.sh`
- Remove stray "_libevent_" inserted mid-name on macOS x86_64 Jenkins test builds
- Use `cygpath` to format Windows paths for use in MSYS2
---
## v1.0.0-release
- Initial Release
---