diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-10 15:50:26 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-10 15:50:26 +0000 |
commit | 664061788117de1ac3ce05baf720d4ec9b55faa1 (patch) | |
tree | f3a6dc3d1b05b17de86bec71bcfec98dc5ffd966 /ChangeLog | |
parent | $Header: $ fixes (diff) | |
download | portage-cvs-664061788117de1ac3ce05baf720d4ec9b55faa1.tar.gz portage-cvs-664061788117de1ac3ce05baf720d4ec9b55faa1.tar.bz2 portage-cvs-664061788117de1ac3ce05baf720d4ec9b55faa1.zip |
Redesigned and rewrote DependSpec
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,12 +1,15 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.980 2005/05/07 00:50:54 ferringb Exp $ +# $Id: ChangeLog,v 1.981 2005/05/10 15:50: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. + 11 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_syntax.py: + Redesigned and rewrote DependSpec. + 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. |