diff options
author | Nicholaz Beresford | 2008-09-17 02:09:44 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-17 02:09:51 -0500 |
commit | 36e67d5a189529f14ffde674da9ea24bdccd3023 (patch) | |
tree | a36932a0fd59a67a9c5d972b5ba50d2a49427248 /ChangeLog.txt | |
parent | Created ChangeLog.txt. (diff) | |
download | meta-impy-36e67d5a189529f14ffde674da9ea24bdccd3023.zip meta-impy-36e67d5a189529f14ffde674da9ea24bdccd3023.tar.gz meta-impy-36e67d5a189529f14ffde674da9ea24bdccd3023.tar.bz2 meta-impy-36e67d5a189529f14ffde674da9ea24bdccd3023.tar.xz |
VWR-2685: Possible crash in bounding box (getBoundingBoxAgent())
from hud attachments.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index e69de29..2cc6cca 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | 2008-09-17 Nicholaz Beresford <nicholaz@blueflash.cc> | ||
2 | |||
3 | * linden/indra/newview/llviewerjointattachment.h (LLViewerJoint): | ||
4 | VWR-2685: Possible crash in bounding box (getBoundingBoxAgent()) | ||
5 | from hud attachments. | ||