mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
CHANGELOG
This commit is contained in:
parent
7354713433
commit
c6ac318ac6
@ -2,9 +2,16 @@ This is the changelog file for the POCO C++ Libraries.
|
|||||||
|
|
||||||
Release 1.5.2 (2013-03-??)
|
Release 1.5.2 (2013-03-??)
|
||||||
==========================
|
==========================
|
||||||
|
- added MongoDB library (by Franky Braem)
|
||||||
- fixed GH #57: poco-1.5.1: Doesn't compile for Android
|
- fixed GH #57: poco-1.5.1: Doesn't compile for Android
|
||||||
- added VoidEvent (by Arturo Castro)
|
- added VoidEvent (by Arturo Castro)
|
||||||
- fixed GH #80: NumberFormatter::append broken
|
- fixed GH #80: NumberFormatter::append broken
|
||||||
|
- fixed GH #93: ParallelSocketAcceptor virtual functions
|
||||||
|
- small object optimization for IPAddress, Any and Dynamic::Var
|
||||||
|
- SQLite events (insert, update, delete, commit, rollback) handlers
|
||||||
|
- merged GH #91: Improve SQLite multi-threaded use (by Rangel Reale)
|
||||||
|
- merged GH #86: Invalid pointers to vector internals (by Adrian Imboden)
|
||||||
|
- automatic library initialization macros
|
||||||
|
|
||||||
Release 1.5.1 (2013-01-11)
|
Release 1.5.1 (2013-01-11)
|
||||||
==========================
|
==========================
|
||||||
|
@ -31,6 +31,7 @@ Mike Naquin
|
|||||||
Roger Meier
|
Roger Meier
|
||||||
Mathaus Mendel
|
Mathaus Mendel
|
||||||
Arturo Castro
|
Arturo Castro
|
||||||
|
Adrian Imboden
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id$
|
$Id$
|
||||||
|
Loading…
Reference in New Issue
Block a user