diff --git a/.gitignore b/.gitignore index 1ccd7f2..2c09c98 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /mod_authnz_pam-1.0.0.tar.gz /mod_authnz_pam-1.0.1.tar.gz /mod_authnz_pam-1.0.2.tar.gz +/mod_authnz_pam-1.1.0.tar.gz diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec index 7b8b030..7106941 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 - 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 - 1.0.2-1 - 1319166 - the Requires(pre) httpd does not seem to be needed. diff --git a/sources b/sources index ec3e7e6..00b8858 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6014627850b1d26211ed18685e5c42b1 mod_authnz_pam-1.0.2.tar.gz +ff7caeb21bf627633cee33a464d474b8 mod_authnz_pam-1.1.0.tar.gz