diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-03 11:04:34 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-03 11:04:34 +0000 |
commit | 53dd5ec4bd697d757f076eb85e44aa907855b084 (patch) | |
tree | e339c707c4cd412690bdda1ef05bae835b6398d6 /ChangeLog | |
parent | Added intersects() and encapsulates() functions to the Atom class for (diff) | |
download | portage-cvs-53dd5ec4bd697d757f076eb85e44aa907855b084.tar.gz portage-cvs-53dd5ec4bd697d757f076eb85e44aa907855b084.tar.bz2 portage-cvs-53dd5ec4bd697d757f076eb85e44aa907855b084.zip |
Added methods for modifying DependSpec externally.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.960 2005/05/03 10:20:01 jstubbs Exp $ +# $Id: ChangeLog,v 1.961 2005/05/03 11:04:34 jstubbs Exp $ MAJOR CHANGES in 2.0.51: 1. /var/cache/edb/virtuals is no longer used at all. It's calculated now. @@ -8,6 +8,9 @@ 3. /etc/portage/profile/virtuals is _USER_ configs only. 03 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py: + Added methods for modifying DependSpec externally. + + 03 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py: Added intersects() and encapsulates() functions to the Atom class for comparing relationships between similar atoms. |