mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-22 05:33:32 +01:00
updated changelog
This commit is contained in:
parent
3d901b7d84
commit
ee9ce376e3
@ -11,6 +11,9 @@ Release 1.10.1 (2020-02-10)
|
|||||||
- GH #2791: allow pre-allocation of the buffer in Poco::LogStreamBuf.
|
- GH #2791: allow pre-allocation of the buffer in Poco::LogStreamBuf.
|
||||||
- GH #2816: Modernise TLS configuration
|
- GH #2816: Modernise TLS configuration
|
||||||
- GH #2818: Add getSpecifiedPort() method in Poco::URI.
|
- GH #2818: Add getSpecifiedPort() method in Poco::URI.
|
||||||
|
- GH #2909: Test failures on s390x architecture with 1.10.0
|
||||||
|
- GH #2911: Poco::UTF16Encoding and Poco::UTF32Encoding byte order conversion bug
|
||||||
|
- GH #2912: Poco::SHA2Engine computes incorrect hash on big-endian systems
|
||||||
- MySQL: resetting the session when putting it back into a SessionPool is now optional
|
- MySQL: resetting the session when putting it back into a SessionPool is now optional
|
||||||
(and disabled by default) due to a bug in MySQL messing up the character encoding when doing so.
|
(and disabled by default) due to a bug in MySQL messing up the character encoding when doing so.
|
||||||
- Poco::AutoPtr and Poco::SharedPtr now support comparison with nullptr.
|
- Poco::AutoPtr and Poco::SharedPtr now support comparison with nullptr.
|
||||||
|
@ -13,10 +13,14 @@ AAAIntroduction
|
|||||||
- GH #2791: allow pre-allocation of the buffer in Poco::LogStreamBuf.
|
- GH #2791: allow pre-allocation of the buffer in Poco::LogStreamBuf.
|
||||||
- GH #2816: Modernise TLS configuration
|
- GH #2816: Modernise TLS configuration
|
||||||
- GH #2818: Add getSpecifiedPort() method in Poco::URI.
|
- GH #2818: Add getSpecifiedPort() method in Poco::URI.
|
||||||
|
- GH #2909: Test failures on s390x architecture with 1.10.0
|
||||||
|
- GH #2911: Poco::UTF16Encoding and Poco::UTF32Encoding byte order conversion bug
|
||||||
|
- GH #2912: Poco::SHA2Engine computes incorrect hash on big-endian systems
|
||||||
- MySQL: resetting the session when putting it back into a SessionPool is now optional
|
- MySQL: resetting the session when putting it back into a SessionPool is now optional
|
||||||
(and disabled by default) due to a bug in MySQL messing up the character encoding when doing so.
|
(and disabled by default) due to a bug in MySQL messing up the character encoding when doing so.
|
||||||
- Poco::AutoPtr and Poco::SharedPtr now support comparison with nullptr.
|
- Poco::AutoPtr and Poco::SharedPtr now support comparison with nullptr.
|
||||||
|
|
||||||
|
|
||||||
!!!Release 1.10.0
|
!!!Release 1.10.0
|
||||||
|
|
||||||
!!Summary of Changes
|
!!Summary of Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user