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 AB6FA1381FB for ; Sat, 29 Dec 2012 02:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DE9921C01A; Sat, 29 Dec 2012 02:36:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA6AF21C01A for ; Sat, 29 Dec 2012 02:36:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFFEA33D8CC for ; Sat, 29 Dec 2012 02:36:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 81EB3E543D for ; Sat, 29 Dec 2012 02:36:21 +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: <1356748571.d00e937f0946d4913dac6f73a0c20c3e96cb61ea.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master 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: d00e937f0946d4913dac6f73a0c20c3e96cb61ea X-VCS-Branch: master Date: Sat, 29 Dec 2012 02:36:21 +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: 6d0ec764-fc61-4594-8d87-a2f289e3100a X-Archives-Hash: feb797cd92041f5eee404023342391ea commit: d00e937f0946d4913dac6f73a0c20c3e96cb61ea Author: Anthony G. Basile gentoo org> AuthorDate: Sat Dec 29 02:36:11 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Dec 29 02:36:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=d00e937f configure.ac: update to version 0.8 --- ChangeLog | 2 +- configure.ac | 2 +- 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])