Latest changes.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@584 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-06-19 15:06:01 +00:00
parent c52f05f953
commit 86ad415772
2 changed files with 16 additions and 1 deletions

View File

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

View File

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