mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 14:20:10 +01:00
updated CHANGELOG
This commit is contained in:
@@ -3,12 +3,13 @@ This is the changelog file for the POCO C++ Libraries.
|
|||||||
Release 1.6.1 (2015-08-03)
|
Release 1.6.1 (2015-08-03)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
- added project and solution files for Visual Studio 2015
|
||||||
- fixed GH #782: Poco::JSON::PrintHandler not working for nested arrays
|
- fixed GH #782: Poco::JSON::PrintHandler not working for nested arrays
|
||||||
- fixed GH #819: JSON Stringifier fails with preserve insert order
|
- fixed GH #819: JSON Stringifier fails with preserve insert order
|
||||||
- fixed GH #878: UUID tryParse
|
- fixed GH #878: UUID tryParse
|
||||||
- fixed GH #869: FIFOBuffer::read(T*, std::size_t) documentation inaccurate
|
- fixed GH #869: FIFOBuffer::read(T*, std::size_t) documentation inaccurate
|
||||||
- fixed GH #861: Var BadCastException
|
- fixed GH #861: Var BadCastException
|
||||||
- fixed GH #779: BUG in 1.6.0 Zip code
|
- fixed GH #779: BUG in 1.6.0 Zip code
|
||||||
- fixed GH #769: Poco::Var operator== throws exception
|
- fixed GH #769: Poco::Var operator== throws exception
|
||||||
- fixed GH #766: Poco::JSON::PrintHandler not working for objects in array
|
- fixed GH #766: Poco::JSON::PrintHandler not working for objects in array
|
||||||
- fixed GH #763: Unable to build static with NetSSL_OpenSSL for OS X
|
- fixed GH #763: Unable to build static with NetSSL_OpenSSL for OS X
|
||||||
@@ -19,6 +20,8 @@ Release 1.6.1 (2015-08-03)
|
|||||||
- fixed GH #719: StreamSocket::receiveBytes and FIFOBuffer issue in 1.6
|
- fixed GH #719: StreamSocket::receiveBytes and FIFOBuffer issue in 1.6
|
||||||
- fixed GH #706: POCO1.6 Sample EchoServer BUG
|
- fixed GH #706: POCO1.6 Sample EchoServer BUG
|
||||||
- fixed GH #646: Prevent possible data race in access to Timer::_periodicInerval
|
- fixed GH #646: Prevent possible data race in access to Timer::_periodicInerval
|
||||||
|
- DeflatingStream: do not flush underlying stream on sync() as these can cause
|
||||||
|
corrupted files in Zip archives
|
||||||
|
|
||||||
|
|
||||||
Release 1.6.0 (2014-12-22)
|
Release 1.6.0 (2014-12-22)
|
||||||
|
|||||||
Reference in New Issue
Block a user