Hi All,

There were only a few submissions to check in and couple of bug fixes that
I have made so felt it OK to just go ahead and tag the 3.1.10 dev release
without a call for testing:

*source package :*
OpenSceneGraph-3.1.10.zip<http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.1.10.zip>

*svn tag:* svn co
http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.1.10OpenSceneGraph

This is the last development release so now view the code base as in
feature freeze for the imminent 3.2.x stable release.  I haven't decided
whether to tag the 3.2-rc1 today, or wait till Monday, as I don't intend to
make another dev release I'm inclined to just push ahead with 3.2-rc1 today
and get the community to start testing.  If you have anything that you
believe I've missed please raise it now.

Cheers,

Robert.

-- ChangeLog since 3.1.9

2013-07-19 10:17  robert

    * CMakeLists.txt, include/osg/Version: Updater version for 3.1.10
      dev release

2013-07-19 10:11  robert

    * examples/osgviewerQt/osgviewerQt.cpp: Removed #if 0 #endif block

2013-07-19 09:43  robert

    * examples/osgviewerQt/osgviewerQt.cpp: Fixed problem with the
      osgviewerQt code override the default View::Camera without
      setting it's default state on it's StateSet like View does by
      default.

2013-07-19 06:56  robert

    * include/osgFX/Registry: From Johannes Scholz, "as we need to
      dynamically add and remove Effects to and from our Application, I
      created a small patch for osgFX/Registry to add the
      osgFX::Registry::removeEffect(effect*) method and extended
      osgFX::Registry::Proxy to call removeEffect upon its
      destruction."

2013-07-19 06:39  robert

    * src/osgPlugins/osc/osc/OscHostEndianness.h,
      src/osgViewer/CMakeLists.txt: From Wang Rui, "A very small
      clerical error in the src/osgViewer/CMakeLists.txt makes
      MinGW/Cygwin builds fail. Now it is fixed and now OSG works well
      again with Cygwin. :-) The OSC plugin also needs a small fix to
      compile with Cygwin, as attached file
      src/osgPlugins/osc/osc/OscHostEndianness.h shows."

2013-07-19 06:20  robert

    * include/osgUtil/SceneView, include/osgViewer/GraphicsWindow: From
      Mathieu Marache, "we found that events where not caught when
      running in ON_DEMAND frame scheme : GraphicsWindow::checkEvents()
      always return false and GraphicsWindowQt doesn't overload it.

      here is a simple fix that will return if the list is empty or not
      and will match the comment in checkEvents()

2013-07-18 20:17  robert

    * src/osg/Image.cpp: Added a dirty() call to Image::setData(..)

2013-07-18 16:29  robert

    * CMakeModules/Find3rdPartyDependencies.cmake: From Torben
      Dannhauer, "after being absent for more than 12 month, I'm very
      pleased to present my
      new 3rdparty package (V8).

      This package is compiled with Visual Studio 2012 Update 3. Some
      community
      members complained that these package is very large (indeed), so
      I
      introduced 2 versions:
      - The small version contains the dependencies for several image
      file formats
      ( tiff, png, gif, jpeg), as well as zlib, minizip, curl,
      freetype, glut,
      gdal and openSSL
      - The full version will include all libraries which were include
      in the
      previous releases of my 3rd party package.

      Some of the included libraries are released in newer versions, so
      I adapted
      the attached CMake module to find these renamed files.

      I hope you can merge this minor changes soon, since I plan to
      publish the
      small 3rdparty package today.
      "

2013-07-18 16:27  robert

    * include/osg/GL2Extensions: From Lionel Lagarde, "The extension
      name is misspelled. It conflicts with GLEW."
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to