[Plib-cvs] plib ChangeLog,1.6,1.7 configure.in,1.59,1.60
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-04-06 13:46:56
|
Update of /cvsroot/plib/plib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18658/plib Modified Files: ChangeLog configure.in Log Message: Updated changelog and package version numbers ready for a 1.8.3 release. Index: ChangeLog =================================================================== RCS file: /cvsroot/plib/plib/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ChangeLog 26 Mar 2004 18:54:14 -0000 1.6 +++ ChangeLog 6 Apr 2004 13:34:07 -0000 1.7 @@ -2,6 +2,21 @@ PLIB Change Log. ================ +PLIB v1.8.3 (April 6th 2004) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + * NET now allows a NULL argument to netSocket::accept + + * Added #include <stdio.h> to all top level header files + in order to ensure that NULL is defined. + + * Added ssgaScreenDump into ssgAux.dsp + + * Cleaned up some warnings from MSVC. + + * Added Christos Dimitrakakis' fixes to SL to prevent + crackling in certain envelope conditions. + PLIB v1.8.2 (March 26th 2004) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- configure.in 22 Mar 2004 21:14:29 -0000 1.59 +++ configure.in 6 Apr 2004 13:34:07 -0000 1.60 @@ -11,7 +11,7 @@ # # **WARNING**WARNING**WARNING**WARNING**WARNING**WARNING** -AM_INIT_AUTOMAKE(plib, 1.8.2) +AM_INIT_AUTOMAKE(plib, 1.8.3) # This AC_PREFIX_DEFAULT will place the library files # into /usr/lib - but will put the include files into |