aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.txt36
-rw-r--r--linden/indra/llcommon/llversionviewer.h2
-rw-r--r--linden/indra/newview/English.lproj/InfoPlist.strings4
-rw-r--r--linden/indra/newview/Info-Imprudence.plist2
-rw-r--r--linden/indra/newview/res/viewerRes.rc4
5 files changed, 42 insertions, 6 deletions
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 452c5d2..4d7e6d4 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -4,6 +4,42 @@
4 4
5 5
6 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 6 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
7 =- 1.3.0 BETA 4 -=
8 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
9
10 Imprudence 1.3.0 beta 4 is a hotfix release to fix a serious bug
11 when rezzing objects from your inventory in Second Life while the
12 Build window is open.
13
14
15 CHANGES
16
17 * The following features from the Advanced Build Options window
18 have been removed to prevent unintentional modification of
19 objects rezzed from your inventory:
20
21 - "Settings" and "Texture" control the default settings and
22 textures for newly created prims.
23
24 - Ability to embed an inventory item into newly created prims.
25
26 * The following change in 1.3.0 beta 3 has been reverted, to
27 avoid possible negative effects on private/group voice
28 conversations:
29
30 - If the current region does not have any support for voice
31 chat (e.g. OpenSim regions with no voice module), the viewer
32 will temporarily deactivate voice chat and hide the voice
33 chat controls on the toolbar. The viewer will check again for
34 voice chat again whenever you move to another parcel.
35
36 * Fixed the "Show Selection Outlines" checkbox in the Advanced
37 Build Options window not working correctly.
38
39
40
41
42 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
7 =- 1.3.0 BETA 3 -= 43 =- 1.3.0 BETA 3 -=
8 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 44 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
9 45
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index 8846ad3..799ad5f 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -46,6 +46,6 @@ const char * const IMP_VIEWER_NAME = "Imprudence";
46const S32 IMP_VERSION_MAJOR = 1; 46const S32 IMP_VERSION_MAJOR = 1;
47const S32 IMP_VERSION_MINOR = 3; 47const S32 IMP_VERSION_MINOR = 3;
48const S32 IMP_VERSION_PATCH = 0; 48const S32 IMP_VERSION_PATCH = 0;
49const char * const IMP_VERSION_TEST = "beta 3"; 49const char * const IMP_VERSION_TEST = "beta 4";
50 50
51#endif 51#endif
diff --git a/linden/indra/newview/English.lproj/InfoPlist.strings b/linden/indra/newview/English.lproj/InfoPlist.strings
index 55f734e..06a9cde 100644
--- a/linden/indra/newview/English.lproj/InfoPlist.strings
+++ b/linden/indra/newview/English.lproj/InfoPlist.strings
@@ -1,5 +1,5 @@
1/* Localized versions of Info.plist keys */ 1/* Localized versions of Info.plist keys */
2 2
3CFBundleName = "Imprudence"; 3CFBundleName = "Imprudence";
4CFBundleShortVersionString = "Imprudence version 1.3.0 beta 3"; 4CFBundleShortVersionString = "Imprudence version 1.3.0 beta 4";
5CFBundleGetInfoString = "Imprudence version 1.3.0 beta 3"; 5CFBundleGetInfoString = "Imprudence version 1.3.0 beta 4";
diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist
index ca270a5..ad22af5 100644
--- a/linden/indra/newview/Info-Imprudence.plist
+++ b/linden/indra/newview/Info-Imprudence.plist
@@ -32,7 +32,7 @@
32 </dict> 32 </dict>
33 </array> 33 </array>
34 <key>CFBundleVersion</key> 34 <key>CFBundleVersion</key>
35 <string>1.3.0 beta 3</string> 35 <string>1.3.0 beta 4</string>
36 <key>CSResourcesFileMapped</key> 36 <key>CSResourcesFileMapped</key>
37 <true/> 37 <true/>
38</dict> 38</dict>
diff --git a/linden/indra/newview/res/viewerRes.rc b/linden/indra/newview/res/viewerRes.rc
index e48d552..3e789bb 100644
--- a/linden/indra/newview/res/viewerRes.rc
+++ b/linden/indra/newview/res/viewerRes.rc
@@ -156,11 +156,11 @@ BEGIN
156 BEGIN 156 BEGIN
157 VALUE "CompanyName", "Imprudence Viewer Project" 157 VALUE "CompanyName", "Imprudence Viewer Project"
158 VALUE "FileDescription", "Imprudence" 158 VALUE "FileDescription", "Imprudence"
159 VALUE "FileVersion", "1.3.0 beta 3" 159 VALUE "FileVersion", "1.3.0 beta 4"
160 VALUE "InternalName", "Imprudence" 160 VALUE "InternalName", "Imprudence"
161 VALUE "OriginalFilename", "Imprudence.exe" 161 VALUE "OriginalFilename", "Imprudence.exe"
162 VALUE "ProductName", "Imprudence" 162 VALUE "ProductName", "Imprudence"
163 VALUE "ProductVersion", "1.3.0 beta 3" 163 VALUE "ProductVersion", "1.3.0 beta 4"
164 END 164 END
165 END 165 END
166 BLOCK "VarFileInfo" 166 BLOCK "VarFileInfo"