diff options
author | Jacek Antonelli | 2010-10-06 22:30:31 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-10-06 22:30:31 -0500 |
commit | 85ca5ee2f28c60dbcc4b34b78b26da72245c3ac1 (patch) | |
tree | ab0906e92a948bb18a4ff08dd12e80cc18767889 | |
parent | Fixed TOS loading and renamed corretly LLIamHere classes in TOS and Voice TOS... (diff) | |
download | meta-impy-85ca5ee2f28c60dbcc4b34b78b26da72245c3ac1.zip meta-impy-85ca5ee2f28c60dbcc4b34b78b26da72245c3ac1.tar.gz meta-impy-85ca5ee2f28c60dbcc4b34b78b26da72245c3ac1.tar.bz2 meta-impy-85ca5ee2f28c60dbcc4b34b78b26da72245c3ac1.tar.xz |
Updated RELEASE_NOTES.txt for 1.3.0 final.
-rw-r--r-- | RELEASE_NOTES.txt | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 3a6f0c0..4a097ea 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt | |||
@@ -4,6 +4,91 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
7 | =- 1.3.0 -= | ||
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
9 | |||
10 | |||
11 | RELEASE HIGHLIGHTS | ||
12 | |||
13 | * Numerous bug fixes and stability improvements. | ||
14 | |||
15 | |||
16 | CHANGES | ||
17 | |||
18 | In addition to the Release Highlights above, this version of | ||
19 | Imprudence also includes the following changes, as compared to | ||
20 | Imprudence 1.3.0 RC3. | ||
21 | |||
22 | |||
23 | IMPROVEMENTS | ||
24 | |||
25 | * The Windows version can now use "large memory addresses" on | ||
26 | systems that support it (such as 64-bit Win7). This allows | ||
27 | the viewer to take full advantage of systems with lots of | ||
28 | memory. Thanks to Ansariel Hiller for the tip, and McCabe | ||
29 | for implementing it! | ||
30 | |||
31 | * The "Start Location" box is now shown on the login screen by | ||
32 | default. You can turn it off with "Preferences > General > | ||
33 | Show start location at login screen". Thanks, McCabe! | ||
34 | |||
35 | * Fonts now use only integer (whole number) sizes, which should | ||
36 | alleviate blurry font rendering for many users. Thanks, Jacek! | ||
37 | |||
38 | |||
39 | BUG FIXES | ||
40 | |||
41 | * Fixed the Second Life Terms of Service page not loading, and | ||
42 | therefore not allowing the user to agree or log in. Thanks, | ||
43 | Thickbrick Sleaford and Elektra! | ||
44 | |||
45 | * Fixed the viewer crashing when opening a landmark you just | ||
46 | received. Thanks, Elektra! | ||
47 | |||
48 | * Fixed "Rez objects using land group" not applying the land | ||
49 | group when duplicating an already-rezzed object. | ||
50 | Thanks, Henri Beauchamp! | ||
51 | |||
52 | * Possibly fixed the viewer getting stuck in an infinite loop | ||
53 | while verifying the texture cache at startup. Thanks, Jacek! | ||
54 | |||
55 | * Fixed the "Showcase" tab in Search showing the wrong page. | ||
56 | Thanks, McCabe! | ||
57 | |||
58 | * Fixed the "Reset to default" button in Debug Settings not | ||
59 | updating cached settings (SNOW-796). Thanks, Aleric Inglewood! | ||
60 | |||
61 | * Mac: Fixed (again) the compile process not using the correct | ||
62 | version of libjpeg. Thanks again, Nemurimasu Neiro! | ||
63 | |||
64 | * Fixed some compile errors when using the Mac OS X 10.6 SDK | ||
65 | (SNOW-231, SNOW-220). Thanks, Mimika Oh and Aimee Trescothick! | ||
66 | |||
67 | * Fixed a compile error when using g++ 4.4.x (SNOW-422). | ||
68 | Thanks, Aleric Inglewood! | ||
69 | |||
70 | |||
71 | OTHER CHANGES | ||
72 | |||
73 | * The "High resolution snapshot" setting is no longer saved | ||
74 | between sessions. This was causing users to get stuck in a | ||
75 | cycle where a high resolution snapshot would crash the | ||
76 | viewer, but the setting couldn't be disabled without opening | ||
77 | the snapshot window, which would take a snapshot and crash | ||
78 | the viewer again. Thanks, McCabe! | ||
79 | |||
80 | * Added some snapshot-related safety checks and a few changes | ||
81 | backported from Viewer 2. These should help alleviate some | ||
82 | common snapshot-related crashes. Thanks, McCabe! | ||
83 | |||
84 | * "Help > About Imprudence" no longer lists the Second Life | ||
85 | viewer version that it was based on. Imprudence is assembled | ||
86 | from many different sources and versions, so that | ||
87 | information is not really accurate or relevant. | ||
88 | |||
89 | |||
90 | |||
91 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
7 | =- 1.3.0 RC3 -= | 92 | =- 1.3.0 RC3 -= |
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 93 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
9 | 94 | ||