From 86ad4157724baabdd560f3539ffe2faec6efdda6 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Mon, 19 Jun 2006 15:06:01 +0000 Subject: [PATCH] Latest changes. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@584 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/libflaim.changes | 10 ++++++++++ xflaim/libxflaim.changes | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/flaim/libflaim.changes b/flaim/libflaim.changes index b960049..2e3e1c3 100644 --- a/flaim/libflaim.changes +++ b/flaim/libflaim.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 19 09:00:27 MST 2006 - dsanders@novell.com + +- Restructured code to use new common toolkit +- Support for Netware, including unit tests +- Fixed various memory leaks and enabled memory tracking for debug builds. +- Made some changes for how async I/O is supported on Solaris. +- Fixed various compiler warnings on various platforms. +- Added more documentation. + ------------------------------------------------------------------- Thu Jun 1 13:30:07 MST 2006 - dsanders@novell.com diff --git a/xflaim/libxflaim.changes b/xflaim/libxflaim.changes index 25baca9..96d2bd4 100644 --- a/xflaim/libxflaim.changes +++ b/xflaim/libxflaim.changes @@ -1,6 +1,11 @@ ------------------------------------------------------------------- -Thu Jun 2 08:48:21 MST 2006 - dsanders@novell.com +Mon Jun 19 09:03:38 MST 2006 - dsanders@novell.com +- Moved the super-file handle into FTK. +- Fixed various memory leaks in the unit tests. +- Support for builing ring zero NLMs on Netware. +- Moved dynamic result set code to common toolkit. +- Added more asserts. - Fixed more compiler warnings for ia64 platform. -------------------------------------------------------------------