Skip to content

Commit

Permalink
Update change log and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Kasper committed Dec 17, 2020
1 parent ec679c2 commit 7030677
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.14 (2020-12-17)
------------------
- Respect X-Forwarded-Proto header for method selection
(Contributed by Ludek Navratil)

- Build via automake (Contributed by @rmacd)

- Fix OpenSSL compatibility issues (Contributed by @rmacd)

- PHP login: Fix occasional invalid signature (suggested by @michelcve)

- PHP login: Fix bauth when password contains ':' (suggested by @ggramaize)

- Maximum uid length increased to 255 chars (to match Apache spec)
(Contributed by @rmacd)

v0.13 (2018-10-15)
------------------
- Add compatibility with OpenSSL 1.1 API (Contributed by Vulpeculus)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set +x

MOD=mod_auth_pubtkt
VERSION=0.13
VERSION=0.14

# nuke rubbish we don't want
find . -type f -name Makefile -delete
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([mod_auth_pubtkt],[0.13],[https://github.com/manuelkasper/mod_auth_pubtkt])
AC_INIT([mod_auth_pubtkt],[0.14],[https://github.com/manuelkasper/mod_auth_pubtkt])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

Expand Down
5 changes: 4 additions & 1 deletion mod_auth_pubtkt.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Ticket-based authorization module for the Apache HTTP Server
Name: mod_auth_pubtkt
Version: 0.13
Version: 0.14
Release: 0
License: Apache
Group: Applications/System
Expand Down Expand Up @@ -45,6 +45,9 @@ rm -rf %{buildroot}
%config %{_sysconfdir}/httpd/conf.d/%{conf_file}

%changelog
* Thu Dec 17 2020 Manuel Kasper <mk@neon1.net> 0.14-0
- Updated to latest version of mod_auth_pubtkt [0.14]

* Wed Jul 24 2019 Ron <ronald@rmacd.com> 0.13-0
- Bump version [0.13]

Expand Down

0 comments on commit 7030677

Please sign in to comment.