summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2016-11-23 08:37:12 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2016-11-23 08:43:57 +0100
commit8ec9a634a1fa6e18570a0f2914cd18a585cb9206 (patch)
treef00f966e1474b1b99c0cb5aafb22b866fab38977
parentbaddff34745c7dbbdfaa01663bee8d0b4d27b944 (diff)
downloadmod_lookup_identity-8ec9a634a1fa6e18570a0f2914cd18a585cb9206.tar.gz
mod_lookup_identity-8ec9a634a1fa6e18570a0f2914cd18a585cb9206.tar.xz
mod_lookup_identity-8ec9a634a1fa6e18570a0f2914cd18a585cb9206.zip
Tagging 0.9.8 release.mod_lookup_identity-0.9.8
-rw-r--r--mod_lookup_identity.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 315fee5..0f17e86 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.7
+Version: 0.9.8
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -62,6 +62,10 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku
%{_httpd_moddir}/*.so
%changelog
+* 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.
+
* Thu Jun 16 2016 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.7-1
- Ensure lookup_user_by_certificate runs after mod_nss as well.