Changeset 7558
- Timestamp:
- 10/04/07 12:05:20
- Files:
-
- OpenSceneGraph/trunk/AUTHORS.txt (modified) (1 diff)
- OpenSceneGraph/trunk/CMakeLists.txt (modified) (1 diff)
- OpenSceneGraph/trunk/NEWS.txt (modified) (3 diffs)
- OpenSceneGraph/trunk/include/osg/Version (modified) (1 diff)
- OpenSceneGraph/trunk/packaging/pkgconfig/openscenegraph.pc (modified) (1 diff)
- OpenSceneGraph/trunk/packaging/pkgconfig/openthreads.pc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/AUTHORS.txt
r7554 r7558 1 OpenSceneGraph Library 2. 1.151 OpenSceneGraph Library 2.2.0 2 2 3 3 281 Contributors: OpenSceneGraph/trunk/CMakeLists.txt
r7553 r7558 16 16 17 17 SET(OPENSCENEGRAPH_MAJOR_VERSION 2) 18 SET(OPENSCENEGRAPH_MINOR_VERSION 1)19 SET(OPENSCENEGRAPH_PATCH_VERSION 15)18 SET(OPENSCENEGRAPH_MINOR_VERSION 2) 19 SET(OPENSCENEGRAPH_PATCH_VERSION 0) 20 20 SET(OPENSCENEGRAPH_SOVERSION 25) 21 21 OpenSceneGraph/trunk/NEWS.txt
r7554 r7558 2 2 ======== 3 3 4 = OpenSceneGraph 2.2 release improves support for advanced displays, soft and parallel split shadow maps and easier builds =5 6 PERTHSHIRE, Scotland - 4th October 2007 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 2.2, the industry's leading open-source scene graph technology, designed to accelerate application development and improve 3D graphics performance. !OpenSceneGraph 2.2 written entirely in Standard C++ and built upon !OpenGL, offers developers working in the visual simulation, game development, virtual reality, scientific visualization and modeling markets - a real-time visualization tool which eclipses commercial scene graph toolkits in functionality, stability and performance. !OpenSceneGraph 2.2 runs on all Microsoft Windows platforms, Apple OS/X, GNU/Linux, IRIX, Solaris, HP-UX, AIX and !FreeBSD operating systems.4 = OpenSceneGraph 2.2 release adds support for advanced displays, soft and parallel split shadow maps and easier builds = 5 6 PERTHSHIRE, Scotland - 4th October 2007 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 2.2, the industry's leading open-source scene graph technology, designed to accelerate application development and improve 3D graphics performance. !OpenSceneGraph 2.2 written entirely in Standard C++ and built upon OpenGL, offers developers working in the visual simulation, game development, virtual reality, scientific visualization and modeling markets - a real-time visualization tool which eclipses commercial scene graph toolkits in functionality, stability and performance. !OpenSceneGraph 2.2 runs on all Microsoft Windows platforms, Apple OS/X, GNU/Linux, IRIX, Solaris, HP-UX, AIX and !FreeBSD operating systems. 7 7 8 8 === Open-source development delivers industry-leading features and performance === … … 12 12 13 13 * Improved build support under Windows including versioning of dll's to avoid problems with mixing !OpenSceneGraph versions on a single system. 14 * Support for Texture2DArray and integer texture OpenGL extensions. 14 15 * Support for spherical displays. 15 16 * Support for checkerboard stereo displays. … … 43 44 The diverse and growing community of over 1700 developers is centered around the public osg-users mailing list, where members discuss how best to use !OpenSceneGraph, provide mutual support, and coordinate development of new features and bug fixes. Members of this community come from many different countries with backgrounds ranging from some of the world's largest aerospace companies, game companies, and visual simulation specialists to university researchers, students and hobbyists. 44 45 45 The !OpenSceneGraph project owes a great deal to the community for its development and support, in particular we wish to thank the [http://www.openscenegraph.org/projects/osg/wiki/Support/Contributors/TwoPointTwo 28 1individuals] from around the world that have directly contributed to the development and refinement of the !OpenSceneGraph code base.46 The !OpenSceneGraph project owes a great deal to the community for its development and support, in particular we wish to thank the [http://www.openscenegraph.org/projects/osg/wiki/Support/Contributors/TwoPointTwo 282 individuals] from around the world that have directly contributed to the development and refinement of the !OpenSceneGraph code base. 46 47 47 48 ---- 48 49 49 50 About !OpenSceneGraph:[[BR]] 50 Further information, screenshots, downloads, documentation, and support links can be found on the [=OpenSceneGraph=] project website http://www.openscenegraph.org. 51 !OpenSceneGraph Project was founded in September 1999 by Don Burns and Robert Osfield. 52 Further information, screenshots, downloads, documentation, and support links can be found on the !OpenSceneGraph project website http://www.openscenegraph.org. 51 53 52 54 About !OpenSceneGraph Professional Services:[[BR]] 53 !OpenSceneGraph Professional Services, founded by Robert Osfield in April 2001, is based in Callander, Perhshire, Scotland, and provides professional services on top of !OpenSceneGraph. Further information about the services it provides can be found at http://www.openscenegraph.com.55 !OpenSceneGraph Professional Services, founded by project lead Robert Osfield in April 2001, is based in Callander, Perhshire, Scotland, and provides professional services on top of !OpenSceneGraph. Further information about the services it provides can be found at http://www.openscenegraph.com. 54 56 55 57 OpenSceneGraph/trunk/include/osg/Version
r7553 r7558 21 21 22 22 #define OPENSCENEGRAPH_MAJOR_VERSION 2 23 #define OPENSCENEGRAPH_MINOR_VERSION 124 #define OPENSCENEGRAPH_PATCH_VERSION 1523 #define OPENSCENEGRAPH_MINOR_VERSION 2 24 #define OPENSCENEGRAPH_PATCH_VERSION 0 25 25 #define OPENSCENEGRAPH_SOVERSION 25 26 26 OpenSceneGraph/trunk/packaging/pkgconfig/openscenegraph.pc
r7553 r7558 8 8 Name: openscenegraph 9 9 Description: 3D scenegraph 10 Version: 2. 1.1510 Version: 2.2.0 11 11 Requires: openthreads 12 12 Conflicts: OpenSceneGraph/trunk/packaging/pkgconfig/openthreads.pc
r7525 r7558 8 8 Name: openthreads 9 9 Description: Object-Oriented (OO) thread interface for C++ programmers 10 Version: 1.9.710 Version: 2.2.0 11 11 Requires: 12 12 Conflicts:
