From: Braden M. <br...@us...> - 2006-10-28 07:08:45
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32547 Modified Files: Tag: OpenVRML-0_16-BRANCH 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.65.2.5 retrieving revision 1.65.2.6 diff -C2 -d -r1.65.2.5 -r1.65.2.6 *** README 25 Oct 2006 19:41:36 -0000 1.65.2.5 --- README 28 Oct 2006 07:08:43 -0000 1.65.2.6 *************** *** 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.38.2.1 diff -C2 -d -r1.38 -r1.38.2.1 *** NEWS 12 Aug 2006 05:14:58 -0000 1.38 --- NEWS 28 Oct 2006 07:08:43 -0000 1.38.2.1 *************** *** 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.92.2.6 retrieving revision 1.92.2.7 diff -C2 -d -r1.92.2.6 -r1.92.2.7 *** configure.ac 25 Oct 2006 19:15:17 -0000 1.92.2.6 --- configure.ac 28 Oct 2006 07:08:43 -0000 1.92.2.7 *************** *** 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.1310.2.49 retrieving revision 1.1310.2.50 diff -C2 -d -r1.1310.2.49 -r1.1310.2.50 *** ChangeLog 28 Oct 2006 07:00:54 -0000 1.1310.2.49 --- ChangeLog 28 Oct 2006 07:08:43 -0000 1.1310.2.50 *************** *** 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. |