aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-12-28 21:36:11 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-12-28 21:36:11 -0500
commitd00e937f0946d4913dac6f73a0c20c3e96cb61ea (patch)
tree38df818707b39d4c76719466fbe677fdd8ffc603
parentscripts/revdep-pax: update to alt-revdep-pax + link_map.py (diff)
downloadelfix-d00e937f0946d4913dac6f73a0c20c3e96cb61ea.tar.gz
elfix-d00e937f0946d4913dac6f73a0c20c3e96cb61ea.tar.bz2
elfix-d00e937f0946d4913dac6f73a0c20c3e96cb61ea.zip
configure.ac: update to version 0.80.8
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d319788..dc7b00f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2012-12-28
* src/paxctl-ng.c: -L/-l alone report if PT_PAX/XATTR_PAX is supported.
- * Use NEEDED.ELF.2 for migrate-pax
+ * Use NEEDED.ELF.2 for revdep-pax and migrate-pax
2012-12-26
diff --git a/configure.ac b/configure.ac
index 67b493c..4fbf6b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.68])
-AC_INIT([elfix], [0.7], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign])