aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 3b7d31b..f54d93d 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -811,6 +811,28 @@
811 modified: linden/indra/cmake/CopyWinLibs.cmake 811 modified: linden/indra/cmake/CopyWinLibs.cmake
812 812
813 813
8142009-12-01 Patrick Sapinski <patrick@sapinski.com>
815
816 * vstool VS2010 support
817
818 modified: linden/indra/tools/vstool/VSTool.exe
819 modified: linden/indra/tools/vstool/main.cs
820
821
822 * develop.py support for VS2010
823
824 modified: linden/indra/develop.py
825
826
8272009-11-30 Patrick Sapinski <patrick@sapinski.com>
828
829 * Disabled sending viewer stats.
830 It is useless to the viewer and also transmits some sensitive
831 information about the user's computer to LL.
832
833 modified: linden/indra/newview/llappviewer.cpp
834
835
8142009-11-30 Armin Weatherwax <Armin.Weatherwax@gmail.com> 8362009-11-30 Armin Weatherwax <Armin.Weatherwax@gmail.com>
815 837
816 * Emeralds client name tag and clothing layer protection. 838 * Emeralds client name tag and clothing layer protection.
@@ -868,6 +890,21 @@
868 modified: linden/indra/newview/res/viewerRes.rc 890 modified: linden/indra/newview/res/viewerRes.rc
869 891
870 892
8932009-11-28 Patrick Sapinski <patrick@sapinski.com>
894
895 * dynamically linked libpng for windows added to install.xml (from
896 snowglobe) which is required to build 1.23 and up.
897
898 modified: linden/install.xml
899
900
901 * commented out some cmake code that completely breaks distributed
902 builds on Windows, doesn't affect other builds, seems to do
903 nothing, and was commented out on MK years ago :)
904
905 modified: linden/indra/newview/CMakeLists.txt
906
907
8712009-11-28 Jacek Antonelli <jacek.antonelli@gmail.com> 9082009-11-28 Jacek Antonelli <jacek.antonelli@gmail.com>
872 909
873 * Compile flag "-Wno-non-virtual-dtor" is for C++, not C. 910 * Compile flag "-Wno-non-virtual-dtor" is for C++, not C.