summaryrefslogtreecommitdiffstats
path: root/mod_authnz_pam.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-03-19 10:48:06 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2014-03-19 10:48:06 +0100
commit38555ef30b752ad3c43517c4c9a93e3032c05996 (patch)
treed421b085d977a21a844f012b961fccf72301523b /mod_authnz_pam.spec
parent3ddf467cbadba121e878699da74b26351a31e547 (diff)
downloadmod_authnz_pam-38555ef30b752ad3c43517c4c9a93e3032c05996.tar.gz
mod_authnz_pam-38555ef30b752ad3c43517c4c9a93e3032c05996.tar.xz
mod_authnz_pam-38555ef30b752ad3c43517c4c9a93e3032c05996.zip
Tagging 0.9 release.mod_authnz_pam-0.9
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 9c3dde4..b124d00 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.8.1
+Version: 0.9
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -59,6 +59,9 @@ install -Dp -m 0644 authnz_pam.conf $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam.
%{_httpd_moddir}/*.so
%changelog
+* Wed Mar 19 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9-1
+- One more function made static for proper isolation.
+
* Thu Jan 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.8.1-1
- Fixing regression from previous change.