aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-05-07 00:50:54 +0000
committerBrian Harring <ferringb@gentoo.org>2005-05-07 00:50:54 +0000
commita7f4b86461f99daa51651c949b7ec0c1af586dce (patch)
tree0e479d46410e6c2911b73d7edf64919609fa2844 /ChangeLog
parentAdded some basic utility methods to StateGraph. Reworked the test script (diff)
downloadportage-cvs-a7f4b86461f99daa51651c949b7ec0c1af586dce.tar.gz
portage-cvs-a7f4b86461f99daa51651c949b7ec0c1af586dce.tar.bz2
portage-cvs-a7f4b86461f99daa51651c949b7ec0c1af586dce.zip
dsd supplied a fix for the quote issues w/ env transfering down the pipe.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 46a2868..df426ca 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.979 2005/05/05 06:24:07 jstubbs Exp $
+# $Id: ChangeLog,v 1.980 2005/05/07 00:50:54 ferringb 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.
+ 06 May 2005; Brian Harring <ferringb@gentoo.org> pym/config.py: Dsd supplied
+ a tweak to the quote escaping; should solve the issues transferring from
+ python side to bash.
+
05 May 2005; Jason Stubbs <jstubbs@gentoo.org> bin/test_target_graph.py
pym/portage_dep.py: Added some basic utility methods to StateGraph. Reworked
the test script into a functional equivalent of --pretend depclean.