aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-08-13 23:00:32 +0000
committerBrian Harring <ferringb@gentoo.org>2005-08-13 23:00:32 +0000
commitb8c1c931d3cb8046edfe0dc07405930ba9c9d5eb (patch)
tree15c45022ce98852d7c487c4da0334772ffeed419 /ChangeLog
parentminor bugfixes for exception handler (diff)
downloadportage-cvs-b8c1c931d3cb8046edfe0dc07405930ba9c9d5eb.tar.gz
portage-cvs-b8c1c931d3cb8046edfe0dc07405930ba9c9d5eb.tar.bz2
portage-cvs-b8c1c931d3cb8046edfe0dc07405930ba9c9d5eb.zip
fixing earlier stomping of spankys ebuild*.sh work that I managed :/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1956257..de6fba2 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.1000 2005/08/11 17:38:44 genone Exp $
+# $Id: ChangeLog,v 1.1001 2005/08/13 23:00:32 ferringb 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.
+ 13 Aug 2005; Brian Harring <ferringb@gentoo.org> bin/ebuild-default-functions.sh,
+ bin/ebuild-functions.sh: merging spankys original changes (which I stupidly stomped)
+ forward.
+
11 Aug 2005; Marius Mauch <genone@gentoo.org> pym/elog_modules/mod_mail.py:
Fixed missing portage_exception import and type errors in the exception
handler.