Updated ChangeLog, AUTHORES and README to 1.9.8 release

This commit is contained in:
Robert Osfield 2007-06-06 21:57:57 +00:00
parent 211abb16dc
commit bc406238f5
3 changed files with 123 additions and 9 deletions

View File

@ -1,6 +1,6 @@
OpenSceneGraph Library 1.9.7 OpenSceneGraph Library 1.9.8
263 Contributors: 264 Contributors:
Firstname Surname Firstname Surname
----------------- -----------------
@ -27,25 +27,25 @@ Norman Vine
Alberto Farre Alberto Farre
Ruben Lopez Ruben Lopez
Randall Hopper Randall Hopper
Roger James
Gideon May Gideon May
Don Tidrow Don Tidrow
Romano José Magacho da Silva Romano José Magacho da Silva
Roger James Olaf Flebbe
Michael Gronager Michael Gronager
Colin McDonald Colin McDonald
Chris Hanson Chris Hanson
Olaf Flebbe
Daniel Sjölie Daniel Sjölie
Mathias Fröhlich Mathias Fröhlich
Joran Jessurun Joran Jessurun
Anré Garneau Anré Garneau
Per Fahlberg
Frederic Marmond Frederic Marmond
David Fries David Fries
Boris Bralo Boris Bralo
Yefei He Yefei He
Sondra Iverson Sondra Iverson
Rune Schmidt Jensen Rune Schmidt Jensen
Per Fahlberg
Neil Salter Neil Salter
Jason Beverage Jason Beverage
David Spilling David Spilling
@ -58,6 +58,7 @@ Martin Naylor
Martin Aumueller Martin Aumueller
Markus Trenkwalder Markus Trenkwalder
Joakim Simonsson Joakim Simonsson
Jeremy Moles
Gordon Tomlinson Gordon Tomlinson
Andreas Ekstrand Andreas Ekstrand
Vivek Rajan Vivek Rajan
@ -67,7 +68,6 @@ Ravi Mathur
Michael Platings Michael Platings
Loic Dachary Loic Dachary
Joseph Steel Joseph Steel
Jeremy Moles
Jason Daly Jason Daly
David Guthrie David Guthrie
Corbin Holtz Corbin Holtz
@ -80,6 +80,7 @@ Romano Magacho
Paul de Repentigny Paul de Repentigny
Nikolaus Hanekamp Nikolaus Hanekamp
Michael Hartman Michael Hartman
Martin Lavery
Leandro Motta Barros Leandro Motta Barros
Laurens Voerman Laurens Voerman
Carlo Camporesi Carlo Camporesi
@ -126,7 +127,6 @@ Michael Henheffer
Maya Leonard Maya Leonard
Max Behensky Max Behensky
Mathew May Mathew May
Martin Lavery
Martijn Kragtwijk Martijn Kragtwijk
Kevin Moiule Kevin Moiule
Keith Steffen Keith Steffen
@ -204,6 +204,7 @@ Mathia Walker
Mason Menninger Mason Menninger
Martin Spott Martin Spott
Martin Amueller Martin Amueller
Marin Lavery
Maria Ten Maria Ten
Louis Hamilton Louis Hamilton
Lewis Harmon Lewis Harmon

113
ChangeLog
View File

@ -1,3 +1,116 @@
2007-06-06 11:34 +0000 [r6860] robert:
* From Roger James, "These fix a couple of problems in the ac3d
writer. 1. Number of child node of the world object set
incorrectly in when scene contains shape drawables. 2. Incorrect
handling of line primitives."
2007-06-06 11:28 +0000 [r6859] robert:
* From Olaf Flebbe, "an implementation of GraphicsWindow::setCursor
for WIN32."
2007-06-06 11:21 +0000 [r6858] robert:
* Moved HelpHandler and StatsHandler classes into
ViewerEventHandlers header, removed HelpHandler and StatsHandler
headers
2007-06-06 11:10 +0000 [r6857] robert:
* Updated wrappers
2007-06-06 10:58 +0000 [r6855-6856] robert:
* Moved SimpleViewer from osgViewer into the osgviewerCocoa example
directory as this is the only place in the OSG that now relies
upon SimpleViewer.
* Added support for passing in ArgumentParser in Viewer and
CompositeViewer constructor
2007-06-06 08:59 +0000 [r6854] robert:
* From Marin Lavery and Robert Osfield, XCode build fixes
2007-06-05 20:42 +0000 [r6853] robert:
* From Martin Lavery, XCode build fixes
2007-06-05 19:44 +0000 [r6850-6852] robert:
* Renamed osgmultiplecameras to osgcompositeviewer
* Renamed osgmultiplecamrea to osgcompositeviewer
* Added CompositeViewer support into FLTK example
2007-06-05 19:36 +0000 [r6849] shuber:
* from Stephan Huber: fixed build path for OpenThreads, so osg
builds cleanly
2007-06-05 19:10 +0000 [r6848] robert:
* Added support for CompositeViewer
2007-06-05 17:19 +0000 [r6846-6847] robert:
* Improved the wording of CMake instructions
* From Martin Lavery, build fixes fo latest file additions
2007-06-05 14:37 +0000 [r6845] robert:
* Change interator to const_iterator to try and avoid Solaris build
failure
2007-06-05 11:18 +0000 [r6844] robert:
* From Per Fahlberg, "added use of the internal format specified in
the OpenFlight format attr files."
2007-06-05 08:46 +0000 [r6843] robert:
* Removed const to try and avoid Sun compiler error
2007-06-05 08:30 +0000 [r6842] robert:
* Removed redundent comma
2007-06-04 21:32 +0000 [r6838-6839] robert:
* Updated READEME
* Updated ChangeLog and AUTHORS.txt for 1.9.7 release
2007-06-04 21:02 +0000 [r6837] robert:
* Introduce OSG_BUILD_APPLICATION_BUNDLES option for OSX,
defaulting to OFF.
2007-06-04 20:32 +0000 [r6836] robert:
* From Jeremy Moles and Rbert Osfeild, added extra details about
CMake build options.
2007-06-04 19:33 +0000 [r6835] robert:
* Removed setting of font resolutions and added control of
threading, with the default theading set to SingleThreading to
avoid crashes associated with non thread safe sections of osgFX -
the need to be fixed!!!
2007-06-04 17:11 +0000 [r6834] robert:
* Added control of threading model, setting default to
SingleThreaded to avoid crash associated with mixing
useCursor(false) and multi-threading.
2007-06-04 16:20 +0000 [r6833] robert:
* Updated version for 1.9.7 release
2007-06-04 15:11 +0000 [r6832] robert: 2007-06-04 15:11 +0000 [r6832] robert:
* Fixed stray control character * Fixed stray control character

View File

@ -10,11 +10,11 @@ For the impatient, read the simplified build notes below.
Robert Osfield. Robert Osfield.
Project Lead. Project Lead.
4th June 2007. 6th June 2007.
-- --
Notes for 1.9.7 release Notes for 1.9.8 release
======================= =======================
OpenThreads/include and src directories has now been merged directly into OpenThreads/include and src directories has now been merged directly into