5.9p1-28 + 0.9.3-1

This commit is contained in:
Petr Lautrbach 2012-11-26 16:51:43 +01:00
parent a09799e377
commit 86d8dd4628
1 changed files with 7 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 5.9p1
%define openssh_rel 27
%define openssh_rel 28
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 1
@ -791,6 +791,12 @@ fi
%endif
%changelog
* Mon Nov 26 2012 Petr Lautrbach <plautrba@redhat.com> 5.9p1-28 + 0.9.3-1
- avoid xfree(NULL) in ssh_selinux_copy_context() (#789502)
- fix the man moduli page (#841065)
- fix the required authentications patch (#872608)
- fix IPQoS not being set on non-mapped v4-in-v6 addressed connections (#861818)
* Wed Oct 31 2012 Petr Lautrbach <plautrba@redhat.com> 5.9p1-27 + 0.9.3-1
- don't use /bin and /sbin paths (#856590)
- fix gssapi canohost patch (#863350)