Skip to content

Commit 77ed7a6

Browse files
authored
Bump version to 1.5.7 (#227)
1 parent 6578d27 commit 77ed7a6

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
99

1010
set(TRANTOR_MAJOR_VERSION 1)
1111
set(TRANTOR_MINOR_VERSION 5)
12-
set(TRANTOR_PATCH_VERSION 6)
12+
set(TRANTOR_PATCH_VERSION 7)
1313
set(TRANTOR_VERSION
1414
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1515

ChangeLog.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [1.5.7] - 2022-09-25
7+
8+
### API changes list
9+
10+
- Add utc methods for trantor::Date.
11+
12+
### Changed
13+
14+
- Remove an unnecessary semi-colon.
15+
16+
- Added support for Solaris.
17+
18+
- Define ssize_t as std::intptr_t on Windows.
19+
20+
- Add an environment without openssl to github actions.
21+
22+
- Added SSL Error Trace Log and mTLS Samples.
23+
24+
- Use LOG_TRACE instead of LOG_DEBUG.
25+
26+
### Fixed
27+
28+
- Fix a race condition.
29+
30+
- Fix iterator invalidation bug when stopping TCP server.
31+
32+
- Partial fix of exception safety in the event loop.
33+
634
## [1.5.6] - 2022-07-09
735

836
### API changes list
@@ -444,7 +472,9 @@ All notable changes to this project will be documented in this file.
444472

445473
## [1.0.0-rc1] - 2019-06-11
446474

447-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.6...HEAD
475+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.7...HEAD
476+
477+
[1.5.7]: https://github.com/an-tao/trantor/compare/v1.5.6...v1.5.7
448478

449479
[1.5.6]: https://github.com/an-tao/trantor/compare/v1.5.5...v1.5.6
450480

0 commit comments

Comments
 (0)