summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2004-11-23 14:24:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-11-23 14:24:03 +0000
commit20bc7b33cc91040e3ba0d6db248e8dd23dac3652 (patch)
tree071b6abae398b16e8f8e54fffb167bcbe615a2e4 /ChangeLog
parent7aba61963ce16db45ab61171ec3a68d6d1b7b465 (diff)
ext/libpng/gstpngenc.c: Copy over buffer properties. Fixes #158832
Original commit message from CVS: patch by: Edward Hervey <bilboed@bilboed.com> * ext/libpng/gstpngenc.c: Copy over buffer properties. Fixes #158832
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48454de0..71d9116b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
+ patch by: Edward Hervey <bilboed@bilboed.com>
+
+ * ext/libpng/gstpngenc.c:
+ Copy over buffer properties. Fixes #158832
+
+2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
+
* ext/dvdread/dvdreadsrc.c:
Fixes invalid reads (#158462)