diff options
author | Hubert Figuière <hub@figuiere.net> | 2017-01-29 12:01:51 -0500 |
---|---|---|
committer | Hubert Figuière <hub@figuiere.net> | 2017-01-29 13:09:39 -0500 |
commit | 6191c2b9003e16b9a96e95460e7e252dafd63839 (patch) | |
tree | 566cd57b4ddbea7654966346d814cf90871d660b | |
parent | 6b01960b042d099c035c2cd43076a7bff65b7e01 (diff) |
2.4.x: Release 2.4.2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -24,6 +24,11 @@ Internal: - Fixed warnings and other issues and Adobe SDK. - Compile with much more warnings enabled. +2.4.2 - 2017/01/29 + +- Properly define BanAllEntityUsage. + See https://bugzilla.redhat.com/show_bug.cgi?id=888765 + 2.4.1 - 2017/01/23 - Bug #99494: Restore error reporting. diff --git a/configure.ac b/configure.ac index 214a9bd..d822514 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,7 @@ dnl 2.2.3 is the revision 5.2.5 -- no public API change 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.5.0 is the revision 8.5.0 AC_SUBST([EXEMPI_REVISION], [0]) AC_SUBST([EXEMPI_AGE], [5]) |