Add re-implementation of address checking in 2.0.6-1 entry.

Fix Micot project spelling.
This commit is contained in:
agibert 2004-08-02 21:33:53 +00:00
parent 64baaa1bc5
commit 7f142acda3

View File

@ -1,7 +1,7 @@
# $RCSfile: ReleaseNotes.txt,v $ # $RCSfile: ReleaseNotes.txt,v $
# $Revision: 2.13 $ # $Revision: 2.14 $
# $Name: $ # $Name: $
# $Date: 2004/08/02 00:25:43 $ # $Date: 2004/08/02 21:33:53 $
# $Author: agibert $ # $Author: agibert $
@ -14,8 +14,9 @@ LibNode V 2.0.6-1 - A. Gibert - 02/08/04
All: Generate *-c executables with checking mode enabled (ND_MODE=1), All: Generate *-c executables with checking mode enabled (ND_MODE=1),
Code clean up and more cleanly indented, Code clean up and more cleanly indented,
This new release is developped for the MICOTT project (Banque de France - Paris), This new release is developped for the MICOT/Target project (Banque de France - Paris),
LibNode: Add OpenStruct tracing support (Enabled by ND_MODE=1 and Debug=1), LibNode: Add OpenStruct tracing support (Enabled by ND_MODE=1 and Debug=1),
Re-implement for Unix target, full address checking in ND_Address_Check(),
NDDemo0: Add LibNode 2.0.6 support: Add ND_Library_Open/Close() calls, NDDemo0: Add LibNode 2.0.6 support: Add ND_Library_Open/Close() calls,
NDBench: Add Lib_Open and Lib_Close command, NDBench: Add Lib_Open and Lib_Close command,
Add test-10.ndb and test-errror.ndb batch files. Add test-10.ndb and test-errror.ndb batch files.