From ae61473d2a3212ce8ae0e9b6475f377eeb378aa7 Mon Sep 17 00:00:00 2001 From: Hubert Figuière Date: Sun, 26 Mar 2017 01:11:39 -0400 Subject: 2.4.x: This will be 2.4.3 --- NEWS | 5 +++++ configure.ac | 1 + 2 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 7841929..ed4203e 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.3 - + +- Bug #10397: Fix a buffer overrun, memcpy() on overlapping + regions, use after free in the exception handling. + 2.4.2 - 2017/01/29 - Properly define BanAllEntityUsage. diff --git a/configure.ac b/configure.ac index d822514..519a1cc 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,7 @@ dnl 2.3.0 is the revision 6.3.0 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.5.0 is the revision 8.5.0 AC_SUBST([EXEMPI_REVISION], [0]) AC_SUBST([EXEMPI_AGE], [5]) -- cgit v1.2.3