Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4931
Modified Files:
Tag: OpenVRML-0_16-BRANCH
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.65.2.15
retrieving revision 1.65.2.16
diff -C2 -d -r1.65.2.15 -r1.65.2.16
*** README 30 Apr 2007 07:37:08 -0000 1.65.2.15
--- README 2 Jun 2007 06:46:31 -0000 1.65.2.16
***************
*** 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.38.2.5
retrieving revision 1.38.2.6
diff -C2 -d -r1.38.2.5 -r1.38.2.6
*** NEWS 30 Apr 2007 07:37:07 -0000 1.38.2.5
--- NEWS 2 Jun 2007 06:46:31 -0000 1.38.2.6
***************
*** 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.92.2.22
retrieving revision 1.92.2.23
diff -C2 -d -r1.92.2.22 -r1.92.2.23
*** configure.ac 21 May 2007 04:11:59 -0000 1.92.2.22
--- configure.ac 2 Jun 2007 06:46:31 -0000 1.92.2.23
***************
*** 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.1310.2.177
retrieving revision 1.1310.2.178
diff -C2 -d -r1.1310.2.177 -r1.1310.2.178
*** ChangeLog 31 May 2007 07:59:15 -0000 1.1310.2.177
--- ChangeLog 2 Jun 2007 06:46:31 -0000 1.1310.2.178
***************
*** 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-05-31 Braden McDaniel <br...@en...>
|