[tcsh/f14/master] Release build 6.17-9 - Make wait builtin command interruptible Resolves: #440465 - Remove fork whe

Vojtěch Vítek vvitek at fedoraproject.org
Tue Jan 25 16:11:38 UTC 2011


commit f76e6e798841a527d90dbb6c70d6d1464ba8243b
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Tue Jan 25 17:09:45 2011 +0100

    Release build 6.17-9
    - Make wait builtin command interruptible
      Resolves: #440465
    - Remove fork when tcsh processes backquotes
      Resolves: #594536
    - 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

 tcsh.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tcsh.spec b/tcsh.spec
index e7f8a16..6ac3a6c 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: 8%{?dist}
+Release: 9%{?dist}
 License: BSD
 Group: System Environment/Shells
 Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
@@ -146,6 +146,7 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Tue Jan 25 2011 Vojtech Vitek (V-Teq) <vvitek at redhat.com> - 6.17-9
 - Make wait builtin command interruptible
   Resolves: #440465
 - Remove fork when tcsh processes backquotes


More information about the scm-commits mailing list