From: Braden M. <br...@us...> - 2007-07-12 06:10:41
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32431 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog NEWS README configure.ac Log Message: Updates for 0.16.6 release. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.65.2.17 retrieving revision 1.65.2.18 diff -C2 -d -r1.65.2.17 -r1.65.2.18 *** README 9 Jul 2007 07:08:30 -0000 1.65.2.17 --- README 12 Jul 2007 06:10:36 -0000 1.65.2.18 *************** *** 1,3 **** ! OpenVRML library version 0.16.5 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 --- 1,3 ---- ! OpenVRML library version 0.16.6 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Index: NEWS =================================================================== RCS file: /cvsroot/openvrml/openvrml/NEWS,v retrieving revision 1.38.2.6 retrieving revision 1.38.2.7 diff -C2 -d -r1.38.2.6 -r1.38.2.7 *** NEWS 2 Jun 2007 06:46:31 -0000 1.38.2.6 --- NEWS 12 Jul 2007 06:10:36 -0000 1.38.2.7 *************** *** 1,2 **** --- 1,11 ---- + Changes new in version 0.16.6, 12 July, 2007 + ======================================================================== + + - Fixed JavaScript support to work in the presence of JS_THREADSAFE. + + - Added a configure option --with-libjs to accommodate compiling + against a stand-alone SpiderMonkey distribution. + + Changes new in version 0.16.5, 2 June, 2007 ======================================================================== Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.92.2.26 retrieving revision 1.92.2.27 diff -C2 -d -r1.92.2.26 -r1.92.2.27 *** configure.ac 9 Jul 2007 08:14:58 -0000 1.92.2.26 --- configure.ac 12 Jul 2007 06:10:36 -0000 1.92.2.27 *************** *** 1,3 **** ! AC_INIT([OpenVRML], [0.16.5], [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.6], [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.192 retrieving revision 1.1310.2.193 diff -C2 -d -r1.1310.2.192 -r1.1310.2.193 *** ChangeLog 12 Jul 2007 05:31:35 -0000 1.1310.2.192 --- ChangeLog 12 Jul 2007 06:10:35 -0000 1.1310.2.193 *************** *** 1,4 **** --- 1,21 ---- 2007-07-12 Braden McDaniel <br...@en...> + Updates for 0.16.6 release. + + * NEWS + * README + * configure.ac + * doc/Doxyfile + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc + * mozilla-plugin/configure.ac + * src/libopenvrml/Makefile.am: Updated libtool library version + to 7:5:1. + * src/libopenvrml-gl/Makefile.am: Updated libtool library + version to 6:7:0. + + 2007-07-12 Braden McDaniel <br...@en...> + Quell some warnings from gcc. |