From: Braden M. <br...@us...> - 2006-12-30 23:37:45
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22542 Modified Files: ChangeLog NEWS README configure.ac Log Message: Updates for the 0.16.3 release. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** README 29 Nov 2006 19:04:48 -0000 1.74 --- README 30 Dec 2006 23:37:43 -0000 1.75 *************** *** 1,3 **** ! OpenVRML library version 0.16.2 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 --- 1,3 ---- ! OpenVRML library version 0.16.3 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.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** NEWS 29 Nov 2006 19:04:48 -0000 1.41 --- NEWS 30 Dec 2006 23:37:43 -0000 1.42 *************** *** 1,2 **** --- 1,25 ---- + Changes new in version 0.16.3, 30 December, 2006 + ======================================================================== + + - Changed openvrml-gtkplug only to expect an initial stream when + passed the --initial-stream argument. + + - Fixed deadlocks in openvrml-gtkplug. + + - Fixed a bug in openvrml-gtkplug that caused it to consume 100% of + the CPU. + + - Fixed relative URI resolution on Windows. + + - Mozilla plug-in now registers itself as a handler for + model/x3d+vrml. + + - Fixes for compiling on Mac OS X PPC. + + - Fixes for compiling with Apple's OpenGL framework. + + - Fixes for compiling with Microsoft Visual C++ 8.0 Service Pack 1. + + Changes new in version 0.16.2, 29 November, 2006 ======================================================================== Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** configure.ac 4 Dec 2006 05:18:07 -0000 1.103 --- configure.ac 30 Dec 2006 23:37:43 -0000 1.104 *************** *** 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]) --- 1,3 ---- ! AC_INIT([OpenVRML], [0.16.3], [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.1402 retrieving revision 1.1403 diff -C2 -d -r1.1402 -r1.1403 *** ChangeLog 28 Dec 2006 23:12:19 -0000 1.1402 --- ChangeLog 30 Dec 2006 23:37:43 -0000 1.1403 *************** *** 1,2 **** --- 1,21 ---- + 2006-12-30 Braden McDaniel <br...@en...> + + Updates for the 0.16.3 release. + + * NEWS: Updated for 0.16.3 release. + * README: Updated for 0.16.3 release. + * configure.ac: Updated for 0.16.3 release. + * doc/Doxyfile: Updated for 0.16.3 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc: + Updated for 0.16.3 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj: + Updated for 0.16.3 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc: + Updated for 0.16.3 release. + * mozilla-plugin/configure.ac: Updated for 0.16.3 release. + * src/libopenvrml/Makefile.am: Updated libtool library version number. + * src/libopenvrml-gl/Makefile.am: Updated libtool library version + number. + 2006-12-28 Braden McDaniel <br...@en...> |