diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-05 03:34:02 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-05 03:34:02 +0000 |
commit | 3016ccac78729fb13c37c5feadfc48bfcf291c7d (patch) | |
tree | 12e5825bf3257ac1ee9449c23fa01515e2398e35 /ChangeLog | |
parent | only check digests when unpacking/fetching #29333 (diff) | |
download | portage-cvs-3016ccac78729fb13c37c5feadfc48bfcf291c7d.tar.gz portage-cvs-3016ccac78729fb13c37c5feadfc48bfcf291c7d.tar.bz2 portage-cvs-3016ccac78729fb13c37c5feadfc48bfcf291c7d.zip |
Added full support for OR-based dependencies. Still need to sort out
virtuals and provide a public interface for TargetGraph.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,16 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.976 2005/05/05 02:12:05 vapier Exp $ +# $Id: ChangeLog,v 1.977 2005/05/05 03:34:02 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> 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. + 04 May 2005; Mike Frysinger <vapier@gentoo.org> pym/ebuild.py: Do not check the digests of files except when unpacking/fetching #29333. |