diff --git a/.gitignore b/.gitignore index 6e950bb..8f877c1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /mod_lookup_identity-0.9.1.tar.gz /mod_lookup_identity-0.9.2.tar.gz /mod_lookup_identity-0.9.3.tar.gz +/mod_lookup_identity-0.9.4.tar.gz diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec index 73a0e37..0033741 100644 --- a/mod_lookup_identity.spec +++ b/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.4 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 +* 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. diff --git a/sources b/sources index 0de09d4..29e3bed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed191abec4829ff72fb03b7e25b31580 mod_lookup_identity-0.9.3.tar.gz +4baf7cdbd2e9ec8483122bc3a3f6db78 mod_lookup_identity-0.9.4.tar.gz