From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rg4FX-0005Mg-7o for garchives@archives.gentoo.org; Thu, 29 Dec 2011 00:53:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5FD921C056; Thu, 29 Dec 2011 00:53:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8181521C056 for ; Thu, 29 Dec 2011 00:53:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A5AD1B404D for ; Thu, 29 Dec 2011 00:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 441FC80043 for ; Thu, 29 Dec 2011 00:53:30 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <5b9bf47b7da54c8f826bde801898b7ef7ab64a0d.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5b9bf47b7da54c8f826bde801898b7ef7ab64a0d Date: Thu, 29 Dec 2011 00:53:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1278e2c8-1236-4b7d-a6a5-0557b2dd1f97 X-Archives-Hash: 0ff80a5122953429e01d52da16884463 commit: 5b9bf47b7da54c8f826bde801898b7ef7ab64a0d Author: Anthony G. Basile gentoo org> AuthorDate: Thu Dec 29 00:53:22 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Dec 29 00:53:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D5b9bf47b ChangeLog: updated --- ChangeLog | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e9c6d0..9fc1b5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-12-28 + + * misc/test-revdep-pax: added a test package for revdep-pax + * scripts/revdep-pax: added an allyes option + * scripts/revdep-pax: employ a more sophisticated logic for markings + when binary and library flags conflict + * scripts/revdep-pax: die elegantly if binary/library is not found =20 2011-12-04 =20