From c6ac318ac64b395a2b009b2a68452c5781612710 Mon Sep 17 00:00:00 2001 From: aleks-f Date: Mon, 18 Feb 2013 14:32:14 -0600 Subject: [PATCH] CHANGELOG --- CHANGELOG | 7 +++++++ CONTRIBUTORS | 1 + 2 files changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 63823e87f..1a4709b33 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,9 +2,16 @@ This is the changelog file for the POCO C++ Libraries. Release 1.5.2 (2013-03-??) ========================== +- added MongoDB library (by Franky Braem) - fixed GH #57: poco-1.5.1: Doesn't compile for Android - added VoidEvent (by Arturo Castro) - 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) ========================== diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 523a3cab1..155a3d4d3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -31,6 +31,7 @@ Mike Naquin Roger Meier Mathaus Mendel Arturo Castro +Adrian Imboden -- $Id$