From fa8773d441af5b7785ac7f359e16140c2bf9bbd3 Mon Sep 17 00:00:00 2001 From: Anders Arnholm Date: Fri, 12 Dec 2008 14:34:41 +0100 Subject: Bumped version to RC3. --- ChangeLog.txt | 7 +++++++ RELEASE_NOTES.txt | 19 +++++++++++++++++++ linden/indra/llcommon/llversionviewer.h | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index c5f3d5d..ce58cb6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +2008-12-12 Balp Allen + + * Bumped version to RC3 + + * Applied patches from Henri's CoolViewer: + Possible to discard much more given items. + 2008-12-11 Jacek Antonelli * linden/indra/newview/llfloaterabout.cpp: diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 8d9e840..ddf3bb9 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,3 +1,22 @@ +== Imprudence 1.0.0 RC3 == + +=== Known Issues === + +* Still '''no sound or voice yet'''. +=== Changes === +This version of Imprudence includes the following changes (as compared to Imprudence 1.0.0 RC2): + +* '''Grid selection box''': No loger duplicate "SL Main Grid". + +* '''About Imprudence''': Even before loggend in. + +* '''Rebranding''': Even more rebranding done. + +* '''Memory leaks''': Serveral minor memory leaks fixed, thanks to Henri +Beauchamp, Carjay McGinnis and Aleric Inglewood. + + + == Imprudence 1.0.0 RC2 == diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index cddc654..ac85f81 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h @@ -45,6 +45,6 @@ const char * const IMP_VIEWER_NAME = "Imprudence"; const S32 IMP_VERSION_MAJOR = 1; const S32 IMP_VERSION_MINOR = 0; const S32 IMP_VERSION_PATCH = 0; -const char * const IMP_VERSION_TEST = "RC2"; +const char * const IMP_VERSION_TEST = "RC3"; #endif -- cgit v1.1