diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-04 22:49:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-04 22:49:14 +0000 |
commit | b9256a0d5ec7baae6f3dc8d182b11d67978e2b86 (patch) | |
tree | 6c956f396976de0f74d54764161bb39e6e638b66 /ChangeLog | |
parent | no g-cpan.pl or manpage to install anymore (diff) | |
download | portage-cvs-b9256a0d5ec7baae6f3dc8d182b11d67978e2b86.tar.gz portage-cvs-b9256a0d5ec7baae6f3dc8d182b11d67978e2b86.tar.bz2 portage-cvs-b9256a0d5ec7baae6f3dc8d182b11d67978e2b86.zip |
allow fperms/fowners to be recursive (-R)
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.967 2005/05/04 13:27:57 jstubbs Exp $ +# $Id: ChangeLog,v 1.968 2005/05/04 22:49:13 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/fowners bin/fperms: + Add recursive (-R) support to fowners/fperms. + 04 May 2005; Jason Stubbs <jstubbs@gentoo.org> bin/test_target_graph.py: Just a script to help test and show the usage of TargetGraph. |