File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed
Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ CMAKE_DEPENDENT_OPTION(USE_SPDLOG "Allow using the spdlog logging library" OFF "
2525
2626set (DROGON_MAJOR_VERSION 1)
2727set (DROGON_MINOR_VERSION 9)
28- set (DROGON_PATCH_VERSION 8 )
28+ set (DROGON_PATCH_VERSION 9 )
2929set (DROGON_VERSION
3030 ${DROGON_MAJOR_VERSION} .${DROGON_MINOR_VERSION} .${DROGON_PATCH_VERSION} )
3131set (DROGON_VERSION_STRING "${DROGON_VERSION} " )
Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.9.9] - 2025-01-01
8+
9+ ### API changes list
10+
11+ - Added Partitioned flag for cookies.
12+
13+ ### Changed
14+
15+ - Update FindFilesystem.cmake to check for GNU instead of GCC for CMAKE_CXX_COMPILER_ID.
16+
17+ - Update README.
18+
19+ - Chore(workflow/cmake.yml): upgrade macos runner.
20+
21+ - Add emptiness check to the LogStream &operator<< with std::string_view.
22+
23+ ### Fixed
24+
25+ - Fix a bug in plugin Redirector.
26+
27+ - Fix CMAKE issues mentioned in #2144 and a linking problem which manifest with gcc12.3 when building with shared libs.
28+
29+ - Fix: Remove dependency on locales being installed on the system.
30+
731## [ 1.9.8] - 2024-10-27
832
933### API changes list
@@ -1759,7 +1783,9 @@ All notable changes to this project will be documented in this file.
17591783
17601784## [ 1.0.0-beta1] - 2019-06-11
17611785
1762- [ Unreleased ] : https://github.com/an-tao/drogon/compare/v1.9.8...HEAD
1786+ [ Unreleased ] : https://github.com/an-tao/drogon/compare/v1.9.9...HEAD
1787+
1788+ [ 1.9.9 ] : https://github.com/an-tao/drogon/compare/v1.9.8...v1.9.9
17631789
17641790[ 1.9.8 ] : https://github.com/an-tao/drogon/compare/v1.9.7...v1.9.8
17651791
You can’t perform that action at this time.
0 commit comments