summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-06-25 15:22:24 +0000
committerNed Ludd <solar@gentoo.org>2006-06-25 15:22:24 +0000
commit1f7da9466cb0750707e9c4959274b47ba05230be (patch)
tree05674531bc471dbe163ba612ad85d524229e91ec /sys-apps/paxctl/ChangeLog
parentVersion bump. fixes bug #135269 Thanks to Boris Fersing <kernelsensei@gentoo.... (diff)
downloadgentoo-2-1f7da9466cb0750707e9c4959274b47ba05230be.tar.gz
gentoo-2-1f7da9466cb0750707e9c4959274b47ba05230be.tar.bz2
gentoo-2-1f7da9466cb0750707e9c4959274b47ba05230be.zip
- new version. This version obsoletes the need for chpax all together with the introduction of the -C flag which can create a new PT_PAX_FLAGS phdr in ELF 32/64 bit files
(Portage version: 3387-svn)
Diffstat (limited to 'sys-apps/paxctl/ChangeLog')
-rw-r--r--sys-apps/paxctl/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog
index 025fbca48373..e74c6fb4016c 100644
--- a/sys-apps/paxctl/ChangeLog
+++ b/sys-apps/paxctl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/paxctl
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.15 2006/03/29 19:38:06 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.16 2006/06/25 15:22:24 solar Exp $
+
+*paxctl-0.4 (25 Jun 2006)
+
+ 25 Jun 2006; <solar@gentoo.org> -paxctl-0.2.ebuild, +paxctl-0.4.ebuild:
+ - new version. This version obsoletes the need for chpax all together with the
+ introduction of the -C flag which can create a new PT_PAX_FLAGS phdr in ELF
+ 32/64 bit files
29 Mar 2006; Kevin F. Quinn <kevquinn@gentoo.org> paxctl-0.3-r1.ebuild:
Set ${S} and contents to group & world readable - bug #127998