From d167465f0e53f8b02d850bd1a67da75fea1d6db8 Mon Sep 17 00:00:00 2001
From: Jacek Antonelli
Date: Sat, 8 May 2010 16:37:20 -0500
Subject: Release notes and version bump for 1.3.0 beta 4.
---
RELEASE_NOTES.txt | 36 ++++++++++++++++++++++
linden/indra/llcommon/llversionviewer.h | 2 +-
.../indra/newview/English.lproj/InfoPlist.strings | 4 +--
linden/indra/newview/Info-Imprudence.plist | 2 +-
linden/indra/newview/res/viewerRes.rc | 4 +--
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 @@
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ =- 1.3.0 BETA 4 -=
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+ Imprudence 1.3.0 beta 4 is a hotfix release to fix a serious bug
+ when rezzing objects from your inventory in Second Life while the
+ Build window is open.
+
+
+ CHANGES
+
+ * The following features from the Advanced Build Options window
+ have been removed to prevent unintentional modification of
+ objects rezzed from your inventory:
+
+ - "Settings" and "Texture" control the default settings and
+ textures for newly created prims.
+
+ - Ability to embed an inventory item into newly created prims.
+
+ * The following change in 1.3.0 beta 3 has been reverted, to
+ avoid possible negative effects on private/group voice
+ conversations:
+
+ - If the current region does not have any support for voice
+ chat (e.g. OpenSim regions with no voice module), the viewer
+ will temporarily deactivate voice chat and hide the voice
+ chat controls on the toolbar. The viewer will check again for
+ voice chat again whenever you move to another parcel.
+
+ * Fixed the "Show Selection Outlines" checkbox in the Advanced
+ Build Options window not working correctly.
+
+
+
+
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=- 1.3.0 BETA 3 -=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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";
const S32 IMP_VERSION_MAJOR = 1;
const S32 IMP_VERSION_MINOR = 3;
const S32 IMP_VERSION_PATCH = 0;
-const char * const IMP_VERSION_TEST = "beta 3";
+const char * const IMP_VERSION_TEST = "beta 4";
#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 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Imprudence";
-CFBundleShortVersionString = "Imprudence version 1.3.0 beta 3";
-CFBundleGetInfoString = "Imprudence version 1.3.0 beta 3";
+CFBundleShortVersionString = "Imprudence version 1.3.0 beta 4";
+CFBundleGetInfoString = "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 @@
CFBundleVersion
- 1.3.0 beta 3
+ 1.3.0 beta 4
CSResourcesFileMapped
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
BEGIN
VALUE "CompanyName", "Imprudence Viewer Project"
VALUE "FileDescription", "Imprudence"
- VALUE "FileVersion", "1.3.0 beta 3"
+ VALUE "FileVersion", "1.3.0 beta 4"
VALUE "InternalName", "Imprudence"
VALUE "OriginalFilename", "Imprudence.exe"
VALUE "ProductName", "Imprudence"
- VALUE "ProductVersion", "1.3.0 beta 3"
+ VALUE "ProductVersion", "1.3.0 beta 4"
END
END
BLOCK "VarFileInfo"
--
cgit v1.1