Update ChangeLog and NEWS

This commit is contained in:
Robert Osfield
2009-06-02 14:48:36 +00:00
parent 5b439806ce
commit c2bc684eb2
2 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
2009-06-02 14:44 robert
* src/osg/Texture2D.cpp: Merged from svn/trunk : "Moved assigned of
texture object to
_textureObjectBuffer to earlier in Texture2D::apply() to prevent
problems with non power of two texture mipmap generation."
2009-06-02 14:42 robert
* ChangeLog, NEWS.txt: Updated ChangeLog and NEWS.txt in prep for
2.8.2
2009-06-02 09:23 robert
* CMakeLists.txt, include/osg/Version: Updated version numbers for

View File

@@ -11,9 +11,10 @@ The !OpenSceneGraph 2.8.2 release is the culmination of 10 years of work by the
=== Updates between 2.8.2 and 2.8.1 releases include: ===
* Bug fixes to :
* regression in X11 key symbol remapping, improved support for Russian keyboards.
* texture generate mipmap for non power of two textures
* regression in X11 key symbol remapping, improved support for Russian keyboards
* regression of StencilMask setting in RenderStage
* small memory leak in X11 usage.
* small memory leak in X11 usage
* Transform::computeBound() double BoundingSphere support
* Resize handling when master and slave Cameras share the same GraphicsContext