Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5001
Modified Files:
ChangeLog NEWS README configure.ac
Log Message:
Updates for 0.16.5 release.
Index: README
===================================================================
RCS file: /cvsroot/openvrml/openvrml/README,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** README 30 Apr 2007 07:37:25 -0000 1.80
--- README 2 Jun 2007 06:47:04 -0000 1.81
***************
*** 1,3 ****
! OpenVRML library version 0.16.4
Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...>
Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
--- 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
Index: NEWS
===================================================================
RCS file: /cvsroot/openvrml/openvrml/NEWS,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** NEWS 30 Apr 2007 07:37:25 -0000 1.43
--- NEWS 2 Jun 2007 06:47:04 -0000 1.44
***************
*** 1,2 ****
--- 1,8 ----
+ Changes new in version 0.16.5, 2 June, 2007
+ ========================================================================
+
+ - Fixed openvrml-player to know about its application data directory.
+
+
Changes new in version 0.16.4, 30 April, 2007
========================================================================
Index: configure.ac
===================================================================
RCS file: /cvsroot/openvrml/openvrml/configure.ac,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** configure.ac 1 Jun 2007 20:04:36 -0000 1.115
--- configure.ac 2 Jun 2007 06:47:04 -0000 1.116
***************
*** 1,3 ****
! AC_INIT([OpenVRML], [0.16.4], [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.5], [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.1518
retrieving revision 1.1519
diff -C2 -d -r1.1518 -r1.1519
*** ChangeLog 1 Jun 2007 20:04:35 -0000 1.1518
--- ChangeLog 2 Jun 2007 06:47:04 -0000 1.1519
***************
*** 1,2 ****
--- 1,22 ----
+ 2007-06-02 Braden McDaniel <br...@en...>
+
+ Updates for 0.16.5 release.
+
+ * NEWS: Updated for 0.16.5 release.
+ * README: Updated for 0.16.5 release.
+ * configure.ac: Updated for 0.16.5 release.
+ * doc/Doxyfile: Updated for 0.16.5 release.
+ * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc:
+ Updated for 0.16.5 release.
+ * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj:
+ Updated for 0.16.5 release.
+ * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc:
+ Updated for 0.16.5 release.
+ * mozilla-plugin/configure.ac: Updated for 0.16.5 release.
+ * src/libopenvrml/Makefile.am (LIBRARY_VERSION): Updated libtool
+ library version number.
+ * src/libopenvrml-gl/Makefile.am (LIBRARY_VERSION): Updated
+ libtool library version number.
+
2007-06-01 Braden McDaniel <br...@en...>
|