aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-24 02:05:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-24 02:05:52 +0000
commit476af51489939799e1ae2d9b5ac97d4dd9f3cdd7 (patch)
tree32622d05adcf8b6b412b7c354d5ff9a5afa7b2a5 /ChangeLog
parentsyntax/whitespace updates (diff)
downloadportage-cvs-476af51489939799e1ae2d9b5ac97d4dd9f3cdd7.tar.gz
portage-cvs-476af51489939799e1ae2d9b5ac97d4dd9f3cdd7.tar.bz2
portage-cvs-476af51489939799e1ae2d9b5ac97d4dd9f3cdd7.zip
make sure the files exist before we unpack them
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4523728..c171b0f 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.982 2005/05/21 00:28:34 vapier Exp $
+# $Id: ChangeLog,v 1.983 2005/05/24 02:05:52 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 May 2005; Mike Frysinger <vapier@gentoo.org>
+ bin/ebuild-default-functions.sh:
+ Make sure the files passed to unpack actually exist.
+
20 May 2005; Mike Frysinger <vapier@gentoo.org> bin/prepstrip
bin/ebuild-default-functions.sh:
Removed calls to readelf and replaced with scanelf. Added more QA checks