Updated rc number to 9, and updated ChangeLog and AUTHORS.txt
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.4@15043 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -43,9 +43,9 @@ Roland Smeenk
|
||||
Roger James
|
||||
Jeremy Moles
|
||||
J.P. Delport
|
||||
Andy Skinner
|
||||
Magnus Kessler
|
||||
David Fries
|
||||
Andy Skinner
|
||||
Tom Jolley
|
||||
Paul Melis
|
||||
Luc Frauciel
|
||||
|
||||
@@ -58,7 +58,7 @@ SET(OPENSCENEGRAPH_SOVERSION 130)
|
||||
|
||||
# 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 8)
|
||||
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 9)
|
||||
|
||||
SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION})
|
||||
|
||||
|
||||
24
ChangeLog
24
ChangeLog
@@ -1,3 +1,27 @@
|
||||
2015-08-03 19:14 robert
|
||||
|
||||
* include/osgViewer/api/X11/PixelBufferX11,
|
||||
src/osgViewer/PixelBufferX11.cpp: From Andy Skinner, "Someone was
|
||||
using our code on a system that does not seem to have the SGIX
|
||||
symbols used in osgViewer.cpp.
|
||||
|
||||
|
||||
|
||||
I used osgSetGLExtensionsFuncPtr to remove the symbols. I don't
|
||||
know how to test this path, but it did remove the symbols from
|
||||
libosgViewer.so. I have also not been able yet to see if that was
|
||||
sufficient for our customer.
|
||||
|
||||
|
||||
|
||||
I did this by looking at other cases, and I tried to follow some
|
||||
of the same practices in PixelBufferX11, like using _useSGIX in a
|
||||
similar way to the previous _useGLX1_3."
|
||||
|
||||
2015-07-31 15:12 robert
|
||||
|
||||
* AUTHORS.txt, ChangeLog: Update ChangeLog and AUTHORS
|
||||
|
||||
2015-07-31 15:01 robert
|
||||
|
||||
* CMakeLists.txt: Updated rc number to 8 for 3.4.9-rc8
|
||||
|
||||
Reference in New Issue
Block a user