diff options
author | Anders Arnholm | 2008-12-12 14:34:41 +0100 |
---|---|---|
committer | Anders Arnholm | 2008-12-12 14:34:41 +0100 |
commit | fa8773d441af5b7785ac7f359e16140c2bf9bbd3 (patch) | |
tree | bbbb899e38babcd0fb16a718dabf7ca38736f841 | |
parent | Applied 3 patches from CoolViewer, http://sldev.free.fr (diff) | |
download | meta-impy-fa8773d441af5b7785ac7f359e16140c2bf9bbd3.zip meta-impy-fa8773d441af5b7785ac7f359e16140c2bf9bbd3.tar.gz meta-impy-fa8773d441af5b7785ac7f359e16140c2bf9bbd3.tar.bz2 meta-impy-fa8773d441af5b7785ac7f359e16140c2bf9bbd3.tar.xz |
Bumped version to RC3.
-rw-r--r-- | ChangeLog.txt | 7 | ||||
-rw-r--r-- | RELEASE_NOTES.txt | 19 | ||||
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
3 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index c5f3d5d..ce58cb6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,10 @@ | |||
1 | 2008-12-12 Balp Allen <Anders@Arnholm.se> | ||
2 | |||
3 | * Bumped version to RC3 | ||
4 | |||
5 | * Applied patches from Henri's CoolViewer: | ||
6 | Possible to discard much more given items. | ||
7 | |||
1 | 2008-12-11 Jacek Antonelli <jacek.antonelli@gmail.com> | 8 | 2008-12-11 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 9 | ||
3 | * linden/indra/newview/llfloaterabout.cpp: | 10 | * 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 @@ | |||
1 | == Imprudence 1.0.0 RC3 == | ||
2 | |||
3 | === Known Issues === | ||
4 | |||
5 | * Still '''no sound or voice yet'''. | ||
6 | === Changes === | ||
7 | This version of Imprudence includes the following changes (as compared to Imprudence 1.0.0 RC2): | ||
8 | |||
9 | * '''Grid selection box''': No loger duplicate "SL Main Grid". | ||
10 | |||
11 | * '''About Imprudence''': Even before loggend in. | ||
12 | |||
13 | * '''Rebranding''': Even more rebranding done. | ||
14 | |||
15 | * '''Memory leaks''': Serveral minor memory leaks fixed, thanks to Henri | ||
16 | Beauchamp, Carjay McGinnis and Aleric Inglewood. | ||
17 | |||
18 | |||
19 | |||
1 | 20 | ||
2 | == Imprudence 1.0.0 RC2 == | 21 | == Imprudence 1.0.0 RC2 == |
3 | 22 | ||
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"; | |||
45 | const S32 IMP_VERSION_MAJOR = 1; | 45 | const S32 IMP_VERSION_MAJOR = 1; |
46 | const S32 IMP_VERSION_MINOR = 0; | 46 | const S32 IMP_VERSION_MINOR = 0; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = "RC2"; | 48 | const char * const IMP_VERSION_TEST = "RC3"; |
49 | 49 | ||
50 | #endif | 50 | #endif |