diff options
Diffstat (limited to 'app-shells/bash/ChangeLog')
-rw-r--r-- | app-shells/bash/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 87d6aff94421..3f24c2bbed06 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for app-shells/bash # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.40 2004/07/29 01:47:45 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.41 2004/07/29 02:54:36 agriffis Exp $ + +*bash-3.0-r1 (28 Jul 2004) + + 28 Jul 2004; Aron Griffis <agriffis@gentoo.org> + +files/bash-3.0-posixtrap.patch, +bash-3.0-r1.ebuild: + Fix bug 58703: Revert trap behavior for the sake of autoconf-generated + configure scripts. The problem here is that bash -c 'trap 0' works, but sh -c + 'trap 0' doesn't work because the bash developers are trying to adhere to + POSIX in that case. Since all the configure scripts are #!/bin/sh, this breaks + them... That's bad news and will need some time to fix, so it's easier to fix + here for the moment 29 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> bash-3.0.ebuild: Remove ~sparc for now, see bug #58703 |