diff --git a/.gitignore b/.gitignore index a877220..00ce55f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mod_lookup_identity-0.9.3.tar.gz +SOURCES/mod_lookup_identity-0.9.5.tar.gz diff --git a/.mod_lookup_identity.metadata b/.mod_lookup_identity.metadata index 7301805..b583cd2 100644 --- a/.mod_lookup_identity.metadata +++ b/.mod_lookup_identity.metadata @@ -1 +1 @@ -89d15be5ef3a6690ce1fe5ec796c2fd2b381b302 SOURCES/mod_lookup_identity-0.9.3.tar.gz +abb72d94dabca6c144c7fbcb99b2811015790288 SOURCES/mod_lookup_identity-0.9.5.tar.gz diff --git a/SPECS/mod_lookup_identity.spec b/SPECS/mod_lookup_identity.spec index 2862acb..bb85840 100644 --- a/SPECS/mod_lookup_identity.spec +++ b/SPECS/mod_lookup_identity.spec @@ -7,7 +7,7 @@ Summary: Apache module to retrieve additional information about the authenticated user Name: mod_lookup_identity -Version: 0.9.3 +Version: 0.9.5 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Daemons @@ -63,6 +63,12 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku %{_httpd_moddir}/*.so %changelog +* Wed Jan 20 2016 Jan Pazdziora - 0.9.5-1 +- Fix LookupUserByCertificate httpd-2.2 compatibility issue. + +* Wed Jan 20 2016 Jan Pazdziora - 0.9.4-1 +- Added LookupUserOutput headers and headers-base64. + * Mon Aug 03 2015 Jan Pazdziora - 0.9.3-1 - Added LookupUserByCertificate.