summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.