diff options
author | 2009-02-25 17:22:26 +0000 | |
---|---|---|
committer | 2009-02-25 17:22:26 +0000 | |
commit | 565d9fbc74031a40634c5d0023498b5dc65c447a (patch) | |
tree | 642909d511bb16a9e266763e814d820b2311145f /app-shells/bash/ChangeLog | |
parent | Removed old version (diff) | |
download | gentoo-2-565d9fbc74031a40634c5d0023498b5dc65c447a.tar.gz gentoo-2-565d9fbc74031a40634c5d0023498b5dc65c447a.tar.bz2 gentoo-2-565d9fbc74031a40634c5d0023498b5dc65c447a.zip |
Add fix from upstream for infinite loop with arrays.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/bash/ChangeLog')
-rw-r--r-- | app-shells/bash/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 17d7c715f4fb..e16bfa867927 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.201 2009/02/24 22:13:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.202 2009/02/25 17:22:26 vapier Exp $ + + 25 Feb 2009; Mike Frysinger <vapier@gentoo.org> + +files/bash-4.0-declare-identifier.patch, bash-4.0.ebuild: + Add fix from upstream for infinite loop with arrays. 24 Feb 2009; Mike Frysinger <vapier@gentoo.org> +files/bash-4.0-pcomplete-save-parser-state.patch, bash-4.0.ebuild: |