From daf9f1be93775f8ee4f105bc9229909b6f4671ff Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Aug 08 2005 14:43:42 +0000 Subject: - Fixed multibyte IFS handling for invalid input (bug #165243). --- diff --git a/bash.spec b/bash.spec index 622fe92..65bdb6c 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ Version: 3.0 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version}. -Release: 32 +Release: 33 Group: System Environment/Shells License: GPL Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz @@ -255,6 +255,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Mon Aug 8 2005 Tim Waugh 3.0-33 +- Fixed multibyte IFS handling for invalid input (bug #165243). + * Mon Aug 8 2005 Tim Waugh 3.0-32 - Fixed 'LC_ALL=C export LC_ALL' behaviour (bug #165249).