Skip to content

Commit

Permalink
release 1.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Mar 11, 2024
1 parent 1814f5f commit 17df45d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
03/11/2024
- release 1.6.1

03/08/2024
- add support for RFC 8705 OAuth 2.0 Mutual-TLS Certificate-Bound Access Tokens to the NGINX binding

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([liboauth2],[1.6.1dev],[[email protected]])
AC_INIT([liboauth2],[1.6.1],[[email protected]])

AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion liboauth2_apache.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Name: liboauth2_apache
URL: https://github.com/OpenIDC/liboauth2
Description: Apache C bindings for liboauth2
Version: @VERSION@
Requires: liboauth2 >= 1.5.0, apr-1, apr-util-1
Requires: liboauth2 >= 1.6.1, apr-1, apr-util-1
Cflags: -I${includedir}
Libs: -L${libdir} -loauth2_apache
2 changes: 1 addition & 1 deletion liboauth2_nginx.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Name: liboauth2_nginx
URL: https://github.com/OpenIDC/liboauth2
Description: NGINX C bindings for liboauth2
Version: @VERSION@
Requires: liboauth2 >= 1.5.0
Requires: liboauth2 >= 1.6.1
Cflags: -I${includedir}
Libs: -L${libdir} -loauth2_nginx

0 comments on commit 17df45d

Please sign in to comment.