Skip to content

Commit

Permalink
release 1.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jun 24, 2024
1 parent 8dc6821 commit c94b26f
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 @@
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
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.3dev],[[email protected]])
AC_INIT([liboauth2],[1.6.3],[[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.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
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.6.2
Requires: liboauth2 >= 1.6.3
Cflags: -I${includedir}
Libs: -L${libdir} -loauth2_nginx

0 comments on commit c94b26f

Please sign in to comment.