Add into 2.0.2-1 entry:

VisualStudio Project now generate Windows DLL.
This commit is contained in:
agibert 2002-02-27 16:29:12 +00:00
parent 417673d1cd
commit 325bf712f4

View File

@ -1,7 +1,7 @@
# $RCSfile: ReleaseNotes.txt,v $ # $RCSfile: ReleaseNotes.txt,v $
# $Revision: 2.5 $ # $Revision: 2.6 $
# $Name: $ # $Name: $
# $Date: 2002/02/26 19:30:13 $ # $Date: 2002/02/27 16:29:12 $
# $Author: agibert $ # $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: Makefiles now generate static and dynamic objects,
All: VisualStudio Project now generate Windows DLL,
All: Add no libver support in Makefiles, All: Add no libver support in Makefiles,
LibNode: Rename Index_Open_Nb into Index_Open_Count, LibNode: Rename Index_Open_Nb into Index_Open_Count,
LibNode: Fix bugs in ND_Node_Root_Alloc() on Index_Open_Count handling, 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. NbBench: Implement Index_Close and Index_Info_Print functions.