From: Braden M. <br...@us...> - 2006-11-28 21:03:15
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3167 Modified Files: ChangeLog README Log Message: Updated description to note X3D functionality. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** README 28 Nov 2006 20:48:00 -0000 1.72 --- README 28 Nov 2006 21:03:13 -0000 1.73 *************** *** 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.1386 retrieving revision 1.1387 diff -C2 -d -r1.1386 -r1.1387 *** ChangeLog 28 Nov 2006 20:48:00 -0000 1.1386 --- ChangeLog 28 Nov 2006 21:03:13 -0000 1.1387 *************** *** 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. |