diff --git a/.gitignore b/.gitignore index 6ce1305..a877220 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mod_lookup_identity-0.9.2.tar.gz +SOURCES/mod_lookup_identity-0.9.3.tar.gz diff --git a/.mod_lookup_identity.metadata b/.mod_lookup_identity.metadata index 39de051..7301805 100644 --- a/.mod_lookup_identity.metadata +++ b/.mod_lookup_identity.metadata @@ -1 +1 @@ -dbd16dc48e89ef5968e53baec2bbfb883c205c46 SOURCES/mod_lookup_identity-0.9.2.tar.gz +89d15be5ef3a6690ce1fe5ec796c2fd2b381b302 SOURCES/mod_lookup_identity-0.9.3.tar.gz diff --git a/SPECS/mod_lookup_identity.spec b/SPECS/mod_lookup_identity.spec index 3681ed7..2862acb 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.2 +Version: 0.9.3 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Daemons @@ -63,6 +63,9 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku %{_httpd_moddir}/*.so %changelog +* Mon Aug 03 2015 Jan Pazdziora - 0.9.3-1 +- Added LookupUserByCertificate. + * Fri Jun 27 2014 Jan Pazdziora - 0.9.2-1 - Fix error handling and reporting. - Fix module loading/configuration for Apache 2.4.