From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 38CC813888F for ; Tue, 27 Oct 2015 19:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2344E07FA; Tue, 27 Oct 2015 19:48:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 790FDE07FA for ; Tue, 27 Oct 2015 19:48:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 971D7340B2E for ; Tue, 27 Oct 2015 19:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C7B11926 for ; Tue, 27 Oct 2015 19:48:12 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1445975544.ba0d429e2d9c4ca4910d3ee0417fb747eb405e4b.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.9.x commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: ChangeLog configure.ac X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ba0d429e2d9c4ca4910d3ee0417fb747eb405e4b X-VCS-Branch: elfix-0.9.x Date: Tue, 27 Oct 2015 19:48:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b7d5a5f6-9ff1-4c56-8d7e-4770f7eb79d4 X-Archives-Hash: e04182ed1ab0bd16982aef2f1a37f4c6 commit: ba0d429e2d9c4ca4910d3ee0417fb747eb405e4b Author: Anthony G. Basile gentoo org> AuthorDate: Tue Oct 27 19:52:24 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Oct 27 19:52:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=ba0d429e Prepare release 0.9.2 ChangeLog | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 92f0b92..fd5c148 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2015-10-27 + * Prepare release 0.9.2 * scripts/paxmark.sh: do not do a bash -l so we get /usr/sbin in our path. Fixes bug #564142. Thanks Alexander Tsoy . diff --git a/configure.ac b/configure.ac index 03e7c00..58bad71 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # AC_PREREQ([2.69]) -AC_INIT([elfix], [0.9.1], [http://bugs.gentoo.org/]) +AC_INIT([elfix], [0.9.2], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/paxctl-ng.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.12 foreign])