aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-29 05:50:51 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-29 05:50:51 +0000
commit8f59ae1f72b1271995ba36b6b2685fce75faae1c (patch)
tree31aa42b01436b588d98194056bcc7254b02cd269 /ChangeLog
parentnegation inversion via operators mangling. (diff)
downloadportage-cvs-8f59ae1f72b1271995ba36b6b2685fce75faae1c.tar.gz
portage-cvs-8f59ae1f72b1271995ba36b6b2685fce75faae1c.tar.bz2
portage-cvs-8f59ae1f72b1271995ba36b6b2685fce75faae1c.zip
fix IMAGE usage in pkg_preinst so that ebuild authors dont have to know/care about it
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bfa57ac..f8cf54e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.994 2005/07/20 14:22:48 ferringb Exp $
+# $Id: ChangeLog,v 1.995 2005/07/29 05:50:51 vapier 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.
+ 25 Jul 2005; Mike Frysinger <vapier@gentoo.org>
+ bin/ebuild-default-functions.sh:
+ Fix IMAGE / D confusion in the pkg_preinst function. Now ebuilds do not
+ have to care/screw around with IMAGE.
+
20 Jul 2005; Brian Harring <ferringb@gentoo.org> bin/ebuild*.{sh,lib}:
Harring broke cvs. If people ignored the warnings, I'll fix it till the
next time changes in rewrite cause it to break again.