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 ListMap (map-like container with preserving insertion order)
- 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
- added PrintHandler
- renamed DefaultHandler to ParseHandler
- redefined DefaultHandler as typedef to ParseHandler
- added JSON::PrintHandler
- 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