diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 2cc6cca..5564136 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -3,3 +3,19 @@ | |||
3 | * linden/indra/newview/llviewerjointattachment.h (LLViewerJoint): | 3 | * linden/indra/newview/llviewerjointattachment.h (LLViewerJoint): |
4 | VWR-2685: Possible crash in bounding box (getBoundingBoxAgent()) | 4 | VWR-2685: Possible crash in bounding box (getBoundingBoxAgent()) |
5 | from hud attachments. | 5 | from hud attachments. |
6 | |||
7 | 2008-09-16 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
8 | |||
9 | * linden/indra/newview/lltexturecache.cpp (purgeTextureFilesTimeSliced): | ||
10 | Skip "N files scheduled for deletion" message when nothing scheduled. | ||
11 | |||
12 | 2008-09-16 Nicholaz Beresford <nicholaz@blueflash.cc> | ||
13 | |||
14 | * linden/indra/newview/lltexturecache.cpp: | ||
15 | VWR-3878: Purging cache textures causes viewer to pause for many | ||
16 | seconds, with heavy disk activity. | ||
17 | * linden/indra/newview/lltexturecache.h: | ||
18 | Ditto. | ||
19 | |||
20 | * linden/indra/llmessage/llassetstorage.cpp: | ||
21 | VWR-3877: A nasty possible memory overwrite and two minor leaks. | ||