aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-05-04 13:27:57 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-05-04 13:27:57 +0000
commitf7496d9b21fb6fd7b01e0dbcdb9ebeb2a2ba4f01 (patch)
treed3e00a9aa0f891addd827b7dc3c9ac6b475e4ab2 /ChangeLog
parentAdded remove_preferentials() method to the DependSpec class. Simplified (diff)
downloadportage-cvs-f7496d9b21fb6fd7b01e0dbcdb9ebeb2a2ba4f01.tar.gz
portage-cvs-f7496d9b21fb6fd7b01e0dbcdb9ebeb2a2ba4f01.tar.bz2
portage-cvs-f7496d9b21fb6fd7b01e0dbcdb9ebeb2a2ba4f01.zip
pym/portage_syntax.py pym/portage_dep.py: Filled out most of TargetGraph.
Still need to complete support for OR deps. Added a bit some more support functions to Atom and DependSpec. bin/test_target_graph.py: Just a script to help test and show the usage of TargetGraph.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bd36f6..90919ad 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.966 2005/05/04 03:17:33 jstubbs Exp $
+# $Id: ChangeLog,v 1.967 2005/05/04 13:27:57 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.
+ 04 May 2005; Jason Stubbs <jstubbs@gentoo.org> bin/test_target_graph.py:
+ Just a script to help test and show the usage of TargetGraph.
+
+ 04 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py
+ pym/portage_dep.py: Filled out most of TargetGraph. Still need to complete
+ support for OR deps. Added a bit some more support functions to Atom and
+ DependSpec.
+
04 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py
pym/portage_dep.py: Added remove_preferentials() method to the DependSpec
class. Simplified PkgGlue to just being a container.