chore(changelog): Draft changelog for 1.14.2

This commit is contained in:
Matej Kenda 2025-04-04 14:08:21 +02:00
parent 10d393761b
commit ab2e1243f9

View File

@ -1,20 +1,37 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.14.2 (2025-03-XX)
Release 1.14.2 (2025-04-XX)
===========================
Summary of Changes:
This is a bugfix release.
Breaking Changes:
- GH #4906 NetSSL_OpenSSL: non-blocking functions return value
Security Fixes:
- GH #4899 Upgrade bundled libexpat to 2.7.0 [fixes CVE]
- PR #4902 enh(expat): Upgrade to version 2.7.0
Features, Enhancements and Third Party Updates:
- TODO
- GH #4892 TCPServer continues to accept connections after stop()
- GH #4911 Upgrade bundled libexpat to 2.7.1
- GH #4907 Upgrade bundled SQLite to 3.49.1
- GH #4905 XML fuzzing memory leak
Bug Fixes and Improvements:
- TODO
- GH #4923 Poco::Data::SessionPool::dead() must check idle, not active, sessions
- GH #4886 Poco::Dynamic::Var conversion to floating point does not handle precision checks correctly for negative numbers.
- GH #4884 WebSocket receiveFrame() keeps returning the same frame when no payload (flags/header only)
- GH #4882 SecureSocketImpl::currentSession() regression since 1.12.4
- GH #4875 prebuild does not work as intended
- PR #4896 fix(TCPServer): continues to accept connections after stop() #4892
Release 1.14.1 (2025-02-11)