mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-29 21:22:11 +01:00
updated release notes
This commit is contained in:
parent
cff19367b3
commit
694eab1918
@ -1,6 +1,6 @@
|
||||
This is the changelog file for the POCO C++ Libraries.
|
||||
|
||||
Release 1.5.2 (2013-07-23)
|
||||
Release 1.5.2 (2013-09-16)
|
||||
==========================
|
||||
|
||||
- added MongoDB library
|
||||
@ -99,6 +99,12 @@ Release 1.5.2 (2013-07-23)
|
||||
- fixed GH# 233: ServerSocket::bind6(Poco::UInt16 port, bool reuseAddress, bool ipV6Only) does not work
|
||||
- fixed GH# 231: Compatibility issue with Poco::Net::NetworkInterface
|
||||
- fixed GH# 236: Bug in RecursiveDirectoryIterator
|
||||
- added ColorConsoleChannel and WindowsColorConsoleChannel classes supporting
|
||||
colorizing log messages
|
||||
- fixed GH# 259: Poco::EventLogChannel fails to find 64bit Poco Foundation dll
|
||||
- fixed GH# 254: UTF8::icompare unexpected behavior
|
||||
- Poco::UUID::tryParse() also accepts UUIDs without hyphens. Also updated documentation
|
||||
(links to specifications).
|
||||
|
||||
|
||||
Release 1.5.1 (2013-01-11)
|
||||
|
@ -101,6 +101,13 @@ AAAIntroduction
|
||||
- fixed GH# 233: ServerSocket::bind6(Poco::UInt16 port, bool reuseAddress, bool ipV6Only) does not work
|
||||
- fixed GH# 231: Compatibility issue with Poco::Net::NetworkInterface
|
||||
- fixed GH# 236: Bug in RecursiveDirectoryIterator
|
||||
- added ColorConsoleChannel and WindowsColorConsoleChannel classes supporting
|
||||
colorizing log messages
|
||||
- fixed GH# 259: Poco::EventLogChannel fails to find 64bit Poco Foundation dll
|
||||
- fixed GH# 254: UTF8::icompare unexpected behavior
|
||||
- Poco::UUID::tryParse() also accepts UUIDs without hyphens. Also updated documentation
|
||||
(links to specifications).
|
||||
|
||||
|
||||
!!Incompatible Changes and Possible Transition Issues
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user