6.1p1-9 + 0.9.3-3

This commit is contained in:
Petr Lautrbach 2013-06-20 10:42:41 +02:00
parent b5b762a4d1
commit 82946ad504
1 changed files with 4 additions and 1 deletions

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 8
%define openssh_rel 9
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 3
@ -779,6 +779,9 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* 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)
* Tue Apr 23 2013 Petr Lautrbach <plautrba@redhat.com> 6.1p1-8 + 0.9.3-3
- AuthorizedKeysCommandUser: use the user being authenticated by default (#953534)