aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-21 00:28:34 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-21 00:28:34 +0000
commite6ecd7e88dc323e484ef9d8820a55f706cbe21fe (patch)
treea1ebe6c16dd43cb1315428f3e22e9683a2b34f53 /ChangeLog
parentRedesigned and rewrote DependSpec (diff)
downloadportage-cvs-e6ecd7e88dc323e484ef9d8820a55f706cbe21fe.tar.gz
portage-cvs-e6ecd7e88dc323e484ef9d8820a55f706cbe21fe.tar.bz2
portage-cvs-e6ecd7e88dc323e484ef9d8820a55f706cbe21fe.zip
scan for more things with scanelf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dacf7d..4523728 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.981 2005/05/10 15:50:26 jstubbs Exp $
+# $Id: ChangeLog,v 1.982 2005/05/21 00:28:34 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.
+ 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
+ for various issues related to ELF binaries.
+
11 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py:
Redesigned and rewrote DependSpec.