aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-12 16:36:26 -0600
committerJacek Antonelli2008-12-12 16:36:26 -0600
commit1462183301ff94727fdc27201e5476d55b3d566e (patch)
treeccc2837f659be52cb2b9f538b8accfa2c835d5a3 /ChangeLog.txt
parentFixed indentation for 'skins' prefix. (diff)
parentIndentation cleanup. (llviewernetwork.cpp) (diff)
downloadmeta-impy-1462183301ff94727fdc27201e5476d55b3d566e.zip
meta-impy-1462183301ff94727fdc27201e5476d55b3d566e.tar.gz
meta-impy-1462183301ff94727fdc27201e5476d55b3d566e.tar.bz2
meta-impy-1462183301ff94727fdc27201e5476d55b3d566e.tar.xz
Merge branch 'next' into doc
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt116
1 files changed, 116 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 9131a3f..090ace0 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,100 @@
12008-12-11 Jacek Antonelli <jacek.antonelli@gmail.com>
2
3 * linden/indra/newview/llfloaterabout.cpp:
4 Simplified release notes URL scheme.
5 Now uses e.g. "wiki/Release Notes/1.0.0-RC2",
6 which is set up as a wiki redirect.
7
8
9 * linden/indra/newview/llfloaterabout.cpp:
10 Fixed bad string comparison (rel notes url) [#28]
11 Reported by Balp Allen.
12
13
142008-12-10 Jacek Antonelli <jacek.antonelli@gmail.com>
15
16 * linden/indra/newview/llpanellogin.cpp:
17 Fix grid selector having a duplicate entry. [#24]
18 Patch by Balp Allen.
19 * linden/indra/newview/llpanellogin.h:
20 Ditto.
21 * linden/indra/newview/llstartup.cpp:
22 Ditto.
23
24
25 * linden/indra/newview/llurlhistory.cpp:
26 Better warning when url_history.xml save fails.
27
28
29 * linden/indra/newview/llviewernetwork.cpp:
30 Fixed bad string comparison (grid code name). [#22]
31 Reported by Balp Allen.
32
33
342008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com>
35
36 * ChangeLog:
37 Added banners in ChangeLog to set versions apart.
38
39 Entries should be placed in the section for the
40 version into which they were merged. Entries within
41 a section should be sorted chronologically.
42
43 This is important for keeping track of changes which
44 weren't merged until a later release than they were
45 written. (Mixing them in chronologically would cause
46 confusion about which changes were included in a
47 release.)
48
49
50 * linden/indra/llmessage/llhttpclient.cpp:
51 VWR-9400b (memleak whenever an LSL script is uploaded)
52 Patch by Henri Beauchamp.
53
54
55 * linden/indra/llmessage/llhttpclient.cpp:
56 VWR-9400 (memleak whenever an LSL script is uploaded)
57 Patch by Carjay McGinnis.
58
59
60 * linden/indra/llimage/llimagetga.cpp:
61 VWR-10837 (use delete [] in LLImageTGA)
62 Patch by Aleric Inglewood.
63
64
65 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
66 VWR-10759 (use delete [] in LLMediaImplGStreamer)
67 Patch by Aleric Inglewood.
68
69
702008-12-06 McCabe Maxsted <hakushakukun@gmail.com>
71
72 * linden/indra/llcommon/llversionviewer.h:
73 Added test version info.
74 * linden/indra/newview/llfloaterabout.cpp:
75 Ditto.
76 * linden/indra/newview/llappviewer.cpp:
77 Ditto.
78 * linden/indra/newview/llpanellogin.cpp:
79 Ditto.
80
81
822008-12-05 McCabe Maxsted <hakushakukun@gmail.com>
83
84 * linden/indra/llcommon/llsecondlifeurls.cpp:
85 Changed Release Notes link to point to Imprudence.
86 * linden/indra/newview/llfloaterabout.cpp:
87 Ditto.
88
89
90 * linden/indra/newview/skins/default/xui/en-us/menu_login.xml:
91 Rebranded login menu. [#23]
92
93
94 * linden/indra/newview/llurlhistory.cpp:
95 Fixed blank url_history.xml creation. (VWR-5808)
96
97
12008-12-01 Jacek Antonelli <jacek.antonelli@gmail.com> 982008-12-01 Jacek Antonelli <jacek.antonelli@gmail.com>
2 99
3 * linden/indra/newview/viewer_manifest.py: 100 * linden/indra/newview/viewer_manifest.py:
@@ -10,6 +107,20 @@
10 * Imported license files for libraries and artwork. 107 * Imported license files for libraries and artwork.
11 108
12 109
110=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
111=- 1.0.0 RC2 -=
112=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
113
114
1152008-12-04 Jacek Antonelli <jacek.antonelli@gmail.com>
116
117 * Imprudence 1.0.0 RC2 released.
118
119
120 * linden/indra/newview/llviewernetwork.cpp:
121 Use 127.0.0.1 for local opensim, not 0.0.0.0.
122
123
132008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com> 1242008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com>
14 125
15 * linden/indra/newview/viewer_manifest.py: 126 * linden/indra/newview/viewer_manifest.py:
@@ -141,6 +252,11 @@
141 and position. It will now correctly inherit from default skin. 252 and position. It will now correctly inherit from default skin.
142 253
143 254
255=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
256=- 1.0.0 RC1 -=
257=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
258
259
1442008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com> 2602008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com>
145 261
146 * Imprudence 1.0.0 RC1 released. 262 * Imprudence 1.0.0 RC1 released.