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