aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-05-03 07:20:14 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-05-03 07:20:14 +0000
commit8f2e91bc087890bff18ce406551583c2323b2d00 (patch)
tree84b51125d30fd1d483edea05a48630e2c4e71f91 /ChangeLog
parentRemoving from portage cvs - now an independant package (diff)
downloadportage-cvs-8f2e91bc087890bff18ce406551583c2323b2d00.tar.gz
portage-cvs-8f2e91bc087890bff18ce406551583c2323b2d00.tar.bz2
portage-cvs-8f2e91bc087890bff18ce406551583c2323b2d00.zip
man/portage.5: Removed invalid example from package.keywords section.
pym/portage_dep.py pym/portage_syntax.py: Mostly completed DependSpec and started on TargetGraph.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ea97b6..0ceae52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,19 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.958 2005/04/29 22:48:55 vapier Exp $
+# $Id: ChangeLog,v 1.959 2005/05/03 07:20:14 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> man/portage.5:
+ Removed invalid example from package.keywords section.
+
+ 03 May 2005; Jason Stubbs <jstubbs@gentoo.org> pym/portage_dep.py
+ pym/portage_syntax.py: Mostly completed DependSpec and started on
+ TargetGraph.
+
29 Apr 2005; Mike Frysinger <vapier@gentoo.org> bin/doman:
Recognize more subchapters than just [1-8n] #32584.