diff --git a/ChangeLog b/ChangeLog index 064b317..d970c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +08/01/2019 +- fix STSAcceptSourceTokenIn "struct is null" +- version 3.0.3 + 07/17/2019 - add r->user option to sts_handler by setting STSROPCUsername to "*" - version 3.0.2 diff --git a/configure.ac b/configure.ac index 96cfb66..d6746c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_sts],[3.0.2],[hans.zandbelt@zmartzone.eu]) +AC_INIT([mod_sts],[3.0.3],[hans.zandbelt@zmartzone.eu]) AC_CONFIG_HEADERS([src/config.h]) AM_INIT_AUTOMAKE([foreign no-define subdir-objects])