Files
cpp-build-system/CHANGELOG.md
Scott E. Graves 9435e047d9
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
2025-12-18 16:00:26 -06:00

39 lines
822 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**
- Fixed incorrect CHANGELOG.md
- Fixed multiple issues compiling on `aarch64`
---
## 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
---