summaryrefslogtreecommitdiffstats
path: root/mod_intercept_form_submit.spec
diff options
context:
space:
mode:
Diffstat (limited to 'mod_intercept_form_submit.spec')
-rw-r--r--mod_intercept_form_submit.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index a64a1c5..c69df5b 100644
--- a/mod_intercept_form_submit.spec
+++ b/mod_intercept_form_submit.spec
@@ -6,7 +6,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication.
Name: mod_intercept_form_submit
-Version: 0.9.3
+Version: 0.9.4
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -56,6 +56,9 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%{_httpd_moddir}/*.so
%changelog
+* Thu Jan 16 2014 Jan Pazdziora - 0.9.4-1
+- Amend documentation to show mod_authnz_pam loading.
+
* Wed Jan 15 2014 Jan Pazdziora - 0.9.3-1
- Move the processing to the middle of the fixup phase to allow
mod_headers to process the result.