aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-04 23:17:54 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-04 23:17:54 +0000
commit87dc20adce1847f1ee7f8b399fe0f932dd38acbe (patch)
tree150b569a609e4da3f379e474d95c267f8812772c /ChangeLog
parentcleanup and simplify (diff)
downloadportage-cvs-87dc20adce1847f1ee7f8b399fe0f932dd38acbe.tar.gz
portage-cvs-87dc20adce1847f1ee7f8b399fe0f932dd38acbe.tar.bz2
portage-cvs-87dc20adce1847f1ee7f8b399fe0f932dd38acbe.zip
touchup output and use exec more
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bf8a84..d32b6ac 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.969 2005/05/04 23:14:40 vapier Exp $
+# $Id: ChangeLog,v 1.970 2005/05/04 23:17:54 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.
+ 04 May 2005; Mike Frysinger <vapier@gentoo.org> bin/prepstrip bin/emake:
+ Only echo the strip banner once per dir and don't try to pass strip args
+ to `false` if we aren't stripping. Add a simple 'exec' to emake.
+
04 May 2005; Mike Frysinger <vapier@gentoo.org> bin/{do,new}{env,conf,init}d:
Touch up and simplify.