File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
5
5
6
6
set (TRANTOR_MAJOR_VERSION 1 )
7
7
set (TRANTOR_MINOR_VERSION 4 )
8
- set (TRANTOR_PATCH_VERSION 0 )
8
+ set (TRANTOR_PATCH_VERSION 1 )
9
9
set (TRANTOR_VERSION
10
10
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
11
11
Original file line number Diff line number Diff line change @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.4.1] - 2021-05-15
7
+
8
+ ### Changed
9
+
10
+ - Add github actions of Windows.
11
+
12
+ - Modify the way the log file is opened.
13
+
14
+ - Add version/soversion to shared library.
15
+
16
+ - Use double instead of long double as the type for timer durations.
17
+
18
+ ### Fixed
19
+
20
+ - Fix a bug in the TcpConnectionImpl class.
21
+
22
+ - Fix constructing Date in a daylight saving timezone.
23
+
24
+ - GNU: -Wall -Wextra -Werror; fix related warnings.
25
+
26
+ - Add wincrypt.h include for Windows.
27
+
6
28
## [ 1.4.0] - 2021-04-09
7
29
8
30
### API changes list
@@ -264,7 +286,9 @@ All notable changes to this project will be documented in this file.
264
286
265
287
## [ 1.0.0-rc1] - 2019-06-11
266
288
267
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.4.0...HEAD
289
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.4.1...HEAD
290
+
291
+ [ 1.4.1 ] : https://github.com/an-tao/trantor/compare/v1.4.0...v1.4.1
268
292
269
293
[ 1.4.0 ] : https://github.com/an-tao/trantor/compare/v1.3.0...v1.4.0
270
294
You can’t perform that action at this time.
0 commit comments