commit: ba0d429e2d9c4ca4910d3ee0417fb747eb405e4b
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 19:52:24 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 19:52:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=ba0d429e
Prepare release 0.9.2
ChangeLog | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 92f0b92..fd5c148 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-10-27
+ * Prepare release 0.9.2
* scripts/paxmark.sh: do not do a bash -l so we get /usr/sbin
in our path. Fixes bug #564142. Thanks Alexander Tsoy
<[email protected]>.
diff --git a/configure.ac b/configure.ac
index 03e7c00..58bad71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.1], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.2], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])