diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-16 23:36:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-16 23:36:17 +0000 |
commit | edb78cbfacb503c45224c2ef5d112a177f3c9e3c (patch) | |
tree | 3feaff0192d3ae3b74f29903881125f446bb192d /ChangeLog | |
parent | Dont strip stuff if `file` failed #102499 (diff) | |
download | portage-cvs-edb78cbfacb503c45224c2ef5d112a177f3c9e3c.tar.gz portage-cvs-edb78cbfacb503c45224c2ef5d112a177f3c9e3c.tar.bz2 portage-cvs-edb78cbfacb503c45224c2ef5d112a177f3c9e3c.zip |
forward port from 2.0 branch rar support in unpack and the die->assert fix for when using pipes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.1003 2005/08/16 23:21:47 vapier Exp $ +# $Id: ChangeLog,v 1.1004 2005/08/16 23:36:17 vapier Exp $ MAJOR CHANGES in 2.0.51: 1. /var/cache/edb/virtuals is no longer used at all. It's calculated now. @@ -25,6 +25,9 @@ Call gawk instead of awk so non-GNU systems work #102050 by Stephen Bennett. Also clean up the script a bit. + 07 Aug 2005; Mike Frysinger <vapier@gentoo.org> bin/ebuild.sh: + Add support for unpacking rar archives. + 29 Jul 2005; Mike Frysinger <vapier@gentoo.org> bin/prepallman: Rather than use a hardcoded list and bash expansion, let find locate man directories for us. This fixes the issues of running prepman on symlinks |