aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2005-08-11 17:38:44 +0000
committerMarius Mauch <genone@gentoo.org>2005-08-11 17:38:44 +0000
commit9455c20172054f2e9c0541e403e0ddd0adea4aff (patch)
tree0dd270a555f60b578585119f69ef02a403876887 /ChangeLog
parentclean up syntax and quoting and such (diff)
downloadportage-cvs-9455c20172054f2e9c0541e403e0ddd0adea4aff.tar.gz
portage-cvs-9455c20172054f2e9c0541e403e0ddd0adea4aff.tar.bz2
portage-cvs-9455c20172054f2e9c0541e403e0ddd0adea4aff.zip
minor bugfixes for exception handler
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9937efb..1956257 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.999 2005/08/10 22:09:19 vapier Exp $
+# $Id: ChangeLog,v 1.1000 2005/08/11 17:38:44 genone 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.
+ 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.
+
10 Aug 2005; Mike Frysinger <vapier@gentoo.org> bin/quickpkg:
Call gawk instead of awk so non-GNU systems work #102050 by Stephen Bennett.
Also clean up the script a bit.