Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:master commit in: /
Date: Thu, 27 Dec 2012 03:16:27
Message-Id: 1356578145.6f86ce7f9b7cab1027f17edec3e98e7582a660b4.blueness@gentoo
1 commit: 6f86ce7f9b7cab1027f17edec3e98e7582a660b4
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 27 03:15:45 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 27 03:15:45 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=6f86ce7f
7
8 ChangeLog: updated
9
10 ---
11 ChangeLog | 7 +++++++
12 1 files changed, 7 insertions(+), 0 deletions(-)
13
14 diff --git a/ChangeLog b/ChangeLog
15 index 67404d5..e2778b9 100644
16 --- a/ChangeLog
17 +++ b/ChangeLog
18 @@ -1,3 +1,10 @@
19 +2012-12-26
20 +
21 + * Fix the flag logic on paxctl-ng and clean up documenation
22 + * Encapsulate all forward/reverse linkings in class LinkMap in link_map.py
23 + * Use the portage module instead of reading /var/db/pkg for link info
24 + * Use NEEDED.ELF.2 instead of deprecated NEEDED for link info
25 +
26 2012-12-21
27
28 * Change the name XT_PAX to XATTR_PAX to follow upstream everywhere