summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-01-24 17:33:28 +0100
committerVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-01-24 17:33:28 +0100
commit88add5fe661be896ca229e9d07f2ed61f97c66c4 (patch)
treec7a9a14cabb15ba55cd19aa5cd3ba2c2c97a432e
parentc72c18e2cadc39d3f08e77630e0974d7c3942d0e (diff)
downloadtcsh-rebase-6.19.00-88add5fe661be896ca229e9d07f2ed61f97c66c4.tar.gz
tcsh-rebase-6.19.00-88add5fe661be896ca229e9d07f2ed61f97c66c4.tar.xz
tcsh-rebase-6.19.00-88add5fe661be896ca229e9d07f2ed61f97c66c4.zip
Release build 6.17-11
- Don't set $REMOTEHOST on the local machine Resolves: #669176 - Don't print history in verbose mode Resolves: #583075, #658171 - Don't allow illegal variable names to be set Resolves: #436901 - Revert "Fix incorrect $status value of pipelined commands"
-rw-r--r--tcsh.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 12122f2..35a9162 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.17
-Release: 10%{?dist}
+Release: 11%{?dist}
License: BSD
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
@@ -146,15 +146,20 @@ fi
%{_mandir}/man1/*.1*
%changelog
-* Mon Jan 24 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-10
-- Make wait builtin command interruptible
- Resolves: #440465
+* Mon Jan 24 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-11
- Don't set $REMOTEHOST on the local machine
Resolves: #669176
- Don't print history in verbose mode
Resolves: #583075, #658171
- Don't allow illegal variable names to be set
Resolves: #436901
+- Revert "Fix incorrect $status value of pipelined commands"
+
+* Tue Dec 21 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-10
+- Make wait builtin command interruptible
+ Resolves: #440465
+- Fix incorrect $status value of pipelined commands
+ Resolves: #638955 (Patch by Tomas Smetana <tsmetana@redhat.com>)
* Wed Oct 6 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-9
- Remove fork when tcsh processes backquotes