aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-05-05 05:08:26 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-05-05 05:08:26 +0000
commit3e42f93665c52600937883e50adecb5273c063c3 (patch)
treec66bf7859335921dbc2e203c514e13d6c67122d0 /ChangeLog
parentAdded full support for OR-based dependencies. Still need to sort out (diff)
downloadportage-cvs-3e42f93665c52600937883e50adecb5273c063c3.tar.gz
portage-cvs-3e42f93665c52600937883e50adecb5273c063c3.tar.bz2
portage-cvs-3e42f93665c52600937883e50adecb5273c063c3.zip
pym/portage_syntax.py: Added with_key() method to Atom for creating a new
atom of a different key with the same constraints. bin/test_target_graph.py pym/portage_dep.py: Added transform_virtuals() function to just that. Added testing code to show how it is used. Renamed TargetGraph to StateGraph.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ceaab6..0e90ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,20 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.977 2005/05/05 03:34:02 jstubbs Exp $
+# $Id: ChangeLog,v 1.978 2005/05/05 05:08:26 jstubbs 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.
+ 05 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py: Added
+ with_key() method to Atom for creating a new atom of a different key with
+ the same constraints.
+
+ 05 May 2005; Jason Stubbs <jstubbs@gentoo.org> bin/test_target_graph.py
+ pym/portage_dep.py: Added transform_virtuals() function to just that. Added
+ testing code to show how it is used. Renamed TargetGraph to StateGraph.
+
05 May 2005; Jason Stubbs <jstubbs@gentoo.org> bin/test_target_graph.py
pym/portage_dep.py: Added full support for OR-based dependencies. Still
need to sort out virtuals and provide a public interface for TargetGraph.