From a9056dd4ad29d44783e74efee67428bfe0c2c036 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Thu, 29 Mar 2007 14:56:25 +0000 Subject: [PATCH] Updated change log. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1047 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- libflaim.changes | 5 +++++ libxflaim.changes | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/libflaim.changes b/libflaim.changes index 0e15d92..ac0210e 100644 --- a/libflaim.changes +++ b/libflaim.changes @@ -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 diff --git a/libxflaim.changes b/libxflaim.changes index 5a398d4..a1a1069 100644 --- a/libxflaim.changes +++ b/libxflaim.changes @@ -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