aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-04 00:21:58 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-04 00:21:58 +0000
commit12c481a229f380ac9a099582bd17289dbc42769b (patch)
treee18647bbcf3c729b5149d0e76e97a90c0df8f2f4 /ChangeLog
parentNew ignore files for the new dirs (diff)
downloadportage-cvs-12c481a229f380ac9a099582bd17289dbc42769b.tar.gz
portage-cvs-12c481a229f380ac9a099582bd17289dbc42769b.tar.bz2
portage-cvs-12c481a229f380ac9a099582bd17289dbc42769b.zip
cleanup and remove unused/old options
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 841f27a..8ec03fa 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.962 2005/05/03 13:49:35 jstubbs Exp $
+# $Id: ChangeLog,v 1.963 2005/05/04 00:21:57 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.
+ 03 May 2005; Mike Frysinger <vapier@gentoo.org> bin/doman:
+ Remove old unused options (-x11/-gnome/-kde/etc...) and cleanup.
+
03 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py
pym/portage_dep.py: Fixed some bugs in the new intersects() and
encapsulates() methods. Created a transform_dependspec() function that