diff --git a/ChangeLog b/ChangeLog index bdfc223..b1050eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +06/24/2024 +- release 1.6.3 + 06/20/2024 - nginx: add nginx_oauth2_set_require to be used with OAuth2Require etc. see OpenIDC/ngx_oauth2_module#7; thanks @smanolache and @pladen diff --git a/configure.ac b/configure.ac index 71ff21b..4da7500 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([liboauth2],[1.6.3dev],[hans.zandbelt@openidc.com]) +AC_INIT([liboauth2],[1.6.3],[hans.zandbelt@openidc.com]) AM_INIT_AUTOMAKE([foreign no-define subdir-objects]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/liboauth2_apache.pc.in b/liboauth2_apache.pc.in index bb5d5a3..60b0e78 100644 --- a/liboauth2_apache.pc.in +++ b/liboauth2_apache.pc.in @@ -11,6 +11,6 @@ Name: liboauth2_apache URL: https://github.com/OpenIDC/liboauth2 Description: Apache C bindings for liboauth2 Version: @VERSION@ -Requires: liboauth2 >= 1.6.2, apr-1, apr-util-1 +Requires: liboauth2 >= 1.6.3, apr-1, apr-util-1 Cflags: -I${includedir} Libs: -L${libdir} -loauth2_apache diff --git a/liboauth2_nginx.pc.in b/liboauth2_nginx.pc.in index 8248a41..f4236a0 100644 --- a/liboauth2_nginx.pc.in +++ b/liboauth2_nginx.pc.in @@ -11,6 +11,6 @@ Name: liboauth2_nginx URL: https://github.com/OpenIDC/liboauth2 Description: NGINX C bindings for liboauth2 Version: @VERSION@ -Requires: liboauth2 >= 1.6.2 +Requires: liboauth2 >= 1.6.3 Cflags: -I${includedir} Libs: -L${libdir} -loauth2_nginx