summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-01-31 17:38:31 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-01-31 17:38:31 +0100
commit21b9e37eb8fb04e172d7bc00a938dd1d616a9359 (patch)
tree42c68377b2f541faf6e06db8de4e7171046c50f1
parentad4f102d94e1cc782c95e262fab90aea4fe8cda4 (diff)
Release v2.23.12.23.1
-rw-r--r--ChangeLog9
-rw-r--r--test/list/custom8
2 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e70775c..c46b1d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed, 31 Jan 2018 17:38:25 +0100
+
+* Release v2.23.1
+ * The Makefile no longer honors CPPFLAGS and instead consistently uses
+ CFLAGS for user-provided include paths
+ * Fix %u format specifier in multiwindow and list modes (patch by ulteq)
+ * Minor performance improvements (patches by ulteq)
+ * Stability improvements when using --magick-timeout (patch by ulteq)
+
Thu, 28 Dec 2017 19:26:29 +0100
* Release v2.23
diff --git a/test/list/custom b/test/list/custom
index b5ddb32..dbe2074 100644
--- a/test/list/custom
+++ b/test/list/custom
@@ -1,4 +1,4 @@
-test/ok/gif; 16; 4; list; gif; 256; 953; gif; 0; 16
-test/ok/jpg; 16; 4; list; jpg; 256; 354; jpeg; 0; 16
-test/ok/png; 16; 4; list; png; 256; 403; png; 0; 16
-test/ok/pnm; 16; 4; list; pnm; 256; 269; pnm; 0; 16
+test/ok/gif; 16; 4; list; gif; 256; 953; gif; 1; 16
+test/ok/jpg; 16; 4; list; jpg; 256; 354; jpeg; 2; 16
+test/ok/png; 16; 4; list; png; 256; 403; png; 3; 16
+test/ok/pnm; 16; 4; list; pnm; 256; 269; pnm; 4; 16