From: Braden M. <br...@us...> - 2006-11-29 19:04:39
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25670 Modified Files: Tag: OpenVRML-0_16-BRANCH 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.65.2.8 retrieving revision 1.65.2.9 diff -C2 -d -r1.65.2.8 -r1.65.2.9 *** README 28 Nov 2006 21:03:01 -0000 1.65.2.8 --- README 29 Nov 2006 19:04:36 -0000 1.65.2.9 *************** *** 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.38.2.2 retrieving revision 1.38.2.3 diff -C2 -d -r1.38.2.2 -r1.38.2.3 *** NEWS 28 Oct 2006 07:16:41 -0000 1.38.2.2 --- NEWS 29 Nov 2006 19:04:36 -0000 1.38.2.3 *************** *** 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.92.2.8 retrieving revision 1.92.2.9 diff -C2 -d -r1.92.2.8 -r1.92.2.9 *** configure.ac 24 Nov 2006 05:40:58 -0000 1.92.2.8 --- configure.ac 29 Nov 2006 19:04:36 -0000 1.92.2.9 *************** *** 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.1310.2.64 retrieving revision 1.1310.2.65 diff -C2 -d -r1.1310.2.64 -r1.1310.2.65 *** ChangeLog 28 Nov 2006 21:03:01 -0000 1.1310.2.64 --- ChangeLog 29 Nov 2006 19:04:35 -0000 1.1310.2.65 *************** *** 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...> |