Updated release candidate number and ChangeLog for 3.2.1-rc6

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.2@14354 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2014-07-03 14:20:46 +00:00
parent 0ecaf90a7c
commit fb7f800ba7
2 changed files with 32 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ SET(OPENSCENEGRAPH_SOVERSION 100)
# 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})

View File

@@ -1,3 +1,34 @@
2014-07-03 14:13 robert
* NEWS.txt: Updated NEWS in prep for 3.2.1 release
2014-07-03 13:06 robert
* src/osgPlugins/osc/OscSendingDevice.cpp,
src/osgPresentation/PropertyManager.cpp: Added vertical
destructors
2014-07-02 14:14 robert
* src/osgPlugins/osg/ReaderWriterOSG2.cpp: Merged fix from
svn/trunk to handlng of file type of nested files within a .osgx,
.osgt and .osgb file.
2014-07-01 07:31 robert
* applications/osgviewer/osgviewer.cpp: Added #include <stdint.h>
to address compile issue on some Linux distro's.
2014-06-30 15:31 robert
* examples/osgvolume/osgvolume.cpp: Add dds no flip on write option
to prevent output of .dds volume from being flipped by the dds
plugin.
2014-06-30 10:22 robert
* AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS file
2014-06-30 10:13 robert
* include/osgUtil/StateGraph: From Mikhail Izmestev, "Attached fix