summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-05-13 09:26:16 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-05-13 09:26:16 +0200
commitc0309f7e49d421f9c26206f737404bf1d34e8db1 (patch)
treedf2a25f931baa670625eddab7e5877c4437f1eef
parent16746d12890f3b52543339addfdeb572e26e1a26 (diff)
downloadmod_intercept_form_submit-c0309f7e49d421f9c26206f737404bf1d34e8db1.tar.gz
mod_intercept_form_submit-c0309f7e49d421f9c26206f737404bf1d34e8db1.tar.xz
mod_intercept_form_submit-c0309f7e49d421f9c26206f737404bf1d34e8db1.zip
Update .spec for 0.9.7.mod_intercept_form_submit-0.9.7
-rw-r--r--mod_intercept_form_submit.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index 5f8fae1..974790c 100644
--- a/mod_intercept_form_submit.spec
+++ b/mod_intercept_form_submit.spec
@@ -7,7 +7,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication
Name: mod_intercept_form_submit
-Version: 0.9.6
+Version: 0.9.7
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -58,6 +58,11 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%{_httpd_moddir}/*.so
%changelog
+* Tue May 13 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.7-1
+- No longer call lookup_identity_hook explicitly, hook order does
+ the same.
+- Silence compile warnings by specifying C99.
+
* Tue Apr 15 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.6-1
- Add support for InterceptFormLoginRealms.