diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 88 |
1 files changed, 86 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 5061141..2de813a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,10 +1,94 @@ | |||
1 | 2009-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * Fixed a compile blocker in LLVoSky::stepCurrent(). | ||
4 | |||
5 | modified: linden/indra/newview/llvosky.h | ||
6 | |||
7 | |||
8 | * Updated Linux boost package to 1.39.0. | ||
9 | |||
10 | modified: install.xml | ||
11 | |||
12 | |||
13 | * Removed non-English credits sections in the About floater. | ||
14 | They will default to the English versions, so we don't have to | ||
15 | maintain many copies of the same text. | ||
16 | |||
17 | modified: linden/indra/newview/skins/default/xui/de/floater_about.xml | ||
18 | modified: linden/indra/newview/skins/default/xui/fr/floater_about.xml | ||
19 | modified: linden/indra/newview/skins/default/xui/ja/floater_about.xml | ||
20 | modified: linden/indra/newview/skins/default/xui/ko/floater_about.xml | ||
21 | modified: linden/indra/newview/skins/default/xui/zh/floater_about.xml | ||
22 | |||
23 | |||
24 | * Added Linux package for liboil 0.3.16. | ||
25 | It's needed by some GStreamer plugins. | ||
26 | |||
27 | modified: linden/indra/cmake/GStreamer.cmake | ||
28 | modified: linden/indra/newview/viewer_manifest.py | ||
29 | modified: linden/install.xml | ||
30 | |||
31 | |||
32 | * VWR-12620: Linux compile fails with -O2 (--type=Release) | ||
33 | Patch by Alissa Sabre. | ||
34 | |||
35 | modified: doc/contributions.txt | ||
36 | modified: indra/llmessage/lltemplatemessagereader.cpp | ||
37 | modified: indra/llwindow/llwindowsdl.cpp | ||
38 | |||
39 | |||
40 | * Removed prepackaged libstdc++ (Linux only). Fixes VWR-12404. | ||
41 | |||
42 | modified: linden/indra/cmake/ViewerMiscLibs.cmake | ||
43 | modified: linden/install.xml | ||
44 | |||
45 | |||
46 | * Fixed more warnings about converting string to gchar* | ||
47 | |||
48 | modified: linden/indra/llmedia/llmediaimplgstreamervidplug.cpp | ||
49 | |||
50 | |||
51 | * Silenced some compiler warnings on Linux. | ||
52 | |||
53 | modified: linden/indra/cmake/00-Common.cmake | ||
54 | |||
55 | |||
56 | * Fixed copyright/licensing info for OpenAL on Mac. | ||
57 | |||
58 | modified: linden/LICENSE-libraries.txt | ||
59 | modified: linden/install.xml | ||
60 | |||
61 | |||
62 | * Fixed licensing in several Linux library packages. | ||
63 | |||
64 | modified: linden/install.xml | ||
65 | |||
66 | |||
1 | 2009-11-18 McCabe Maxsted <hakushakukun@gmail.com> | 67 | 2009-11-18 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 68 | ||
3 | * Cleaned up a harmless bad merge in llimagej2coj.cpp. | 69 | * Cleaned up a harmless bad merge in llimagej2coj.cpp. |
4 | 70 | ||
5 | modified: linden/indra/llimagej2coj/llimagej2coj.cpp | 71 | modified: linden/indra/llimagej2coj/llimagej2coj.cpp |
6 | 72 | ||
7 | 73 | ||
74 | 2009-11-15 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
75 | |||
76 | * Fixed a warning about converting string literal to gchar*. | ||
77 | |||
78 | modified: linden/indra/llmedia/llmediaimplgstreamervidplug.cpp | ||
79 | |||
80 | |||
81 | 2009-11-14 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
82 | |||
83 | * Combined and updated the LICENSE-libraries.txt files. | ||
84 | |||
85 | modified: indra/newview/viewer_manifest.py | ||
86 | deleted: LICENSE-libraries-linux.txt | ||
87 | deleted: LICENSE-libraries-mac.txt | ||
88 | deleted: LICENSE-libraries-win32.txt | ||
89 | new file: LICENSE-libraries.txt | ||
90 | |||
91 | |||
8 | 2009-11-12 McCabe Maxsted <hakushakukun@gmail.com> | 92 | 2009-11-12 McCabe Maxsted <hakushakukun@gmail.com> |
9 | 93 | ||
10 | * Fixed Hide Group Titles preferences option. | 94 | * Fixed Hide Group Titles preferences option. |