Latest changes.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@598 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-06-21 16:14:04 +00:00
parent a272911655
commit 4bb3f3530a
2 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 20 12:57:13 MST 2006 - dsanders@novell.com
- Logger client was not being set up properly in common toolkit.
- Fixed a Netware build issue
- Fixed an OS X compiler warning
- Fixed linux compiler warning
- Needed to lock/unlock the random generator mutex when getting a random number.
- f_printf needed to call fflush.
- Base 64 decoder needed to return success instead of eof hit.
-------------------------------------------------------------------
Mon Jun 19 09:00:27 MST 2006 - dsanders@novell.com

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 20 12:59:32 MST 2006 - dsanders@novell.com
- Logger client was not being set up properly in common toolkit.
- Fixed a Netware build issue
- Fixed an OS X compiler warning
- Fixed linux compiler warning
- Needed to lock/unlock the random generator mutex when getting a random number.
- f_printf needed to call fflush.
- Base 64 decoder needed to return success instead of eof hit.
-------------------------------------------------------------------
Mon Jun 19 09:03:38 MST 2006 - dsanders@novell.com