diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 94d335c..0b7585a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,39 @@ | |||
1 | 2008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * ChangeLog: | ||
4 | Added banners in ChangeLog to set versions apart. | ||
5 | |||
6 | Entries should be placed in the section for the | ||
7 | version into which they were merged. Entries within | ||
8 | a section should be sorted chronologically. | ||
9 | |||
10 | This is important for keeping track of changes which | ||
11 | weren't merged until a later release than they were | ||
12 | written. (Mixing them in chronologically would cause | ||
13 | confusion about which changes were included in a | ||
14 | release.) | ||
15 | |||
16 | |||
17 | * linden/indra/llmessage/llhttpclient.cpp: | ||
18 | VWR-9400b (memleak whenever an LSL script is uploaded) | ||
19 | Patch by Henri Beauchamp. | ||
20 | |||
21 | |||
22 | * linden/indra/llmessage/llhttpclient.cpp: | ||
23 | VWR-9400 (memleak whenever an LSL script is uploaded) | ||
24 | Patch by Carjay McGinnis. | ||
25 | |||
26 | |||
27 | * linden/indra/llimage/llimagetga.cpp: | ||
28 | VWR-10837 (use delete [] in LLImageTGA) | ||
29 | Patch by Aleric Inglewood. | ||
30 | |||
31 | |||
32 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
33 | VWR-10759 (use delete [] in LLMediaImplGStreamer) | ||
34 | Patch by Aleric Inglewood. | ||
35 | |||
36 | |||
3 | * linden/indra/llaudio/audioengine.cpp: | 37 | * linden/indra/llaudio/audioengine.cpp: |
4 | Updated audio engine to LL's openal branch r1532. | 38 | Updated audio engine to LL's openal branch r1532. |
5 | * linden/indra/llaudio/audioengine.h: | 39 | * linden/indra/llaudio/audioengine.h: |
@@ -60,6 +94,102 @@ | |||
60 | * indra/newview/llstartup.cpp: Ditto. | 94 | * indra/newview/llstartup.cpp: Ditto. |
61 | 95 | ||
62 | 96 | ||
97 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
98 | =- 1.0.0 RC2 -= | ||
99 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
100 | |||
101 | |||
102 | 2008-12-04 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
103 | |||
104 | * Imprudence 1.0.0 RC2 released. | ||
105 | |||
106 | |||
107 | * linden/indra/newview/llviewernetwork.cpp: | ||
108 | Use 127.0.0.1 for local opensim, not 0.0.0.0. | ||
109 | |||
110 | |||
111 | 2008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
112 | |||
113 | * linden/indra/llmedia/llmediamanager.cpp: | ||
114 | Disable llmozlib-dependent code when not available. | ||
115 | Patch by Stephen Zenith. [#12] | ||
116 | |||
117 | |||
118 | * linden/indra/llwindow/llwindowsdl.cpp: | ||
119 | Fixed passing nonliteral strings to *printf functions. | ||
120 | gcc 4.3 rejects that as being unsafe. | ||
121 | Patch by Stephen Zenith. [#11] | ||
122 | * linden/indra/linux_crash_logger/llcrashloggerlinux.cpp: | ||
123 | Ditto. | ||
124 | * linden/indra/lscript/lscript_compile/lscript_tree.cpp: | ||
125 | Ditto. | ||
126 | |||
127 | |||
128 | 2008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
129 | |||
130 | * linden/indra/newview/llpanellogin.cpp: | ||
131 | Remove preprocessor condition for grid selector. | ||
132 | The grid selector on the login screen will always show, | ||
133 | instead of only showing when the viewer was compiled | ||
134 | as LL_RELEASE_FOR_DOWNLOAD. | ||
135 | |||
136 | |||
137 | * linden/indra/newview/llappviewer.cpp: | ||
138 | Stop console window from always showing up. | ||
139 | |||
140 | |||
141 | 2008-11-29 McCabe Maxsted <hakushakukun@gmail.com> | ||
142 | |||
143 | * linden/indra/newview/llfloaterdirectory.cpp: | ||
144 | Fixed search window not refreshing in RelWithDebInfo builds. | ||
145 | |||
146 | |||
147 | 2008-11-25 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
148 | |||
149 | * linden/indra/newview/llstartup.cpp: | ||
150 | Rearranged grid selectors so main grid is first. | ||
151 | * linden/indra/newview/llviewernetwork.cpp: | ||
152 | Ditto. | ||
153 | * linden/indra/newview/llviewernetwork.cpp: | ||
154 | Ditto. | ||
155 | |||
156 | |||
157 | * linden/indra/newview/llpanellogin.cpp: | ||
158 | Added "code name" field for grid selections. | ||
159 | The code name is used to fetch the proper splash page. | ||
160 | This decouples the user-visible label from the name | ||
161 | expected by the SL web server. | ||
162 | * linden/indra/newview/llviewernetwork.cpp: | ||
163 | Ditto. | ||
164 | * linden/indra/newview/llviewernetwork.h: | ||
165 | Ditto. | ||
166 | |||
167 | |||
168 | 2008-11-24 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
169 | |||
170 | * linden/indra/newview/llpanellogin.cpp: | ||
171 | Changed the grid selector options at login. | ||
172 | Renamed "Agni" to "SL Main Grid", etc. and removed private | ||
173 | LL grids from the list. Also added "Local OpenSim" option. | ||
174 | * linden/indra/newview/llviewernetwork.cpp: | ||
175 | Ditto. | ||
176 | * linden/indra/newview/llviewernetwork.h: | ||
177 | Ditto. | ||
178 | |||
179 | |||
180 | 2008-11-21 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
181 | |||
182 | * linden/indra/newview/lldrawable.cpp: | ||
183 | Likely fix for VWR-8920 (disappearing attachments). | ||
184 | From http://svn.secondlife.com/trac/linden/changeset/1393 | ||
185 | |||
186 | |||
187 | 2008-11-19 McCabe Maxsted <hakushakukun@gmail.com> | ||
188 | |||
189 | * linden/install.xml: | ||
190 | Fixed inworld browser crash in Windows. | ||
191 | |||
192 | |||
63 | 2008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> | 193 | 2008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> |
64 | 194 | ||
65 | * linden/indra/llcrashlogger/llcrashlogger.cpp: | 195 | * linden/indra/llcrashlogger/llcrashlogger.cpp: |
@@ -105,6 +235,11 @@ | |||
105 | and position. It will now correctly inherit from default skin. | 235 | and position. It will now correctly inherit from default skin. |
106 | 236 | ||
107 | 237 | ||
238 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
239 | =- 1.0.0 RC1 -= | ||
240 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
241 | |||
242 | |||
108 | 2008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com> | 243 | 2008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com> |
109 | 244 | ||
110 | * Imprudence 1.0.0 RC1 released. | 245 | * Imprudence 1.0.0 RC1 released. |