summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2017-08-14 22:49:51 -0400
committerHubert Figuière <hub@figuiere.net>2017-08-15 00:08:23 -0400
commitcce5610681b2ddd46c1a521986f79fffff002b33 (patch)
tree6e2d554effdd765f07a473dd53c53534fed599b3
parentab0f2968a627c2b7762db4ec8ec91949b3488e4a (diff)
2.4.x: Open version 2.4.4
-rw-r--r--NEWS5
-rw-r--r--configure.ac1
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0fae29b..e0a86e0 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,11 @@ Internal:
- Fixed warnings and other issues and Adobe SDK.
- Compile with much more warnings enabled.
+2.4.4 -
+
+- Bug #102197: Properly initialize pointers in WEBP.
+- Bug #102151: Fix and infinite loop in RIFF parser.
+
2.4.3 - 2017/08/03
- Bug #100397: Fix a buffer overrun, memcpy() on overlapping
diff --git a/configure.ac b/configure.ac
index 519a1cc..fb28419 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,6 +61,7 @@ dnl 2.4.0 is the revision 7.4.0
dnl 2.4.1 is the revision 7.4.1
dnl 2.4.2 is the revision 7.4.2
dnl 2.4.3 is the revision 7.4.3
+dnl 2.4.4 is the revision 7.4.4
dnl 2.5.0 is the revision 8.5.0
AC_SUBST([EXEMPI_REVISION], [0])
AC_SUBST([EXEMPI_AGE], [5])