Add 2.0.3-1 entry:

Rework the Microsoft Visual Studio project files to generate correctly Debug and Release config,
   Minor fix in libnode.c.
This commit is contained in:
agibert 2002-04-09 17:41:44 +00:00
parent af664cd6a0
commit a512c467f7

View File

@ -1,13 +1,27 @@
# $RCSfile: ReleaseNotes.txt,v $
# $Revision: 2.8 $
# $Revision: 2.9 $
# $Name: $
# $Date: 2002/03/01 09:48:04 $
# $Date: 2002/04/09 17:41:44 $
# $Author: agibert $
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------