From 325bf712f459121511db4b261b0f46e53cebacf4 Mon Sep 17 00:00:00 2001 From: agibert Date: Wed, 27 Feb 2002 16:29:12 +0000 Subject: [PATCH] Add into 2.0.2-1 entry: VisualStudio Project now generate Windows DLL. --- ReleaseNotes.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 0936319..a8b0334 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,7 +1,7 @@ # $RCSfile: ReleaseNotes.txt,v $ -# $Revision: 2.5 $ +# $Revision: 2.6 $ # $Name: $ -# $Date: 2002/02/26 19:30:13 $ +# $Date: 2002/02/27 16:29:12 $ # $Author: agibert $ @@ -9,13 +9,15 @@ -------------------------------------------------------------------------------- -LibNode V 2.0.2-1 - A. Gibert - ??/02/02 +LibNode V 2.0.2-1 - A. Gibert - 27/02/02 -------------------------------------------------------------------------------- All: Makefiles now generate static and dynamic objects, +All: VisualStudio Project now generate Windows DLL, All: Add no libver support in Makefiles, 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.