Updated change log.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1047 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2007-03-29 14:56:25 +00:00
parent faa397da2b
commit a9056dd4ad
2 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 29 08:45:10 MST 2007 - dsanders@novell.com
- Fixed problem of accessing FlmRecord object before it was constructed.
-------------------------------------------------------------------
Thu Mar 29 09:08:00 CEST 2007 - aj@suse.de

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 29 08:47:22 MST 2007 - dsanders@novell.com
- Modified so that the java and xedit targets do not require the svn revision to be calculated.
- Added support for building with an openssl-enabled toolkit.
- Added public to Query class constructor (JAVA).
- Increased buffer size for con_printf.
- Fixed help for export command in xshell utility.
- Fixed exportXML JAVA method to add a null character to string for C++ layer .
- Changed JAVA setupQueryExpr method to produce a UTF8 string for C++ layer.
- Needed to release an open file stream in the import command.
- Changed PosIStream to IStream in JAVA code.
- Query parser needed to resolve the name when no prefix was specified using a NULL namespace.
-------------------------------------------------------------------
Thu Mar 29 13:16:58 CEST 2007 - aj@suse.de