From b84aaa958e52145f0dbbdb21a213b3f28cd6142e Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Mon, 30 Jun 2014 08:58:47 +0200 Subject: Tagging 0.9.8 release. --- mod_intercept_form_submit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 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 - 0.9.7-1 - No longer call lookup_identity_hook explicitly, hook order does the same. -- cgit