aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d6cc362b67..d9837bc3c12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
12014-05-04 Paul Eggert <eggert@cs.ucla.edu> 12014-05-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Consult libpng-config more consistently (Bug#17339).
4 This is mainly for simplicity, but it should also avoid
5 some future problems like the ones we recently had with NetBSD.
6 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
7 for cflags, too. Append -lz if we're not already doing that with
8 LIBZ. Do not bother appending -lm, since we always append that.
9 Coalesce some duplicate code.
10
3 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’. 11 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
4 12
5 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339). 13 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).