[Plib-cvs] plib ChangeLog,1.4,1.5 configure.in,1.57,1.58
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 19:39:39
|
Update of /cvsroot/plib/plib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5362/plib Modified Files: ChangeLog configure.in Log Message: Released 1.8.1 Index: ChangeLog =================================================================== RCS file: /cvsroot/plib/plib/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ChangeLog 20 Mar 2004 04:22:04 -0000 1.4 +++ ChangeLog 21 Mar 2004 19:29:24 -0000 1.5 @@ -2,6 +2,15 @@ PLIB Change Log. ================ +PLIB v1.8.1 (March 21th 2004) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + * puAux library wouldn't build without GLUT being + installed...that's fixed. + + * the NET library examples needed some love and + attention. They are much more useful now! + PLIB v1.8.0 (March 19th 2004) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- configure.in 20 Mar 2004 04:22:04 -0000 1.57 +++ configure.in 21 Mar 2004 19:29:25 -0000 1.58 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/js/js.h) -AM_INIT_AUTOMAKE(plib, 1.8.0) +AM_INIT_AUTOMAKE(plib, 1.8.1) # This AC_PREFIX_DEFAULT will place the library files # into /usr/lib - but will put the include files into |