diff options
author | Ned Ludd <solar@gentoo.org> | 2006-06-25 15:22:24 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-06-25 15:22:24 +0000 |
commit | 0b4f5aa64ce4600d96756455ccdf57ee29eedde3 (patch) | |
tree | 5d64fef8eaf55fd4d214b46096964eae4114fd2d /sys-apps/paxctl/ChangeLog | |
parent | Version bump. fixes bug #135269 Thanks to Boris Fersing <kernelsensei@gentoo.... (diff) | |
download | historical-0b4f5aa64ce4600d96756455ccdf57ee29eedde3.tar.gz historical-0b4f5aa64ce4600d96756455ccdf57ee29eedde3.tar.bz2 historical-0b4f5aa64ce4600d96756455ccdf57ee29eedde3.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
Package-Manager: portage-3387-svn
Diffstat (limited to 'sys-apps/paxctl/ChangeLog')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 9 |
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 |