aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-23 23:49:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-23 23:49:53 +0000
commitdc055555e832fb4f65c5d0fdb5c137c0ee074613 (patch)
tree2d56f29b0854b076e83d1eab0583a4fc8ad19b8d /ChangeLog
parentfix typo ... BUILDDIR -> PORTAGE_BUILDDIR (diff)
downloadportage-cvs-dc055555e832fb4f65c5d0fdb5c137c0ee074613.tar.gz
portage-cvs-dc055555e832fb4f65c5d0fdb5c137c0ee074613.tar.bz2
portage-cvs-dc055555e832fb4f65c5d0fdb5c137c0ee074613.zip
abort if binaries have null RPATHs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 168db1c..92ca749 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.991 2005/06/18 01:01:35 vapier Exp $
+# $Id: ChangeLog,v 1.992 2005/06/23 23:49:53 vapier Exp $
MAJOR CHANGES in 2.0.51:
1. /var/cache/edb/virtuals is no longer used at all. It's calculated now.
2. /var/cache/edb/world is now /var/lib/portage/world.
3. /etc/portage/profile/virtuals is _USER_ configs only.
+ 23 Jun 2005; Mike Frysinger <vapier@gentoo.org>
+ bin/ebuild-default-functions.sh:
+ Update the scanelf RUNPATH check to abort on null paths.
+
17 Jun 2005; Mike Frysinger <vapier@gentoo.org> bin/repoman:
Report exit status if gpg failed to return with 0.