Update ChangeLog, Authors for rc6

This commit is contained in:
Robert Osfield
2009-02-11 20:25:34 +00:00
parent 6ce7cc9d6a
commit 03e08d7918
6 changed files with 53833 additions and 9 deletions

View File

@@ -33,14 +33,15 @@ Roger James
Pavel Moloshtan
Tom Jolley
Jeremy Moles
Jason Beverage
Norman Vine
Mattias Helsing
Jason Beverage
Cedric Pinson
Art Tevs
Alberto Farre
Andr<EFBFBD> Garneau
Ruben Lopez
Roland Smeenk
Randall Hopper
Michael Platings
Adrian Egli
@@ -51,7 +52,6 @@ Gideon May
Don Tidrow
Sherman Wilcox
Romano Jos<6F> Magacho da Silva
Roland Smeenk
Per Fahlberg
Michael Gronager
Mathieu Marache
@@ -83,6 +83,7 @@ Gino van den Bergen
Carlo Camporesi
Ben Discoe
Andreas Ekstrand
Sukender
Sasa Bistrovic
Neil Groves
Martin Naylor
@@ -98,7 +99,6 @@ Glenn Waldron
Brad Colbert
Vivek Rajan
Thibault Genessay
Sukender
Sean Spicer
Ravi Mathur
Peter Hrenka
@@ -119,6 +119,7 @@ Simon Julier
Sebastien Grignard
Romano Magacho
Richard Schmidt
Riccardo Corsi
Ralf Habacker
Paul de Repentigny
Liang Aibin
@@ -135,9 +136,9 @@ Uwe Woessner
Tony Horrobin
Sohey Yamamoto
Rudolf Wiedemann
Riccardo Corsi
Rafa Gaitan
Phil Atkin
Miguel Escriva
Mattias Linde
Maria Ten
Ken Sewell
@@ -175,10 +176,10 @@ Stanislav Blinov
Sergey Leontyev
Sebastian Messerschmidt
Ralf Kern
Pierre Haritchabalet
Perry Miller
Nathan Monteleone
Morn<EFBFBD> Pistorius
Miguel Escriva
Michael Henheffer
Michael Guerrero
Maya Leonard
@@ -250,7 +251,6 @@ Raymond de Vries
Ragnar Hammarqvist
Qing Shen
Piotr Rak
Pierre Haritchablaet
Philipp Siemoleit
Philipp M<>chler
Paul Palumbo

View File

@@ -33,7 +33,7 @@ SET(OPENSCENEGRAPH_SOVERSION 55)
# set to 0 when not a release candidate, non zero means that any generated
# svn tags will be treated as release candidates of given number
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 5)
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 6)
SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION})

53822
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ OSG News
= !OpenSceneGraph 2.8 release adds osgAnimation and osgVolume libraries, DICOM support, LispSM shadowing and much more. =
PERTHSHIRE, Scotland - 10th February 2009 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 2.8, 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 - 11th February 2009 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 2.8, 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 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.
@@ -31,6 +31,7 @@ The !OpenSceneGraph 2.8 release is the culmination of 10 years of work by the le
* Improved runtime stats collection and on screen reporting.
* Performance improvements through optimization of matrix operations.
* Support for the OpenGL "draw instanced" extension.
* Support for zlib compressed native .ive and .gz files
* Improvements to COLLADA support.
* Build reporting using CDash
* New packaging support using CPack

View File

@@ -15,7 +15,7 @@ subscribe to our public mailing list:
Robert Osfield.
Project Lead.
10th February 2009.
11th February 2009.
--

View File

@@ -382,6 +382,7 @@ std::string typoCorrection(const std::string& name)
if (name=="Yefrei") return "Yefei";
if (name=="Yfei") return "Yefei";
if (name=="Jean-Sebastein") return "Jean-Sebastien";
if (name=="Haritchablaet") return "Haritchabalet";
return name;
}