From 45d5cc4745c5f874fc913a8eac07ff361fddd049 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 31 Jul 2011 08:21:58 +0000 Subject: [PATCH] Updated ChangeLog and READEME.txt for 3.0.1 release --- ChangeLog | 22 ++++++++++++++++++++++ README.txt | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8bead8bbf..ef7b3a6b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2011-07-31 07:50 robert + + * CMakeLists.txt: Changed release candidate numbe for 3.0.1 + release. + +2011-07-31 07:48 robert + + * src/osgShadow/StandardShadowMap.cpp: Changed the handling of the + ambient contribution of light to avoid lighting errors in the + shadowed region outside a spointlight. + +2011-07-29 07:44 robert + + * src/osgViewer/ViewerEventHandlers.cpp: Merged from svn/trunk + revision 12735, fixed console output of end of frame barrier + position. + +2011-07-28 16:59 robert + + * AUTHORS.txt, CMakeLists.txt, ChangeLog: Updated ChangeLog and + release candidate number for 3.0.1-rc3 + 2011-07-28 16:41 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Improved the handling diff --git a/README.txt b/README.txt index 134ab24f1..2a1459240 100644 --- a/README.txt +++ b/README.txt @@ -27,7 +27,7 @@ more indepth instructions. Robert Osfield. Project Lead. -28th June 2011. +31st July 2011. --