From 38dd5fea31a7a2727c0a6f6b6b04252374796cab Mon Sep 17 00:00:00 2001 From: antao Date: Wed, 1 Jan 2025 11:25:29 +0800 Subject: [PATCH] Bump version to 1.9.9 --- CMakeLists.txt | 2 +- ChangeLog.md | 28 +++++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dd4abb8ed..e6a6a3e278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ CMAKE_DEPENDENT_OPTION(USE_SPDLOG "Allow using the spdlog logging library" OFF " set(DROGON_MAJOR_VERSION 1) set(DROGON_MINOR_VERSION 9) -set(DROGON_PATCH_VERSION 8) +set(DROGON_PATCH_VERSION 9) set(DROGON_VERSION ${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION}) set(DROGON_VERSION_STRING "${DROGON_VERSION}") diff --git a/ChangeLog.md b/ChangeLog.md index 443ada2027..450433d9d8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.9.9] - 2025-01-01 + +### API changes list + +- Added Partitioned flag for cookies. + +### Changed + +- Update FindFilesystem.cmake to check for GNU instead of GCC for CMAKE_CXX_COMPILER_ID. + +- Update README. + +- Chore(workflow/cmake.yml): upgrade macos runner. + +- Add emptiness check to the LogStream &operator<< with std::string_view. + +### Fixed + +- Fix a bug in plugin Redirector. + +- Fix CMAKE issues mentioned in #2144 and a linking problem which manifest with gcc12.3 when building with shared libs. + +- Fix: Remove dependency on locales being installed on the system. + ## [1.9.8] - 2024-10-27 ### API changes list @@ -1759,7 +1783,9 @@ All notable changes to this project will be documented in this file. ## [1.0.0-beta1] - 2019-06-11 -[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.8...HEAD +[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.9...HEAD + +[1.9.9]: https://github.com/an-tao/drogon/compare/v1.9.8...v1.9.9 [1.9.8]: https://github.com/an-tao/drogon/compare/v1.9.7...v1.9.8