summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2015-06-25 17:04:19 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2015-06-25 17:04:19 +0200
commit48a74baa1e45caf7287cf6aa5688d2cf6bcca1d5 (patch)
treedd869ebe4c65298fdf86f3fcdabf7ce69d6cf638
parent32d345e8e470c3a579338e5ce53b029d19220a4d (diff)
downloadmod_authnz_pam-48a74baa1e45caf7287cf6aa5688d2cf6bcca1d5.tar.gz
mod_authnz_pam-48a74baa1e45caf7287cf6aa5688d2cf6bcca1d5.tar.xz
mod_authnz_pam-48a74baa1e45caf7287cf6aa5688d2cf6bcca1d5.zip
Tagging 1.0.0 release.mod_authnz_pam-1.0.0
-rw-r--r--mod_authnz_pam.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index da755cb..3ffa2e0 100644
--- a/mod_authnz_pam.spec
+++ b/mod_authnz_pam.spec
@@ -7,7 +7,7 @@
Summary: PAM authorization checker and PAM Basic Authentication provider
Name: mod_authnz_pam
-Version: 0.9.3
+Version: 1.0.0
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -64,6 +64,9 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam
%{_httpd_moddir}/*.so
%changelog
+* Thu Jun 25 2015 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-1
+- Add support for AuthPAMExpiredRedirect.
+
* Mon Jun 23 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.3-1
- Fix module loading/configuration for Apache 2.4.
- Set PAM_RHOST.