Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
Date: Wed, 30 Jul 2014 16:44:09
Message-Id: 1406738727.8f28260bf70e1383f08f4c3e4fce67f2afded7f1.blueness@gentoo
1 commit: 8f28260bf70e1383f08f4c3e4fce67f2afded7f1
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 30 16:45:27 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 30 16:45:27 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=8f28260b
7
8 Prepare release 0.8.6
9
10 ---
11 ChangeLog | 1 +
12 configure.ac | 2 +-
13 2 files changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index 3b53794..a79b0e4 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -1,5 +1,6 @@
20 2014-07-30
21
22 + * Prepare release 0.8.6
23 * Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy
24 on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng.
25 The future solution will be break out fix-gnustack.
26
27 diff --git a/configure.ac b/configure.ac
28 index ffd2609..7edb142 100644
29 --- a/configure.ac
30 +++ b/configure.ac
31 @@ -17,7 +17,7 @@
32 #
33
34 AC_PREREQ([2.68])
35 -AC_INIT([elfix], [0.8.5], [http://bugs.gentoo.org/])
36 +AC_INIT([elfix], [0.8.6], [http://bugs.gentoo.org/])
37 AC_CONFIG_SRCDIR([src/fix-gnustack.c])
38 AC_CONFIG_HEADERS([config.h])
39 AM_INIT_AUTOMAKE([1.12 foreign])