1.1.5 Last release that requires boost library support.
Any following release will be without requiring boost library support.
This means that apart from zlib there are no other 3rd party libraries that needs to be downloaded and installed.
Changes between 1.1.4 and 1.1.5
repository and system build changes
- Removed obsolete travis CI and replaced it with OSX/Linux CI GitActions for CI pipeline
- Updated documentation, templates for PR, issues, questions,
- Downloading gtest instead of storing it in the repo (#117, #118, #119))
- CI support Windows moved from Visual Studio 2015 to Visual Studio 2017 (#113)
- CMake set for using C++17 standard (#113)
Test improvement
- Increased test coverage for LogRotate with filter (#115)
What's Changed Described By Commits
- C++14 to C++17 by @KjellKod in #113
- Added missing unit test for LogRotateFilter - FilterTest::OverrideLogDetails by @KjellKod in #115
- bare minimum fix for #117 issue by @KjellKod in #118
- Update CMakeLists.txt (#118) by @thomasCresson in #119
- Update README.md by @KjellKod in #120
- Delete .travis.yml by @KjellKod in #121
- GitActions / CI improvements with macos by @KjellKod in #123
New Contributors
- @thomasCresson made their first contribution in #119
Full Changelog: 1.1.4...1.1.5