summaryrefslogtreecommitdiffstats
path: root/mod_authnz_pam.spec
diff options
context:
space:
mode:
Diffstat (limited to 'mod_authnz_pam.spec')
-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 080a4f4..388400c 100644
--- a/mod_authnz_pam.spec
+++ b/mod_authnz_pam.spec
@@ -6,7 +6,7 @@
Summary: PAM authorization checker and PAM Basic Authentication provider
Name: mod_authnz_pam
-Version: 0.6
+Version: 0.7
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -57,6 +57,9 @@ install -Dp -m 0644 authnz_pam.conf $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam.
%{_httpd_moddir}/*.so
%changelog
+* Thu Jan 09 2014 Jan Pazdziora - 0.7-1
+- Declare all functions static for proper isolation.
+
* Wed Jan 08 2014 Jan Pazdziora - 0.6-1
- Make pam_authenticate_with_login_password available for other modules.
- Reformat documentation to make the Basic Auth usage less prominent.