New minor release 1.1.0
- New feature: Basic Auth support - Improvements: Better crypto for sesison cookies
This commit is contained in:
parent
94165ace2a
commit
7980eb6717
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/mod_auth_gssapi-1.0.2.tar.gz
|
||||
/mod_auth_gssapi-1.0.3.tar.gz
|
||||
/mod_auth_gssapi-1.0.4.tar.gz
|
||||
/mod_auth_gssapi-1.1.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: mod_auth_gssapi
|
||||
Version: 1.0.4
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A GSSAPI Authentication module for Apache
|
||||
|
||||
@ -44,6 +44,11 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
|
||||
%{_httpd_moddir}/mod_auth_gssapi.so
|
||||
|
||||
%changelog
|
||||
* Thu Mar 12 2015 Simo Sorce <simo@redhat.com> 1.1.0-1
|
||||
- New minor release 1.1.0
|
||||
- New feature: Basic Auth support
|
||||
- Improvements: Better crypto for sesison cookies
|
||||
|
||||
* Sat Nov 8 2014 Simo Sorce <simo@redhat.com> 1.0.4-1
|
||||
- Patch release 1.0.4
|
||||
- logging initialization fixes
|
||||
|
Loading…
Reference in New Issue
Block a user