From: Braden M. <br...@us...> - 2006-11-29 19:04:52
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25746 Modified Files: ChangeLog NEWS README configure.ac Log Message: Updates for the 0.16.2 release. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** README 28 Nov 2006 21:03:13 -0000 1.73 --- README 29 Nov 2006 19:04:48 -0000 1.74 *************** *** 1,3 **** ! OpenVRML library version 0.16.1 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 --- 1,3 ---- ! OpenVRML library version 0.16.2 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Index: NEWS =================================================================== RCS file: /cvsroot/openvrml/openvrml/NEWS,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** NEWS 28 Oct 2006 07:16:51 -0000 1.40 --- NEWS 29 Nov 2006 19:04:48 -0000 1.41 *************** *** 1,2 **** --- 1,18 ---- + Changes new in version 0.16.2, 29 November, 2006 + ======================================================================== + + - Fixed the parsers to use the user-supplied std::ostream consistently + for error and warning output. + + - Fixed the parser error and warning output to report line and column + number information more consistently and accurately. + + - Fixed the build system such that a failure to find all of GtkGLExt's + prerequisites will not cause configure to fail. + + - Fixed the build system to better accommodate a user-supplied antlr + executable. + + Changes new in version 0.16.1, 28 October, 2006 ======================================================================== Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.101 retrieving revision 1.102 diff -C2 -d -r1.101 -r1.102 *** configure.ac 24 Nov 2006 05:41:18 -0000 1.101 --- configure.ac 29 Nov 2006 19:04:48 -0000 1.102 *************** *** 1,3 **** ! AC_INIT([OpenVRML], [0.16.1], [ope...@li...]) AC_PREREQ([2.53]) AC_COPYRIGHT([Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Braden McDaniel]) --- 1,3 ---- ! AC_INIT([OpenVRML], [0.16.2], [ope...@li...]) AC_PREREQ([2.53]) AC_COPYRIGHT([Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Braden McDaniel]) Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1387 retrieving revision 1.1388 diff -C2 -d -r1.1387 -r1.1388 *** ChangeLog 28 Nov 2006 21:03:13 -0000 1.1387 --- ChangeLog 29 Nov 2006 19:04:48 -0000 1.1388 *************** *** 1,2 **** --- 1,19 ---- + 2006-11-29 Braden McDaniel <br...@en...> + + Updates for the 0.16.2 release. + + * NEWS: Updated for 0.16.2 release. + * README: Updated for 0.16.2 release. + * configure.ac: Updated for 0.16.2 release. + * doc/Doxyfile: Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc: + Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj: + Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc: + Updated for 0.16.2 release. + * mozilla-plugin/configure.ac: Updated for 0.16.2 release. + * src/libopenvrml/Makefile.am: Updated libtool library version number. + 2006-11-28 Braden McDaniel <br...@en...> |