diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-08-13 23:00:32 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-08-13 23:00:32 +0000 |
commit | b8c1c931d3cb8046edfe0dc07405930ba9c9d5eb (patch) | |
tree | 15c45022ce98852d7c487c4da0334772ffeed419 /ChangeLog | |
parent | minor bugfixes for exception handler (diff) | |
download | portage-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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |