Add 2.2.0-1 entry.

This commit is contained in:
agibert 2010-06-06 21:30:59 +00:00
parent 0d4b1d3125
commit 702c0f117d

View File

@ -1,7 +1,7 @@
# $RCSfile: ReleaseNotes.txt,v $
# $Revision: 2.21 $
# $Revision: 2.22 $
# $Name: $
# $Date: 2005/06/27 00:23:19 $
# $Date: 2010/06/06 21:30:59 $
# $Author: agibert $
@ -9,11 +9,17 @@
------------------------------------------------------------------------------------------------------------------------------------
LibNode V 2.1.1-1 - A. Gibert - xx/06/05
LibNode V 2.2.0-1 - A. Gibert - 06/06/10
------------------------------------------------------------------------------------------------------------------------------------
All:
LibNode: Improve LibShMem support by restricting OpenStruct tracking on local DataStruct (Manager_Ptr != NULL).
All: Add support C99 va_arg for curent gcc (4.4.1),
Add -fPIC flag in .c to .o makefile rule,
LibNode: Add ND_VA_* macros to help manager varargs,
Update Managers to use ND_VA_* macros,
Improve LibShMem support by restricting OpenStruct tracking on local DataStruct (Manager_Ptr != NULL),
Add example manager template in public node.h file,
NDDemo0: Add LibNode 2.2 support: Use ND_VA_* macros in manager,
NDBench: Add LibNode 2.2 support: Use ND_VA_* macros in manager.