From: Braden M. <br...@us...> - 2006-10-28 07:09:01
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32600 Modified Files: ChangeLog NEWS README configure.ac Log Message: Updates for the 0.16.1 release. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** README 25 Oct 2006 19:41:55 -0000 1.70 --- README 28 Oct 2006 07:08:58 -0000 1.71 *************** *** 1,3 **** ! OpenVRML library version 0.16.0 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 --- 1,3 ---- ! OpenVRML library version 0.16.1 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 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** NEWS 12 Aug 2006 05:14:58 -0000 1.38 --- NEWS 28 Oct 2006 07:08:58 -0000 1.39 *************** *** 1,2 **** --- 1,26 ---- + Changes new in version 0.16.1, 12 October, 2006 + ======================================================================== + + - Replaced the Mozilla plug-in's openvrml-player helper program with + openvrml-gtkplug, a reusable out-of-process GTK+ VRML browser + component. + + - Removed use of XPCOM from the Mozilla plug-in. This should allow + the plug-in to work in any browser that supports NPAPI and XEmbed + plug-ins. + + - Added basic rendering of Text nodes on Windows. Font selection + remains unimplemented. + + - Fixed problem where GtkGLExt was built even when not needed. + + - Fixed problem locating the Rez resource compiler when building on + Mac OS X. + + - Fixed problems building with Cygwin X11 OpenGL. + + - Support building with FreeType 2.2. + + Changes new in version 0.16.0, 12 August, 2006 ======================================================================== Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.98 retrieving revision 1.99 diff -C2 -d -r1.98 -r1.99 *** configure.ac 25 Oct 2006 19:15:31 -0000 1.98 --- configure.ac 28 Oct 2006 07:08:58 -0000 1.99 *************** *** 1,3 **** ! AC_INIT([OpenVRML], [0.16.0], [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.1], [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.1365 retrieving revision 1.1366 diff -C2 -d -r1.1365 -r1.1366 *** ChangeLog 28 Oct 2006 07:01:06 -0000 1.1365 --- ChangeLog 28 Oct 2006 07:08:58 -0000 1.1366 *************** *** 1,4 **** --- 1,24 ---- 2006-10-28 Braden McDaniel <br...@en...> + Updates for the 0.16.1 release. + + * NEWS: Updated for 0.16.1 release. + * README: Updated for 0.16.1 release. + * configure.ac: Updated for 0.16.1 release. + * doc/Doxyfile: Updated for 0.16.1 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc: + Updated for 0.16.1 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj: + Updated for 0.16.1 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc: + Updated for 0.16.1 release. + * mozilla-plugin/configure.ac: Updated for 0.16.1 release. + * src/libopenvrml/Makefile.am: Updated libtool library version to + 7:0:1. + * src/libopenvrml-gl/Makefile.am: Updated libtool library version + to 6:3:0. + + 2006-10-28 Braden McDaniel <br...@en...> + * openvrml.spec.in: Improvements for conformance to Fedora Extras packaging guidelines. |