aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 19cf253db7e..acd579b9467 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,9 @@
5 version of PNG library we were compiled with. 5 version of PNG library we were compiled with.
6 (my_png_error, png_load): Avoid GCC warnings about direct access 6 (my_png_error, png_load): Avoid GCC warnings about direct access
7 to png_ptr->jmpbuf. (Bug#7716) 7 to png_ptr->jmpbuf. (Bug#7716)
8 (png_jmpbuf): New macro.
9 (my_png_error, png_load): Use it instead of #ifdef'ing according
10 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
8 11
92010-12-27 Stefan Monnier <monnier@iro.umontreal.ca> 122010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
10 13