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 <gentoo-commits+bounces-394951-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RHzUo-0007qk-LD
	for garchives@archives.gentoo.org; Sun, 23 Oct 2011 14:57:54 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6563321C038;
	Sun, 23 Oct 2011 14:57:47 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 37A9B21C038
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2011 14:57:47 +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 B058D1B4010
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2011 14:57:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 25B5A80042
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2011 14:57:46 +0000 (UTC)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <3c8adb51709434bd599ef3d3b50698926f9a6132.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: 3c8adb51709434bd599ef3d3b50698926f9a6132
Date: Sun, 23 Oct 2011 14:57:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 05613cdad98356154c00b0d203db32f1

commit:     3c8adb51709434bd599ef3d3b50698926f9a6132
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 14:57:41 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 14:57:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D=
commit;h=3D3c8adb51

ChangeLog updated

---
 ChangeLog |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6172e1f..e1d8356 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2011-10-23
+
+	* add XT_PAX read/write in paxct-ng.c and paxmodule.c
+	* create and/or copy XT_PAX flags from PT_PAX in paxctl-ng.c
+	* clean up error handling in paxctl-ng.c
+	* remove EI_PAX doc and add XT_PAX doc
+
 2011-10-17  Anthony G. Basile <blueness@gentoo.org>
=20
-	* add search by full library path
-	* add pax_setflags to python module
-	* add setflags to mismatched binaries/libraries
+	* add search by full library path in revdep-pax
+	* add pax_setflags to paxmodule.c
+	* add setflags to mismatched binaries/libraries in revdep-pax
 	* removed EI_PAX markings, bug #387459
=20
 2011-10-12  Anthony G. Basile <blueness@gentoo.org>