summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-05-09 02:51:10 +0000
committermental <mental@users.sourceforge.net>2006-05-09 02:51:10 +0000
commit3f6885decb1c0b3e4248b5f44cd16471ae989972 (patch)
tree5960ce108069d2c4bcf34e8bdef490d04e06b3b9 /ChangeLog
parentpatch from Niko Kiirala for bug 1482973 (diff)
downloadinkscape-3f6885decb1c0b3e4248b5f44cd16471ae989972.tar.gz
inkscape-3f6885decb1c0b3e4248b5f44cd16471ae989972.zip
use array new rather than dynamically-sized automatic arrays, plus cleanups and minor fixes
(bzr r782)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6256512..6ab6de7ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-05-08 MenTaLguY <mental@rydia.net>
+ * src/streams-zlib.cpp, src/streams-jar.cpp:
+
+ use array new rather than dynamically-sized automatic arrays,
+ plus cleanups and minor fixes
+
+2006-05-08 MenTaLguY <mental@rydia.net>
+
* src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp,
src/gc-anchored.cpp, src/debug/Makefile_insert: