Files
cpp-build-system/CHANGELOG.md
Scott E. Graves 48c1433c19
Some checks failed
sgraves/cpp-build-system/pipeline/head Build queued...
sgraves/cpp-build-system_mac/pipeline/head There was a failure building this commit
sgraves/cpp-build-system_msys2/pipeline/head There was a failure building this commit
upgrade alpine and c++ std
2025-12-13 17:52:44 -06:00

38 lines
774 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
---
## 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
---