6.1p1-10 + 0.9.3-3

This commit is contained in:
Petr Lautrbach 2013-11-18 14:31:52 +01:00
parent 8115d9469c
commit a23056d990

View File

@ -67,7 +67,7 @@
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%define openssh_ver 6.1p1
%define openssh_rel 9
%define openssh_rel 10
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 3
@ -785,6 +785,11 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Mon Nov 18 2013 Petr Lautrbach <plautrba@redhat.com> 6.1p1-10 + 0.9.3-3
- increase the size of the Diffie-Hellman groups (#1010607)
- sshd-keygen to generate ECDSA keys <i.grok@comcast.net> (#1019222)
- don't show Success for EAI_SYSTEM (#985964)
* Thu Jun 20 2013 Petr Lautrbach <plautrba@redhat.com> 6.1p1-9 + 0.9.3-3
- make sftp's libedit interface marginally multibyte aware (#841771)