aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-05 00:08:20 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-05 00:08:20 +0000
commit8a845e0074cdcfd8717427f2e9f6da4c0eedfa89 (patch)
treeed13a654ba98cbe367aff7420a9e75d8457ea4b0 /ChangeLog
parentallow people to unpack files in $PWD with ./ syntax #24637 (diff)
downloadportage-cvs-8a845e0074cdcfd8717427f2e9f6da4c0eedfa89.tar.gz
portage-cvs-8a845e0074cdcfd8717427f2e9f6da4c0eedfa89.tar.bz2
portage-cvs-8a845e0074cdcfd8717427f2e9f6da4c0eedfa89.zip
remove unused/old aclocal handling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 76034ca..66140c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,15 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.972 2005/05/05 00:03:14 vapier Exp $
+# $Id: ChangeLog,v 1.973 2005/05/05 00:08:20 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.
+ 04 May 2005; Mike Frysinger <vapier@gentoo.org> bin/prepall:
+ Remove old unused aclocal code #81419.
+
04 May 2005; Mike Frysinger <vapier@gentoo.org>
bin/ebuild-default-functions.sh:
Allow people to pass files in $PWD to unpack via ./FILE syntax #24637.