diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-04 23:14:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-04 23:14:40 +0000 |
commit | e985482fc0fc3853ff5d17392aa35589075795d4 (patch) | |
tree | 2df59be8ee3356b9b3d91710893cf9e81ac9daa4 /ChangeLog | |
parent | allow fperms/fowners to be recursive (-R) (diff) | |
download | portage-cvs-e985482fc0fc3853ff5d17392aa35589075795d4.tar.gz portage-cvs-e985482fc0fc3853ff5d17392aa35589075795d4.tar.bz2 portage-cvs-e985482fc0fc3853ff5d17392aa35589075795d4.zip |
cleanup and simplify
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,12 +1,15 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.968 2005/05/04 22:49:13 vapier Exp $ +# $Id: ChangeLog,v 1.969 2005/05/04 23:14:40 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/{do,new}{env,conf,init}d: + Touch up and simplify. + 04 May 2005; Mike Frysinger <vapier@gentoo.org> bin/fowners bin/fperms: Add recursive (-R) support to fowners/fperms. |