mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-04 12:17:37 +01:00
updated CHANGELOG
This commit is contained in:
11
CHANGELOG
11
CHANGELOG
@@ -1,6 +1,6 @@
|
|||||||
This is the changelog file for the POCO C++ Libraries.
|
This is the changelog file for the POCO C++ Libraries.
|
||||||
|
|
||||||
Release 1.5.1 (2012-12-25)
|
Release 1.5.1 (2013-01-11)
|
||||||
==========================
|
==========================
|
||||||
- using double-conversion library for floating-point numeric/string conversions
|
- using double-conversion library for floating-point numeric/string conversions
|
||||||
- added Poco::istring (case-insensitive string) and Poco::isubstr
|
- added Poco::istring (case-insensitive string) and Poco::isubstr
|
||||||
@@ -32,10 +32,17 @@ Release 1.5.1 (2012-12-25)
|
|||||||
- improved SQLite execute() return (affected rows) value and added tests
|
- improved SQLite execute() return (affected rows) value and added tests
|
||||||
- added SQLite::Utility::isThreadSafe() function
|
- added SQLite::Utility::isThreadSafe() function
|
||||||
- added SQLite::Utility::setThreadMode(int mode) function
|
- added SQLite::Utility::setThreadMode(int mode) function
|
||||||
|
- fixed GH #36: 'distclean' requires 3 traversals of project tree
|
||||||
- fixed GH #41: Buffer::resize crash
|
- fixed GH #41: Buffer::resize crash
|
||||||
- fixed GH #42: Linux unbundled builds don't link
|
- fixed GH #42: Linux unbundled builds don't link
|
||||||
- fixed GH #44: Problems with win x64 build
|
- fixed GH #44: Problems with win x64 build
|
||||||
|
- fixed GH #46: 1.5.1 build fails on OS X when using libc++
|
||||||
|
- fixed GH #48: Need getArgs() accessor to Util::Application to retrieve start-up arguments
|
||||||
|
- fixed GH #49: NetworkInterface::list doesn't return MAC addresses
|
||||||
|
- fixed GH #51: Android should use isfinite, isinf, isnan and signbit from the std namespace
|
||||||
|
- fixed GH #53: JSON unicode fixes and running tests on invalid unicode JSON
|
||||||
|
- added ParallelAcceptor and ParallelReactor classes
|
||||||
|
- added EOF and error to FIFOBuffer
|
||||||
|
|
||||||
Release 1.5.0 (2012-10-14)
|
Release 1.5.0 (2012-10-14)
|
||||||
==========================
|
==========================
|
||||||
|
|||||||
@@ -39,6 +39,15 @@ AAAIntroduction
|
|||||||
- added bool Poco::Data::SQLite::Utility::setThreadMode(int) function
|
- added bool Poco::Data::SQLite::Utility::setThreadMode(int) function
|
||||||
- added int Poco::Data::SQLite::Utility::getThreadMode() function
|
- added int Poco::Data::SQLite::Utility::getThreadMode() function
|
||||||
- fixed GH #41: Buffer::resize crash
|
- fixed GH #41: Buffer::resize crash
|
||||||
|
- fixed GH #42: Linux unbundled builds don't link
|
||||||
|
- fixed GH #44: Problems with win x64 build
|
||||||
|
- fixed GH #46: 1.5.1 build fails on OS X when using libc++
|
||||||
|
- fixed GH #48: Need getArgs() accessor to Util::Application to retrieve start-up arguments
|
||||||
|
- fixed GH #49: NetworkInterface::list doesn't return MAC addresses
|
||||||
|
- fixed GH #51: Android should use isfinite, isinf, isnan and signbit from the std namespace
|
||||||
|
- fixed GH #53: JSON unicode fixes and running tests on invalid unicode JSON
|
||||||
|
- added ParallelAcceptor and ParallelReactor classes
|
||||||
|
- added EOF and error to FIFOBuffer
|
||||||
|
|
||||||
!!Incompatible Changes and Possible Transition Issues
|
!!Incompatible Changes and Possible Transition Issues
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user