Skip to content

Commit

Permalink
Updated ChangeLog and AUTHOR file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed May 14, 2009
1 parent ec23bf1 commit e7447a4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 6 deletions.
13 changes: 7 additions & 6 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OpenSceneGraph Library 2.8.1

370 Contributors:
371 Contributors:

Firstname Surname
-----------------
Expand Down Expand Up @@ -44,11 +44,11 @@ Michael Platings
Andr� Garneau
Ruben Lopez
Randall Hopper
Jason Daly
J.P. Delport
Adrian Egli
Olaf Flebbe
Mathieu Marache
Jason Daly
Gideon May
Don Tidrow
Sherman Wilcox
Expand All @@ -61,8 +61,8 @@ Daniel Sj
Chris Hanson
Alberto Luaces
Philip Lowman
Melchior Franz
Chris Denham
Melchior Franz
Serge Lages
Lionel Lagarde
Joran Jessurun
Expand All @@ -77,6 +77,7 @@ Stephane Lamoliatte
Sondra Iverson
Rune Schmidt Jensen
Rainer Oder
Neil Groves
Mike Connell
Martin Aumueller
Mario Valle
Expand All @@ -85,9 +86,9 @@ Gino van den Bergen
Carlo Camporesi
Ben Discoe
Andreas Ekstrand
Thibault Genessay
Sukender
Sasa Bistrovic
Neil Groves
Martin Naylor
Markus Trenkwalder
Loic Dachary
Expand All @@ -98,7 +99,6 @@ Jan Ciger
Glenn Waldron
Brad Colbert
Vivek Rajan
Thibault Genessay
Sean Spicer
Ravi Mathur
Peter Hrenka
Expand Down Expand Up @@ -203,6 +203,7 @@ Gustavo Wagner
Guillaume Chouvenc
Gerrick Bivins
George Tarantilis
Frederic Bouvier
Ferdi Smit
Ewe Woessner
Erik den Dekker
Expand Down Expand Up @@ -323,12 +324,12 @@ Glen Waldron
Gian Lorenzetto
George Papagiannakis
Galen Faidley
Frederic Bouvier
Frank Warmerdam
Frank Midgley
Frank Lindeman
Frank Lichtenheld
Ferdinand Cornelissen
Fajran Iman
Fabien Dachicourt
Emmanuel Roche
Edmond Gheury
Expand Down
39 changes: 39 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
2009-05-14 17:18 robert

* applications/osgversion/CMakeLists.txt,
applications/osgversion/Contributors.cpp,
applications/osgversion/osgversion.cpp: Moved the Contributors
generation code out into a separate source file that is only
compiled when OSG_MAINTAINER is enable via ccamke. This has been
done to prevent build issues on some machines with compilers that
chose a different local to the one that the contributors names
are encoded.

2009-05-13 08:35 robert

* src/OpenThreads/win32, src/OpenThreads/win32/Win32Thread.cpp:
From Thibault Genessay, "On Windows, when a process tries to
spawn one too many thread,
_beginthreadex() fails but OpenThreads still waits on the startup
Block before returning to the caller of
OpenThreads::Thread::start().
This causes a deadlock. The return value of _beginthreadex() is
actually checked, but after the call to
OpenThreads::Block::block() so
it is basically useless.

Attached is a fix to move the check for the return value of
_beginthreadex() before the call to block(), so that start() can
return to the caller with a non-zero error code. This solves the
problem for me."

Merged from svn trunk using:

svn merge -r 10190:10191
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/OpenThreads/win32

2009-05-12 11:15 robert

* ChangeLog, NEWS.txt, README.txt: Updated ChangeLog and
NEWS/READER for release candidate

2009-05-12 11:12 robert

* src/osgWrappers/osgUtil/IntersectVisitor.cpp: Updated wrappers
Expand Down

0 comments on commit e7447a4

Please sign in to comment.