From: Braden M. <br...@us...> - 2006-11-28 21:03:04
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2790 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog README Log Message: Updated description to note X3D functionality. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.65.2.7 retrieving revision 1.65.2.8 diff -C2 -d -r1.65.2.7 -r1.65.2.8 *** README 28 Nov 2006 20:47:27 -0000 1.65.2.7 --- README 28 Nov 2006 21:03:01 -0000 1.65.2.8 *************** *** 13,19 **** ===== ! OpenVRML is a portable VRML97 toolkit including a C++ library for ! reading and displaying VRML97 files, an OpenGL renderer, and a Mozilla ! Web browser plug-in for viewing VRML97 content on the Internet. --- 13,19 ---- ===== ! OpenVRML is a portable toolkit including a C++ library for reading ! and displaying VRML and X3D files, an OpenGL renderer, and a Mozilla ! Web browser plug-in for viewing VRML and X3D content on the Internet. *************** *** 21,25 **** ============= ! The OpenVRML libraries comprising the VRML97 runtime ("libopenvrml") and the OpenGL renderer ("libopenvrml-gl") are available under the terms of the GNU Lesser General Public License (LGPL), version 2.1. These --- 21,25 ---- ============= ! The OpenVRML libraries comprising the VRML/X3D runtime ("libopenvrml") and the OpenGL renderer ("libopenvrml-gl") are available under the terms of the GNU Lesser General Public License (LGPL), version 2.1. These Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.63 retrieving revision 1.1310.2.64 diff -C2 -d -r1.1310.2.63 -r1.1310.2.64 *** ChangeLog 28 Nov 2006 20:47:27 -0000 1.1310.2.63 --- ChangeLog 28 Nov 2006 21:03:01 -0000 1.1310.2.64 *************** *** 1,4 **** --- 1,8 ---- 2006-11-28 Braden McDaniel <br...@en...> + * README: Updated description to note X3D functionality. + + 2006-11-28 Braden McDaniel <br...@en...> + * README: Removed zlib from dependencies list; as of 0.16 OpenVRML does not directly require zlib. |