aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-05-05 03:34:02 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-05-05 03:34:02 +0000
commit3016ccac78729fb13c37c5feadfc48bfcf291c7d (patch)
tree12e5825bf3257ac1ee9449c23fa01515e2398e35 /ChangeLog
parentonly check digests when unpacking/fetching #29333 (diff)
downloadportage-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--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d45c32..6ceaab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.