summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2016-11-22 16:00:04 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2016-11-22 16:00:04 +0100
commit299bab912c3e2b396bca77c3f84e019554ffb9de (patch)
tree1fe5e6ca6025b8ee1d9fc0d750cb747837efafd5
parent438bd24fcb47c879227777d83aa0bac3f1326522 (diff)
downloadmod_authnz_pam-1.1.0.tar.gz
mod_authnz_pam-1.1.0.tar.xz
mod_authnz_pam-1.1.0.zip
Tagging 1.1.0 release.mod_authnz_pam-1.1.0
-rw-r--r--README2
-rw-r--r--mod_authnz_pam.c2
-rw-r--r--mod_authnz_pam.spec7
3 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index df556ce..38af66e 100644
--- a/README
+++ b/README
@@ -111,7 +111,7 @@ should build and install the module.
License
-------
-Copyright 2014--2015 Jan Pazdziora
+Copyright 2014--2016 Jan Pazdziora
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/mod_authnz_pam.c b/mod_authnz_pam.c
index 22718ea..fbb43ea 100644
--- a/mod_authnz_pam.c
+++ b/mod_authnz_pam.c
@@ -1,6 +1,6 @@
/*
- * Copyright 2014--2015 Jan Pazdziora
+ * Copyright 2014--2016 Jan Pazdziora
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index 460fcbf..330adaf 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: 1.0.2
+Version: 1.1.0
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -63,6 +63,11 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam
%{_httpd_moddir}/*.so
%changelog
+* Tue Nov 22 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.1.0-1
+- Logging improvements; success logging moved from notice to info level.
+- Fix redirect for AuthPAMExpiredRedirect with Basic Auth.
+- Fix AuthPAMExpiredRedirect %s escaping on Apache 2.2.
+
* Mon Mar 21 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.2-1
- 1319166 - the Requires(pre) httpd does not seem to be needed.