summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2008-07-03 19:00:51 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:47 -0400
commit3d6ecc6575ef8527621c147ac5334dd10edb73c8 (patch)
tree1f18924537bd2c08b77ef88c888359f77688507c
parent94fd63e1c0f7732a25c291ac64efab2669591114 (diff)
downloadqarsh-1.17-1.tar.gz
qarsh-1.17-1.tar.xz
qarsh-1.17-1.zip
Bump version to include new features.v1.17-1
-rw-r--r--qarsh.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/qarsh.spec b/qarsh.spec
index 3065b47..0245ed1 100644
--- a/qarsh.spec
+++ b/qarsh.spec
@@ -1,7 +1,7 @@
Summary: QA Remote Shell
Name: qarsh
-Version: 1.16
-Release: 2%{?dist}
+Version: 1.17
+Release: 1%{?dist}
Group: QA
License: GPL
Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -68,6 +68,11 @@ fi
%config /etc/xinetd.d/btimed
%changelog
+* Thu Jul 03 2008 1.17-1
+- Use select() to control writes in qarsh.
+- chdir() to home directory if possible.
+- Add debug option to syslog debug messages.
+
* Mon Feb 11 2008 1.16-1
- Add copyright headers
- Use select in btime() so higher latency connections work.