Update drogon version to v1.0.0-beta12

This commit is contained in:
antao 2019-11-30 12:17:53 +08:00
parent 5c1c73d9b6
commit f9d09d1554
3 changed files with 25 additions and 3 deletions

View File

@ -9,7 +9,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 "beta11")
set(PRE_RELEASE_STRING "beta12")
# 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,26 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.0.0-beta12] - 2019-11-30
### Changed
- Make dg_ctl a symlink
- Modify some code styles
- Explicitly set path to '/' for JSESSIONID cookie
- Handle gzip errors safely
- Add the SecureSSLRedirector plugin
### Fixed
- Fix a bug in dg_ctl for creating models of sqlite3
- Reset the flag used to parse json to false before recycling HttpRequest objects
## [1.0.0-beta11] - 2019-11-06
### Changed
@ -228,7 +248,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-beta11...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta12...HEAD
[1.0.0-beta12]: https://github.com/an-tao/drogon/compare/v1.0.0-beta11...v1.0.0-beta12
[1.0.0-beta11]: https://github.com/an-tao/drogon/compare/v1.0.0-beta10...v1.0.0-beta11

@ -1 +1 @@
Subproject commit f36e2e46a7bfa404e730ec36cf223c75f6fbe34a
Subproject commit 483720bd70a99ea7ba6509e3cc85d2c27482bd72