commit: 8f28260bf70e1383f08f4c3e4fce67f2afded7f1
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 16:45:27 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:45:27 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=8f28260b
Prepare release 0.8.6
---
ChangeLog | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3b53794..a79b0e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2014-07-30
+ * Prepare release 0.8.6
* Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy
on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng.
The future solution will be break out fix-gnustack.
diff --git a/configure.ac b/configure.ac
index ffd2609..7edb142 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.5], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.6], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])