Skip to content

Commit

Permalink
Update ChnageLog, dates and authors for 2.8.1-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Apr 23, 2009
1 parent 2d2b133 commit f175cad
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.txt
Expand Up @@ -308,7 +308,7 @@ John Donovan
John Davis
John Argentieri
Joan Abadie
Jeoen den Dekker
Jeroen den Dekker
Jean-Christophe Lombardo
Jay Zuckerman
Jason Howlett
Expand Down
81 changes: 81 additions & 0 deletions ChangeLog
@@ -1,3 +1,84 @@
2009-04-23 13:27 robert

* CMakeLists.txt: Updated release candidate number

2009-04-23 11:08 robert

* src/osgPlugins/OpenFlight,
src/osgPlugins/OpenFlight/Document.cpp,
src/osgPlugins/OpenFlight/Document.h,
src/osgPlugins/OpenFlight/GeometryRecords.cpp: Fix to handling of
subsurface layers so that more appropriate PolygonOffset values
are chosen. Merged from svn/trunk using:

svn merge -r 10083:10084
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/

2009-04-23 11:07 robert

* src/osg/PolygonOffset.cpp: Merged from svn trunk using:

svn merge -r 10082:10083
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osg/PolygonOffset.cpp

2009-04-22 13:54 robert

* applications/osgversion/osgversion.cpp: Fixed typo.

2009-04-22 13:09 robert

* src/osgPlugins/dae/daeWriter.h: From Bob Kuehne, "fix for failing
collada builds on osx due to not being able to stringstreamify
osg::Vec3 without io_utils included."

2009-04-22 10:56 robert

* examples, examples/osgcluster/broadcaster.cpp,
examples/osgmanipulator/osgmanipulator.cpp,
examples/osgscreencapture/osgscreencapture.cpp: From Paul Martz,
"Looks like the people who created these two examples were a bit
careless with cut and paste."

Merged from svn/trunk using:

svn merge -r 10063:10064
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/examples/

2009-04-22 10:49 robert

* src/osg/Image.cpp: From Eric Sokolowsky, "src/osg/Image.cpp is
missing the GL_RGBA8 image type when calculating the number of
components in an image. It is added here."

Merged from svn trunk using:

svn merge -r 10061:10062
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osg/Image.cpp

2009-04-21 10:20 robert

* src/osgDB/DatabasePager.cpp: Fix for handling case of no graphics
contexts being registered.

Merged from svn/trunk using:
svn merge -r 10053:10054
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osgDB/DatabasePager.cpp

2009-04-12 18:58 robert

* CMakeLists.txt, NEWS.txt, README.txt: Updated dates for 2.8.1-rc2

2009-04-12 18:53 robert

* CMakeLists.txt, ChangeLog,
applications/osgversion/osgversion.cpp: Updated CMakeLists.txt
ChangeLog generator so that it tracks the current branch or
svn/trunk to prevent branches generating logs for svn/trunk.

Updated osgversion's authors mapping.

Updated ChangeLog.

2009-04-12 10:29 robert

* src/osg/GraphicsThread.cpp: Added release from svn/trunk to
Expand Down
3 changes: 2 additions & 1 deletion NEWS.txt
Expand Up @@ -3,7 +3,7 @@ OSG News

= !OpenSceneGraph 2.8.1 release - bug fix release =

PERTHSHIRE, Scotland - 12th April 2009 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 2.8.1, the industry's leading open-source scene graph technology, designed to accelerate application development and improve 3D graphics performance. !OpenSceneGraph 2.8 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.8 runs on all Microsoft Windows platforms, Apple OS/X, GNU/Linux, IRIX, Solaris, HP-UX, AIX and FreeBSD operating systems.
PERTHSHIRE, Scotland - 23rd April 2009 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 2.8.1, the industry's leading open-source scene graph technology, designed to accelerate application development and improve 3D graphics performance. !OpenSceneGraph 2.8 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.8 runs on all Microsoft Windows platforms, Apple OS/X, GNU/Linux, IRIX, Solaris, HP-UX, AIX and FreeBSD operating systems.

=== Open-source development delivers industry-leading features and performance ===
The !OpenSceneGraph 2.8.1 release is the culmination of 10 years of work by the lead developers and the open-source community that has grown up around the project. The real-time graphics industry and academia embraced it from the very beginning, deploying it in real-world applications, and actively participating in its development, testing and refinement. The end result is a high-quality library with a feature set relevant to application developers' needs.
Expand All @@ -23,6 +23,7 @@ The !OpenSceneGraph 2.8.1 release is the culmination of 10 years of work by the
* windows threading
* memory leak in Collada loader
* fixes to display lists/vbo creation that prevent crash under ATI drivers
* subsurface PolygonOffset setting in OpenFlight
* osgconv --formats under OSX

=== Updates between 2.8 and 2.6 include: ===
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -14,7 +14,7 @@ subscribe to our public mailing list:

Robert Osfield.
Project Lead.
12th April 2009.
23rd April 2009.

--

Expand Down

0 comments on commit f175cad

Please sign in to comment.