aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-05-03 10:20:01 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-05-03 10:20:01 +0000
commit324a5d6dea8c81c7ee024a9b96bd2ce4a89e8679 (patch)
tree28b2cdff0eddf3f2bad0b0b6aeeb67c20d0d9cd9 /ChangeLog
parentman/portage.5: Removed invalid example from package.keywords section. (diff)
downloadportage-cvs-324a5d6dea8c81c7ee024a9b96bd2ce4a89e8679.tar.gz
portage-cvs-324a5d6dea8c81c7ee024a9b96bd2ce4a89e8679.tar.bz2
portage-cvs-324a5d6dea8c81c7ee024a9b96bd2ce4a89e8679.zip
Added intersects() and encapsulates() functions to the Atom class for
comparing relationships between similar atoms.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ceae52..f8a5bed 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.959 2005/05/03 07:20:14 jstubbs Exp $
+# $Id: ChangeLog,v 1.960 2005/05/03 10:20:01 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:
+ Added intersects() and encapsulates() functions to the Atom class for
+ comparing relationships between similar atoms.
+
03 May 2005; Jason Stubbs <jstubbs@gentoo.org> man/portage.5:
Removed invalid example from package.keywords section.