Documented latest changes in change log.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1019 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2007-02-08 21:38:40 +00:00
parent 6e31303170
commit f3db0899f6
2 changed files with 32 additions and 0 deletions

View File

@@ -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

View File

@@ -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