summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qarsh.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/qarsh.spec b/qarsh.spec
index cf0a4d0..2ad5949 100644
--- a/qarsh.spec
+++ b/qarsh.spec
@@ -1,7 +1,7 @@
Summary: QA Remote Shell
Name: qarsh
-Version: 1.26
-Release: 2%{?dist}
+Version: 1.27
+Release: 1%{?dist}
Group: Applications/Internet
License: GPL
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -96,6 +96,14 @@ fi
%changelog
+* Wed Jun 27 2012 Nate Straz <nstraz@redhat.com>
++ qarsh-1.27-1
+- support IPv6 connections
+- Don't limit instances of qarshd in xinetd
+- Fix exit code for connection failures.
+- Check return of send_package and exit on error
+- Pass hints into getaddrinfo
+
* Fri Aug 20 2010 Nate Straz <nstraz@redhat.com>
+ qarsh-1.26-1
- Build selinux policy at install time