Mishka & Chizhik fly on a rocket release (1.4.1)
Also fix a bogus changelog date.
This commit is contained in:
parent
88089d0528
commit
a44a3eadd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/mod_auth_gssapi-1.3.1.tar.gz
|
/mod_auth_gssapi-1.3.1.tar.gz
|
||||||
/mod_auth_gssapi-1.3.2.tar.gz
|
/mod_auth_gssapi-1.3.2.tar.gz
|
||||||
/mod_auth_gssapi-1.4.0.tar.gz
|
/mod_auth_gssapi-1.4.0.tar.gz
|
||||||
|
/mod_auth_gssapi-1.4.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mod_auth_gssapi
|
Name: mod_auth_gssapi
|
||||||
Version: 1.4.0
|
Version: 1.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GSSAPI Authentication module for Apache
|
Summary: A GSSAPI Authentication module for Apache
|
||||||
|
|
||||||
@ -43,6 +43,10 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
|
|||||||
%{_httpd_moddir}/mod_auth_gssapi.so
|
%{_httpd_moddir}/mod_auth_gssapi.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 15 2016 Robbie Harwood <rharwood@redhat.com> 1.4.1-1
|
||||||
|
- Mishka & Chizhik fly on a rocket release (1.4.1)
|
||||||
|
- Fix bogus changelog date
|
||||||
|
|
||||||
* Fri Jun 17 2016 Simo Sorce <simo@redhat.com> 1.4.0-1
|
* Fri Jun 17 2016 Simo Sorce <simo@redhat.com> 1.4.0-1
|
||||||
- Lunar Reconnaissance Orbiter (2009) release (1.4.0)
|
- Lunar Reconnaissance Orbiter (2009) release (1.4.0)
|
||||||
|
|
||||||
@ -70,7 +74,7 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
|
|||||||
- Adds delegation support on Basic Auth
|
- Adds delegation support on Basic Auth
|
||||||
- Response fix, send last auth token on successful auth
|
- Response fix, send last auth token on successful auth
|
||||||
|
|
||||||
* Thu Mar 31 2015 Simo Sorce <simo@redhat.com> 1.1.0-3
|
* Tue Mar 31 2015 Simo Sorce <simo@redhat.com> 1.1.0-3
|
||||||
- Fix some authentication issues
|
- Fix some authentication issues
|
||||||
|
|
||||||
* Thu Mar 26 2015 Simo Sorce <simo@redhat.com> 1.1.0-2
|
* Thu Mar 26 2015 Simo Sorce <simo@redhat.com> 1.1.0-2
|
||||||
|
Loading…
Reference in New Issue
Block a user