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