aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-09-18 19:03:26 -0400
committerAnthony G. Basile <blueness@gentoo.org>2011-09-18 19:03:26 -0400
commit0f0933a95abb79b874807fb00b50dad98793f142 (patch)
tree52405ef6efbda5089a9856bc05c2be1e59a6bb6c
parentdoc/Makefile.am: add install paxctl-ng.1 man page (diff)
downloadelfix-0f0933a95abb79b874807fb00b50dad98793f142.tar.gz
elfix-0f0933a95abb79b874807fb00b50dad98793f142.tar.bz2
elfix-0f0933a95abb79b874807fb00b50dad98793f142.zip
Release 0.2.0 prepared
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c9fa8da..df45992 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-18 Anthony G. Basile <blueness@gentoo.org>
+
+ * Bump version 0.2.x, added paxctl-ng
+
2011-04-14 Anthony G. Basile <blueness@gentoo.org>
* Initial release
diff --git a/configure.ac b/configure.ac
index e082850..71dae85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
-AC_INIT([elfix], [0.1.3], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.2.0], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign])