updated CHANGELOG

This commit is contained in:
aleks-f 2013-03-19 22:54:15 -05:00
parent b1c6065ffc
commit 756a27d8df

View File

@ -7,7 +7,7 @@ Release 1.5.2 (2013-03-??)
- added VoidEvent (Arturo Castro)
- fixed GH #80: NumberFormatter::append broken
- fixed GH #93: ParallelSocketAcceptor virtual functions
- small object optimization for IPAddress, Any and Dynamic::Var
- small object optimization for IPAddress, SocketAddress, Any and Dynamic::Var
- SQLite events (insert, update, delete, commit, rollback) handlers
- merged GH #91: Improve SQLite multi-threaded use (Rangel Reale)
- merged GH #86: Invalid pointers to vector internals (Adrian Imboden)
@ -28,7 +28,6 @@ Release 1.5.2 (2013-03-??)
- renamed JSON::DefaultHandler to ParseHandler
- redefined JSON::DefaultHandler as typedef to ParseHandler
- fixed GH #127: Eliminate -Wshadow warnings
- SocketAddress small object optimization
- fixed GH #79: Poco::Thread leak on Linux
- fixed GH #61: static_md build configs for Crypto and NetSSL
- fixed GH #130: prefer sysconf over sysctlbyname