summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2017-03-22 10:40:18 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2017-03-22 10:40:18 +0100
commit630c7f4818f5078027ee1619ac35830c7b104cc2 (patch)
tree258629eca29f276ab721d4ab618ed2ee0621c415
parent2b4400d42f04bd5d7172598059d57f1fa1aeb8bf (diff)
downloadmod_lookup_identity-630c7f4818f5078027ee1619ac35830c7b104cc2.tar.gz
mod_lookup_identity-630c7f4818f5078027ee1619ac35830c7b104cc2.tar.xz
mod_lookup_identity-630c7f4818f5078027ee1619ac35830c7b104cc2.zip
Tagging 0.9.9 release.mod_lookup_identity-0.9.9
-rw-r--r--mod_lookup_identity.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 0f17e86..b26eecb 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.8
+Version: 0.9.9
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -62,6 +62,9 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku
%{_httpd_moddir}/*.so
%changelog
+* Wed Mar 22 2017 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.9-1
+- Add support for multiple users mapped to single certificate.
+
* Wed Nov 23 2016 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.8-1
- Logging improvements; lookup_user_by_certificate logging moved from
notice to info level.