From 3af51450a60d0caa1083c7b34884d730de6e358b Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Mon, 16 Jan 2006 20:08:41 +0000 Subject: [PATCH] update CHANGES git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@487 7ec92016-0320-0410-acc4-a06ded1c099a --- CHANGES | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGES b/CHANGES index 86a466c..ccfc247 100755 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,30 @@ +_____________________________________ + +Version 0.1.4 +?????, 2006 +_____________________________________ + +General: + - helper templates for Pimpl/Rimpl implementations added (pk) + - improved Makefiles (lf) + - improved make.msvc.bat files (pk) + - cvs LOG keywords added (rs) + +Singleton: + - support of allocators with a standard interface added (Thanks to Miguel A. Figueroa-Villanueva, pk) + +LockingPtr: + - wrong return types fixed (rs) + +SafeFormat: + - definition moved to src/SafeFormat.cpp, it's now part of the library + + +CVS commits by Rich Sposato (rs), Lukas Fittl (lf) +and Peter Kümmel (pk) + + + _____________________________________ Version 0.1.3