From 0d8673a9a4d17d1bb1967a61d436c82a6b8eca36 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Oct 2007 11:24:09 +0000 Subject: [PATCH] Updated ChangeLog for 2.2 release --- ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/ChangeLog b/ChangeLog index 239a79518..8ebff95b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2007-10-04 10:05 +0000 [r7558] robert: + + * Updated version for 2.2 release + +2007-10-04 08:54 +0000 [r7556] robert: + + * From Trajce Nikolov, added support for extract a region for + geospatial imagery + +2007-10-03 23:44 +0000 [r7554] robert: + + * Updated ChangeLog, NEWS and AUTHORS file for 2.1.15 release + +2007-10-03 23:27 +0000 [r7553] robert: + + * Updated version for 2.1.15 dev release + +2007-10-03 23:03 +0000 [r7551-7552] robert: + + * From Panagiotis Papadakos, "Setting the maximum height of osgText + doen't seem to work. If the text is big enough, it exceeds the + height that I gave as input to setMaximumHeight. So check if + cursor is out of -_maximumHeight." + + * Added support for defining an option + OSG_GLU_TESS_CALLBACK_TRIPLEDOT within the CMake build system, + enabling this option will build the OSG against the (...) version + of the tesselation callback functions. One can also set the + default value of this option via the + DEFAULT_GLU_TESS_CALLBACK_TRIPLEDOT variable that is set locally + to OFF for all platforms except AIX and OSX, but can be overriden + by setting it via command line option i.e. cmake . + -DDDEFAULT_GLU_TESS_CALLBACK_TRIPLEDOT=ON + 2007-10-03 21:12 +0000 [r7550] shuber: * updated XCode projects