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 05D841393A3 for ; Thu, 27 Dec 2012 03:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7893221C063; Thu, 27 Dec 2012 03:16:18 +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 8C1CC21C063 for ; Thu, 27 Dec 2012 03:16:17 +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 7A20133D9DB for ; Thu, 27 Dec 2012 03:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A1939E543D for ; Thu, 27 Dec 2012 03:16:14 +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: <1356578145.6f86ce7f9b7cab1027f17edec3e98e7582a660b4.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: 6f86ce7f9b7cab1027f17edec3e98e7582a660b4 X-VCS-Branch: master Date: Thu, 27 Dec 2012 03:16:14 +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: dc5bab68-01c7-418d-8518-fa36bcef0012 X-Archives-Hash: cb1480b0b25baf40a649cbe9c2adf32f commit: 6f86ce7f9b7cab1027f17edec3e98e7582a660b4 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Dec 27 03:15:45 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Dec 27 03:15:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=6f86ce7f ChangeLog: updated --- ChangeLog | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67404d5..e2778b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-12-26 + + * Fix the flag logic on paxctl-ng and clean up documenation + * Encapsulate all forward/reverse linkings in class LinkMap in link_map.py + * Use the portage module instead of reading /var/db/pkg for link info + * Use NEEDED.ELF.2 instead of deprecated NEEDED for link info + 2012-12-21 * Change the name XT_PAX to XATTR_PAX to follow upstream everywhere