@@ -9,33 +9,33 @@ This is a bugfix release.
9
9
10
10
!!Breaking Changes
11
11
12
- - GH #4906 NetSSL_OpenSSL: non-blocking functions return value
12
+ - GH #4906 NetSSL_OpenSSL: non-blocking functions return value
13
13
14
14
!!Security Fixes
15
15
16
- - GH #4899 Upgrade bundled libexpat to 2.7.1 [fixes CVE]
17
- - GH #4926 Crash in Poco::Net::NTLMCredentials::parseChallengeMessage
16
+ - GH #4899 Upgrade bundled libexpat to 2.7.1 [fixes CVE]
17
+ - GH #4926 Crash in Poco::Net::NTLMCredentials::parseChallengeMessage
18
18
19
19
!!Features, Enhancements and Third Party Updates
20
20
21
- - GH #4892 TCPServer continues to accept connections after stop()
22
- - GH #4911 Upgrade bundled libexpat to 2.7.1
23
- - GH #4907 Upgrade bundled SQLite to 3.49.1
24
- - GH #4905 XML fuzzing memory leak
25
- - PR #4937 CMake: make utf8proc, PCRE2, zlib and expat private dependencies
21
+ - GH #4892 TCPServer continues to accept connections after stop()
22
+ - GH #4911 Upgrade bundled libexpat to 2.7.1
23
+ - GH #4907 Upgrade bundled SQLite to 3.49.1
24
+ - GH #4905 XML fuzzing memory leak
25
+ - PR #4937 CMake: make utf8proc, PCRE2, zlib and expat private dependencies
26
26
27
27
!!Bug Fixes and Improvements
28
28
29
- - GH #4923 Poco::Data::SessionPool::dead() must check idle, not active, sessions
30
- - GH #4886 Poco::Dynamic::Var conversion to floating point does not handle precision checks correctly for negative numbers.
31
- - GH #4884 WebSocket receiveFrame() keeps returning the same frame when no payload (flags/header only)
32
- - GH #4875 prebuild does not work as intended
33
- - GH #4935 HTTP server/client request body RFC compliance
34
- - GH #4930 Poco::Net::PollSet.cpp:188 compare between int and size_t is not correct.
35
- - GH #4920 Adapt to avoid Clang warning deprecated-enum-enum-conversion
36
- - GH #4915 [BUG] A SEGV at `Net/src/MultipartReader.cpp:164:1`
37
- - PR #4933 Windows: report strings for all PROCESSOR_ARCHITECTURE_* constants in osArchitectureImpl()
38
- - PR #4896 fix(TCPServer): continues to accept connections after stop()
29
+ - GH #4923 Poco::Data::SessionPool::dead() must check idle, not active, sessions
30
+ - GH #4886 Poco::Dynamic::Var conversion to floating point does not handle precision checks correctly for negative numbers.
31
+ - GH #4884 WebSocket receiveFrame() keeps returning the same frame when no payload (flags/header only)
32
+ - GH #4875 prebuild does not work as intended
33
+ - GH #4935 HTTP server/client request body RFC compliance
34
+ - GH #4930 Poco::Net::PollSet.cpp:188 compare between int and size_t is not correct.
35
+ - GH #4920 Adapt to avoid Clang warning deprecated-enum-enum-conversion
36
+ - GH #4915 [BUG] A SEGV at `Net/src/MultipartReader.cpp:164:1`
37
+ - PR #4933 Windows: report strings for all PROCESSOR_ARCHITECTURE_* constants in osArchitectureImpl()
38
+ - PR #4896 fix(TCPServer): continues to accept connections after stop()
39
39
40
40
41
41
!!!Release 1.14.1
0 commit comments