Add in 2.0.2-1 entry:

Add no libver support in Makefiles.
This commit is contained in:
agibert 2002-02-26 19:30:13 +00:00
parent 3002869e96
commit 508aba8bde

View File

@ -1,7 +1,7 @@
# $RCSfile: ReleaseNotes.txt,v $ # $RCSfile: ReleaseNotes.txt,v $
# $Revision: 2.4 $ # $Revision: 2.5 $
# $Name: $ # $Name: $
# $Date: 2002/02/25 23:32:41 $ # $Date: 2002/02/26 19:30:13 $
# $Author: agibert $ # $Author: agibert $
@ -13,8 +13,9 @@ LibNode V 2.0.2-1 - A. Gibert - ??/02/02
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
All: Makefiles now generate static and dynamic objects, All: Makefiles now generate static and dynamic objects,
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 bug in ND_Node_Root_Alloc() on Index_Open_Count handling, LibNode: Fix bugs in ND_Node_Root_Alloc() on Index_Open_Count handling,
NbBench: Implement Index_Close and Index_Info_Print functions. NbBench: Implement Index_Close and Index_Info_Print functions.