aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-18 19:25:59 -0600
committerJacek Antonelli2008-11-18 19:25:59 -0600
commit05411bfd47f328065a8eaeec46397733d782487a (patch)
tree6e20cd21518a6bb6808ae3c7c6670465287e2f8e /ChangeLog.txt
parentLikely fix for VWR-9358 (palletized textures). (diff)
downloadmeta-impy-05411bfd47f328065a8eaeec46397733d782487a.zip
meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.gz
meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.bz2
meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.xz
Fix VWR-9507: bad typedef breaks build on gcc 4.3.
Suggested by Alissa Sabre.
Diffstat (limited to '')
-rw-r--r--ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 97b3af0..ea45401 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,10 @@
12008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> 12008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * linden/indra/llrender/llrender.h:
4 Fix VWR-9507: bad typedef breaks build on gcc 4.3.
5 Suggested by Alissa Sabre.
6
7
3 * linden/indra/llrender/llgl.cpp: 8 * linden/indra/llrender/llgl.cpp:
4 Likely fix for VWR-9358 (palletized textures). 9 Likely fix for VWR-9358 (palletized textures).
5 Suggested by Angus Boyd. 10 Suggested by Angus Boyd.