Skip to content

Commit

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

03/03/2023
- add support for regular expressions in Require statements; see https://github.com/zmartzone/mod_oauth2/discussions/39
- depend on libpcre2
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.5.0dev],[[email protected]])
AC_INIT([liboauth2],[1.5.0],[[email protected]])

AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion liboauth2.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Name: liboauth2
URL: https://github.com/zmartzone/liboauth2
Description: OAuth 2.0 / OpenID Connect implementation for C
Version: @VERSION@
Requires: cjose >= 0.5.1, jansson >= 2.3, libcurl, libssl, libcrypto >= 1.0.1@MEMCACHE_PC@@HIREDIS_PC@
Requires: cjose >= 0.5.1, jansson >= 2.3, libcurl, libpcre2-8, libssl, libcrypto >= 1.0.1@MEMCACHE_PC@@HIREDIS_PC@
Cflags: -I${includedir}
Libs: -L${libdir} -loauth2
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/zmartzone/liboauth2
Description: Apache C bindings for liboauth2
Version: @VERSION@
Requires: liboauth2 >= 1.4.0, apr-1, apr-util-1
Requires: liboauth2 >= 1.5.0, 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/zmartzone/liboauth2
Description: NGINX C bindings for liboauth2
Version: @VERSION@
Requires: liboauth2 >= 1.4.0
Requires: liboauth2 >= 1.5.0
Cflags: -I${includedir}
Libs: -L${libdir} -loauth2_nginx

0 comments on commit ead0beb

Please sign in to comment.