diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index bd8689d..9758689 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,13 +1,26 @@ # $RCSfile: ReleaseNotes.txt,v $ -# $Revision: 2.7 $ +# $Revision: 2.8 $ # $Name: $ -# $Date: 2002/02/27 17:25:12 $ +# $Date: 2002/03/01 09:48:04 $ # $Author: agibert $ +-------------------------------------------------------------------------------- +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 -------------------------------------------------------------------------------- @@ -17,7 +30,7 @@ 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. +LibNode: Minor fix into ND_DataStruct_Check_I() and ND_Index_Check_I() functions, NbBench: Implement Index_Close and Index_Info_Print functions.