Release build 6.17-10

This commit is contained in:
Vojtech Vitek (V-Teq) 2011-03-24 16:29:48 +01:00
parent bad2f93b0a
commit cc0e4620f1
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.17
Release: 9%{?dist}
Release: 10%{?dist}
License: BSD
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
@ -149,6 +149,7 @@ fi
%{_mandir}/man1/*.1*
%changelog
* Thu Mar 24 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-10
- Avoid infinite loop pendjob()-xprintf() when stdout is closed
Resolves: #690356