From f3db0899f624bda1a7cfc1fe4e2b6202446f51ee Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Thu, 8 Feb 2007 21:38:40 +0000 Subject: [PATCH] Documented latest changes in change log. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1019 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- libflaim.changes | 17 +++++++++++++++++ libxflaim.changes | 15 +++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/libflaim.changes b/libflaim.changes index 178742e..b6bd3f9 100644 --- a/libflaim.changes +++ b/libflaim.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Feb 8 14:20:19 MST 2007 - dsanders@novell.com + +- Changes to support Ubuntu packages, including 64-bit. +- Needed to lock the record cache mutex in FlmRecord::Release just before deleting the object to prevent a race condition. +- Changed license to LGPL. +- Updated copyright. +- Added pragmas for windows to remove compiler warnings for VC6 compiler. +- Fixed keyword substitution tokens. +- Added FlmReadFully() and enhanced the base64 decoder. +- Removed commands in makefile that was outputting provides to the spec file. + +------------------------------------------------------------------- +Fri Feb 2 00:51:49 CET 2007 - ro@suse.de + +- remove self-provides from devel package + ------------------------------------------------------------------- Thu Nov 16 16:15:33 MST 2006 - dsanders@novell.com diff --git a/libxflaim.changes b/libxflaim.changes index 87ed840..ff3a2e1 100644 --- a/libxflaim.changes +++ b/libxflaim.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Feb 8 14:20:19 MST 2007 - dsanders@novell.com + +- Changed license to LGPL. +- Fixed keyword substitution tokens. +- Added code to automatically start a read transaction (if needed) when iterating over a result set. +- Added code to handle the 'xml' namespace prefix. +- Added FlmReadFully() and enhanced the base64 decoder. +- Removed commands in makefile that was outputting provides to the spec file. + +------------------------------------------------------------------- +Fri Feb 2 00:52:07 CET 2007 - ro@suse.de + +- remove self-provides from devel package + ------------------------------------------------------------------- Thu Nov 16 16:10:12 MST 2006 - dsanders@novell.com