summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-06-30 08:58:47 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-06-30 09:12:16 +0200
commitb84aaa958e52145f0dbbdb21a213b3f28cd6142e (patch)
tree4ecbcdce77514fc6ef212bd380849c6526552fac
parentf8060de46822583d55b1755cb6f6938ffa5f6e7e (diff)
downloadmod_intercept_form_submit-b84aaa958e52145f0dbbdb21a213b3f28cd6142e.tar.gz
mod_intercept_form_submit-b84aaa958e52145f0dbbdb21a213b3f28cd6142e.tar.xz
mod_intercept_form_submit-b84aaa958e52145f0dbbdb21a213b3f28cd6142e.zip
Tagging 0.9.8 release.mod_intercept_form_submit-0.9.8
-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 4e13fb8..662cbf8 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.7
+Version: 0.9.8
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -63,6 +63,11 @@ install -Dp -m 0644 intercept_form_submit.confx $RPM_BUILD_ROOT%{_httpd_confdir}
%{_httpd_moddir}/*.so
%changelog
+* Mon Jun 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.8-1
+- 1109923 - Fix module loading/configuration for Apache 2.4.
+- Document the runtime dependency on pam_authenticate_with_login_password.
+- Comment/code cleanup.
+
* 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.