197 lines
9.0 KiB
Plaintext
197 lines
9.0 KiB
Plaintext
# $RCSfile: ReleaseNotes.txt,v $
|
||
# $Revision: 2.16 $
|
||
# $Name: $
|
||
# $Date: 2004/08/24 20:30:23 $
|
||
# $Author: agibert $
|
||
|
||
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.6-1 - A. Gibert - 24/08/04
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
All: Generate *-c executables with checking mode enabled (ND_MODE=1),
|
||
Code clean up and more cleanly indented,
|
||
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),
|
||
Re-implement for Unix and Windows target, full address checking in ND_Address_Check(),
|
||
NDDemo0: Add LibNode 2.0.6 support: Add ND_Library_Open/Close() calls,
|
||
NDBench: Add Lib_Open, Lib_Close, Index_Value_Break and Index_Node_Break command,
|
||
Improve random number generation,
|
||
Add test-10.ndb and test-errror.ndb batch files.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.5-1 - A. Gibert / M. Regimbeau - 28/07/03
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
All: Add a new Makefile system (Makefile.rule and Makefile.var),
|
||
Add 'make distrib' support,
|
||
Add libnode.spec file,
|
||
Move node.h from lib directory to include directory.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.4-1 - A. Gibert - 29/07/02
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
All: This release of libnode pass with sucess valgrind test on linux.
|
||
LibNode: Add and use ND_Index_Clear() private API,
|
||
NbBench: Add fclose() call at the end of batch_run.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.3-1 - A. Gibert - 09/04/02
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
All: Fix Microsoft Visual Project to generate Debug and Release config correctly,
|
||
LibNode: Change index type numeric print value from decimal to hexa in ND_Index_Info_Print() API,
|
||
LibNode: Add new cases in ND_Index_Convert() handling (List->List:FIFO and List->List:LIFO),
|
||
LibNode: Generate in Debug mode libnoded.lib, libnoded.dll, libnoded_a.lib,
|
||
LibNode: Generate in Release mode libnode.lib, libnode.dll, libnode_a.lib,
|
||
Demo0: Generate in Debug mode demo0d.exe and in Release mode demo0d.exe,
|
||
NbBench: Generate in Debug mode ndbenchd.exe and in Release mode ndbenchd.exe.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.2-2 - A. Gibert - 01/03/02
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
All: Add GNU-GPL.txt, GNU-LGPL.txt and GNU-FDL.txt license files,
|
||
All: Add license stuff in ReandMe.
|
||
LibNode: Add LGPL header in libnode.c, libnode.h and node.h,
|
||
LibNode: Replace GPL by LGPL in libnode.rc,
|
||
Demo0: Add GPL header in demo0.c,
|
||
NbBench: Add GPL header in ndbench.c.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.2-1 - A. Gibert - 27/02/02
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
All: Makefiles now generate static and dynamic objects,
|
||
All: Add no libver support in Makefiles,
|
||
LibNode: VisualStudio Project now generate Windows DLL and use libnode.rc resource file,
|
||
LibNode: Rename Index_Open_Nb into Index_Open_Count,
|
||
LibNode: Fix bugs in ND_Node_Root_Alloc() on Index_Open_Count handling,
|
||
LibNode: Minor fix into ND_DataStruct_Check_I() and ND_Index_Check_I() functions,
|
||
NbBench: Implement Index_Close and Index_Info_Print functions.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.1-1 - A. Gibert - 28/11/01
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
LibNode: Fix the error level of TIMAS_KO: it's now an error status.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.0-1 - A. Gibert - 26/11/01
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
All: Merge the main CVS trunc with the win32 branche (2.0.0-alpha5),
|
||
Switch file release to 2.0.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.0-alpha5 - A. Gibert - 25/10/01
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
LibNode: Add Open/Close Index support,
|
||
LibNode: Fix return code next to empty struct manipulations,
|
||
NdBench: Add full multi index support.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.0-alpha4 - A. Gibert - 28/09/01
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
All: Add optional libver support,
|
||
LibNode: Fix missing recursive offset args,
|
||
LibNode: Start to fix some return code of empty struct manipulations,
|
||
NdBench: Fix local stack pointer big bug.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.0-alpha3 - A. Gibert - 18/9/01
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
New manager args interface (again !),
|
||
ndbench support batch mode.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.0-alpha2 - A. Gibert - 08/09/01
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
Re-enable libver support for unix,
|
||
Bug fixes,
|
||
Code cleanup.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 2.0.0-alpha1 - A. Gibert - 07/09/01
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
Add Full win32 support,
|
||
Remove libver support,
|
||
Multi index support,
|
||
New manager args format,
|
||
Major Code cleanup et standardisation.
|
||
This new version (2.0.x) is developped for the TIMA project (Misys IBS - France).
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 1.0.0 - S. Mas / A. Gibert - 18/07/00
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
Unix (Linux and Solaris) version only, for BDM project (Soci<63>t<EFBFBD> G<>n<EFBFBD>rale - Paris)
|
||
Major code rewrite.
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 0.2.2 - A. Gibert - 01/06/93
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
Embeded version on OS/2 2.1 (Companie G<>n<EFBFBD>rale des Eaux - Paris)
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 0.2.1 - A. Gibert - 01/04/92
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
Amiga and PC support (Bareau de Draguignan - Ste Maxime).
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 0.2.0 - A. Gibert - 01/03/91
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
C version aided by p2c tools on Pyramid (Swansee University - Wales).
|
||
|
||
|
||
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
LibNode V 0.1.0 - A. Gibert - 01/12/90
|
||
------------------------------------------------------------------------------------------------------------------------------------
|
||
|
||
Inital version in Pascal on Pyramid (Swansee University - Wales).
|