summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-04-02 04:53:33 +0000
committerNed Ludd <solar@gentoo.org>2005-04-02 04:53:33 +0000
commit75451534f3f0ed5d0399b013d9068118d6c0bca1 (patch)
tree7a178166bbd48065136554ec7d37ae87951463df /app-misc/pax-utils/ChangeLog
parentstable on mips (diff)
downloadgentoo-2-75451534f3f0ed5d0399b013d9068118d6c0bca1.tar.gz
gentoo-2-75451534f3f0ed5d0399b013d9068118d6c0bca1.tar.bz2
gentoo-2-75451534f3f0ed5d0399b013d9068118d6c0bca1.zip
- major source code cleanup. combine scanexec/scanrexec/pttool into unified scanelf tool. manpage updates. fixed memleak in readelf function. new options to detect TEXTREL's, display RPATH info, make display of pax flags markings optional. A new recursive option was added to scan subdirs. All sorts of good stuff that makes grandma happy. Many thanks to vapier.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-misc/pax-utils/ChangeLog')
-rw-r--r--app-misc/pax-utils/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog
index c1647141699a..e1c4f5acc52d 100644
--- a/app-misc/pax-utils/ChangeLog
+++ b/app-misc/pax-utils/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for app-misc/pax-utils
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.11 2005/04/01 03:30:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.12 2005/04/02 04:53:33 solar Exp $
+
+*pax-utils-0.0.5 (01 Apr 2005)
+
+ 01 Apr 2005; <solar@gentoo.org> +pax-utils-0.0.5.ebuild:
+ - major source code cleanup. combine scanexec/scanrexec/pttool into unified
+ scanelf tool. manpage updates. fixed memleak in readelf function. new options
+ to detect TEXTREL's, display RPATH info, make display of pax flags markings
+ optional. A new recursive option was added to scan subdirs. All sorts of good
+ stuff that makes grandma happy. Many thanks to vapier.
31 Mar 2005; Aron Griffis <agriffis@gentoo.org> pax-utils-0.0.4.ebuild:
stable on ia64