diff options
author | Jacek Antonelli | 2010-04-28 01:59:05 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-04-28 02:02:04 -0500 |
commit | 6e800c75e312d8b59228f8e028ecbb61ff0c4bfc (patch) | |
tree | e5c8074843139687964cfec4986b85c26fce8470 | |
parent | Bumped version to 1.2.2. @nochangelog (diff) | |
download | meta-impy-6e800c75e312d8b59228f8e028ecbb61ff0c4bfc.zip meta-impy-6e800c75e312d8b59228f8e028ecbb61ff0c4bfc.tar.gz meta-impy-6e800c75e312d8b59228f8e028ecbb61ff0c4bfc.tar.bz2 meta-impy-6e800c75e312d8b59228f8e028ecbb61ff0c4bfc.tar.xz |
Updated ChangeLog.txt and RELEASE_NOTES.txt for version 1.2.2.
@nochangelog
-rw-r--r-- | ChangeLog.txt | 27 | ||||
-rw-r--r-- | RELEASE_NOTES.txt | 23 |
2 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 7bd94a5..a05036b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,4 +1,31 @@ | |||
1 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 1 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
2 | =- 1.2.2 -= | ||
3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
4 | |||
5 | |||
6 | 2010-04-27 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
7 | |||
8 | * Send the correct version number when loading login splash page. | ||
9 | |||
10 | The viewer now sends the Imprudence version, instead of the | ||
11 | version of Second Life it was based on. | ||
12 | |||
13 | modified: linden/indra/newview/llpanellogin.cpp | ||
14 | |||
15 | |||
16 | * Object export no longer downloads textures from Second Life. | ||
17 | |||
18 | Exporting object textures (or other content) from Second Life | ||
19 | without checking creator is a violation of the Second Life | ||
20 | Policy on Third-Party Viewers and Terms of Service. | ||
21 | |||
22 | Other grids are not affected. | ||
23 | |||
24 | modified: linden/indra/newview/primbackup.cpp | ||
25 | modified: linden/indra/newview/skins/default/xui/en-us/notify.xml | ||
26 | |||
27 | |||
28 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
2 | =- 1.2.1 -= | 29 | =- 1.2.1 -= |
3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 30 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
4 | 31 | ||
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 263899c..797f5c2 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt | |||
@@ -4,6 +4,29 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
7 | =- 1.2.2 -= | ||
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
9 | |||
10 | Imprudence 1.2.2 is a small maintenance release to attempt to make | ||
11 | the viewer compliant with the new Second Life Terms of Service and | ||
12 | the Policy on Third Party Viewers. | ||
13 | |||
14 | Please see the Imprudence 1.2.0 Release Notes for information about | ||
15 | the changes in Imprudence 1.2. | ||
16 | |||
17 | |||
18 | CHANGES | ||
19 | |||
20 | * The object export feature no longer downloads textures from | ||
21 | Second Life. Other grids are not affected. | ||
22 | |||
23 | * The viewer now sends the correct version number when loading | ||
24 | login splash page. It now sends the Imprudence version, instead | ||
25 | of the version of Second Life it was based on. | ||
26 | |||
27 | |||
28 | |||
29 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
7 | =- 1.2.1 -= | 30 | =- 1.2.1 -= |
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 31 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
9 | 32 | ||