From 705fdcbf56897d02740e0587b0b5c7b7c1703ff9 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 6 Oct 2005 11:00:54 +0000 Subject: [PATCH] - Fixed memory allocation bug in multibyteifs patch (bug #169996). --- bash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index 4534a43..8b3a412 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: 34 +Release: 35 Group: System Environment/Shells License: GPL Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz @@ -257,6 +257,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Thu Oct 6 2005 Tim Waugh 3.0-35 +- Fixed memory allocation bug in multibyteifs patch (bug #169996). + * Fri Sep 23 2005 Tim Waugh - Use 'volatile' in sighandler patch.