CHANGELOG update

This commit is contained in:
aleks-f 2013-03-17 22:44:52 -05:00
parent 3bdcef277f
commit 9cc9697e2a

View File

@ -22,11 +22,11 @@ Release 1.5.2 (2013-03-??)
- added Recursive and SortedDirectoryIterator (Marian Krivos) - added Recursive and SortedDirectoryIterator (Marian Krivos)
- added ListMap (map-like container with preserving insertion order) - added ListMap (map-like container with preserving insertion order)
- MailMessage: attachments saving support and consistent read/write - MailMessage: attachments saving support and consistent read/write
- fixed GH #124: Possibile buffer overrun in Foundation/EventLogChannel - fixed GH #124: Possible buffer overrun in Foundation/EventLogChannel
- fixed GH #119: JSON::Object holds values in ordered map - fixed GH #119: JSON::Object holds values in ordered map
- added PrintHandler - added JSON::PrintHandler
- renamed DefaultHandler to ParseHandler - renamed JSON::DefaultHandler to ParseHandler
- redefined DefaultHandler as typedef to ParseHandler - redefined JSON::DefaultHandler as typedef to ParseHandler
- fixed GH #127: Eliminate -Wshadow warnings - fixed GH #127: Eliminate -Wshadow warnings
- SocketAddress small object optimization - SocketAddress small object optimization
- fixed GH #79: Poco::Thread leak on Linux - fixed GH #79: Poco::Thread leak on Linux