diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-03 13:49:35 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-03 13:49:35 +0000 |
commit | 0e4679618386a565d6827d43aad5ad66bc31e970 (patch) | |
tree | a2505cb2f01e87721f26a76154ee91fa6978ef4d /ChangeLog | |
parent | Added methods for modifying DependSpec externally. (diff) | |
download | portage-cvs-0e4679618386a565d6827d43aad5ad66bc31e970.tar.gz portage-cvs-0e4679618386a565d6827d43aad5ad66bc31e970.tar.bz2 portage-cvs-0e4679618386a565d6827d43aad5ad66bc31e970.zip |
Fixed some bugs in the new intersects() and encapsulates() methods. Created
a transform_dependspec() function that reorders DependSpec elements based
on supplied preferences.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,12 +1,17 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.961 2005/05/03 11:04:34 jstubbs Exp $ +# $Id: ChangeLog,v 1.962 2005/05/03 13:49:35 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. + 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 + reorders DependSpec elements based on supplied preferences. + 03 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py: Added methods for modifying DependSpec externally. |