@@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.5.2] - 2021-10-17
7
+
8
+ ### API changes list
9
+
10
+ ### Changed
11
+
12
+ - Disable setting SSL Configs when using LibreSSL
13
+
14
+ - cmake: Use GNUInstallDirs to figure out install dirs
15
+
16
+ - support HaikuOS
17
+
18
+ - Improve Error handling for certificates/private keys
19
+
20
+ - Make c-ares support optional when building
21
+
22
+ - Use locale.h
23
+
24
+ - Assert fd >= 0 in updateChannel()
25
+
26
+ - Add Clang support for -Wall -Wextra -Werror; fix -Wunused-parameter
27
+
28
+ ### Fixed
29
+
30
+ - Fix a small memory leak
31
+
32
+ - Fix errors in log macros
33
+
34
+ - Fix a race condition when TcpClient destroyed before connected
35
+
36
+ - Fix the error of calling removeAndResetChannel twice
37
+
38
+ - Fix a bug when EAGAIN on reading sockets
39
+
40
+ - Fix compilation warnings
41
+
42
+ - Fix a potential race condition
43
+
6
44
## [ 1.5.1] - 2021-08-08
7
45
8
46
### API changes list
@@ -13,7 +51,7 @@ All notable changes to this project will be documented in this file.
13
51
14
52
- Disable strict compiler check on Windows with GCC
15
53
16
- - Added support for paths containing unicode characters on Windows
54
+ - Add support for paths containing unicode characters on Windows
17
55
18
56
- Add BUILD_DOC cmake option (doxygen)
19
57
@@ -326,7 +364,9 @@ All notable changes to this project will be documented in this file.
326
364
327
365
## [ 1.0.0-rc1] - 2019-06-11
328
366
329
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.1...HEAD
367
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.2...HEAD
368
+
369
+ [ 1.5.2 ] : https://github.com/an-tao/trantor/compare/v1.5.1...v1.5.2
330
370
331
371
[ 1.5.1 ] : https://github.com/an-tao/trantor/compare/v1.5.0...v1.5.1
332
372
0 commit comments