Skip to content

Commit c94b26f

Browse files
committed
release 1.6.3
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 8dc6821 commit c94b26f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
06/24/2024
2+
- release 1.6.3
3+
14
06/20/2024
25
- nginx: add nginx_oauth2_set_require to be used with OAuth2Require etc.
36
see OpenIDC/ngx_oauth2_module#7; thanks @smanolache and @pladen

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([liboauth2],[1.6.3dev],[[email protected]])
1+
AC_INIT([liboauth2],[1.6.3],[[email protected]])
22

33
AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
44
AC_CONFIG_MACRO_DIR([m4])

liboauth2_apache.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Name: liboauth2_apache
1111
URL: https://github.com/OpenIDC/liboauth2
1212
Description: Apache C bindings for liboauth2
1313
Version: @VERSION@
14-
Requires: liboauth2 >= 1.6.2, apr-1, apr-util-1
14+
Requires: liboauth2 >= 1.6.3, apr-1, apr-util-1
1515
Cflags: -I${includedir}
1616
Libs: -L${libdir} -loauth2_apache

liboauth2_nginx.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Name: liboauth2_nginx
1111
URL: https://github.com/OpenIDC/liboauth2
1212
Description: NGINX C bindings for liboauth2
1313
Version: @VERSION@
14-
Requires: liboauth2 >= 1.6.2
14+
Requires: liboauth2 >= 1.6.3
1515
Cflags: -I${includedir}
1616
Libs: -L${libdir} -loauth2_nginx

0 commit comments

Comments
 (0)