Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
Date: Tue, 27 Oct 2015 19:48:21
Message-Id: 1445975544.ba0d429e2d9c4ca4910d3ee0417fb747eb405e4b.blueness@gentoo
1 commit: ba0d429e2d9c4ca4910d3ee0417fb747eb405e4b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 19:52:24 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 19:52:24 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=ba0d429e
7
8 Prepare release 0.9.2
9
10 ChangeLog | 1 +
11 configure.ac | 2 +-
12 2 files changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/ChangeLog b/ChangeLog
15 index 92f0b92..fd5c148 100644
16 --- a/ChangeLog
17 +++ b/ChangeLog
18 @@ -1,5 +1,6 @@
19 2015-10-27
20
21 + * Prepare release 0.9.2
22 * scripts/paxmark.sh: do not do a bash -l so we get /usr/sbin
23 in our path. Fixes bug #564142. Thanks Alexander Tsoy
24 <alexander@××××.me>.
25
26 diff --git a/configure.ac b/configure.ac
27 index 03e7c00..58bad71 100644
28 --- a/configure.ac
29 +++ b/configure.ac
30 @@ -17,7 +17,7 @@
31 #
32
33 AC_PREREQ([2.69])
34 -AC_INIT([elfix], [0.9.1], [http://bugs.gentoo.org/])
35 +AC_INIT([elfix], [0.9.2], [http://bugs.gentoo.org/])
36 AC_CONFIG_SRCDIR([src/paxctl-ng.c])
37 AC_CONFIG_HEADERS([config.h])
38 AM_INIT_AUTOMAKE([1.12 foreign])