Skip to content

Commit 17df45d

Browse files
committed
release 1.6.1
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 1814f5f commit 17df45d

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+
03/11/2024
2+
- release 1.6.1
3+
14
03/08/2024
25
- add support for RFC 8705 OAuth 2.0 Mutual-TLS Certificate-Bound Access Tokens to the NGINX binding
36

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.1dev],[[email protected]])
1+
AC_INIT([liboauth2],[1.6.1],[[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.5.0, apr-1, apr-util-1
14+
Requires: liboauth2 >= 1.6.1, 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.5.0
14+
Requires: liboauth2 >= 1.6.1
1515
Cflags: -I${includedir}
1616
Libs: -L${libdir} -loauth2_nginx

0 commit comments

Comments
 (0)