summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2008-07-08 15:16:19 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:47 -0400
commit48325c1f8280415f7f9373b78ec9e49cf7d22047 (patch)
tree03a4aa0c96bc86be299404dad8a6a3d15c872981
parent16706ee4a63d182693505edc64d4648e39691c3b (diff)
downloadqarsh-1.18-1.tar.gz
qarsh-1.18-1.tar.xz
qarsh-1.18-1.zip
Bump version again to include fix for shortened output.v1.18-1
-rw-r--r--qarsh.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/qarsh.spec b/qarsh.spec
index 0245ed1..f36e4fc 100644
--- a/qarsh.spec
+++ b/qarsh.spec
@@ -1,6 +1,6 @@
Summary: QA Remote Shell
Name: qarsh
-Version: 1.17
+Version: 1.18
Release: 1%{?dist}
Group: QA
License: GPL
@@ -68,6 +68,9 @@ fi
%config /etc/xinetd.d/btimed
%changelog
+* Tue Jul 08 2008 1.18-1
+- Make sure we process all output after the command exits.
+
* Thu Jul 03 2008 1.17-1
- Use select() to control writes in qarsh.
- chdir() to home directory if possible.