Update drogon version to v1.0.0-beta13

This commit is contained in:
antao 2020-01-04 08:56:53 +08:00
parent f07d9e03e1
commit 668533fbbd
2 changed files with 32 additions and 2 deletions

View File

@ -13,7 +13,7 @@ set(DROGON_MINOR_VERSION 0)
set(DROGON_PATCH_VERSION 0)
set(DROGON_VERSION
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
set(PRE_RELEASE_STRING "beta12")
set(PRE_RELEASE_STRING "beta13")
# Offer the user the choice of overriding the installation directories
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")

View File

@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.0.0-beta13] - 2020-01-04
### API change list
- None
### Changed
- Add some unit tests (based on gtest)
- Add a reverse proxy example
- Make a patch to support the ossp UUID library
- Make shared linking possible
- Add the drogon::OStringStream class
- Optimize ORM
- Modify singleton logic of DrClassMap
### Fixed
- Fix an error in the batch mode of libpq
- Fix an error when clients use HTTP1.0
## [1.0.0-beta12] - 2019-11-30
### Changed
@ -248,7 +276,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.0.0-beta12...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta13...HEAD
[1.0.0-beta13]: https://github.com/an-tao/drogon/compare/v1.0.0-beta12...v1.0.0-beta13
[1.0.0-beta12]: https://github.com/an-tao/drogon/compare/v1.0.0-beta11...v1.0.0-beta12