Skip to content

Commit ead0beb

Browse files
committed
release 1.5.0
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 4cdc786 commit ead0beb

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
03/07/2023
2+
- release 1.5.0
3+
14
03/03/2023
25
- add support for regular expressions in Require statements; see https://github.com/zmartzone/mod_oauth2/discussions/39
36
- depend on libpcre2

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.5.0dev],[[email protected]])
1+
AC_INIT([liboauth2],[1.5.0],[[email protected]])
22

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

liboauth2.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Name: liboauth2
1111
URL: https://github.com/zmartzone/liboauth2
1212
Description: OAuth 2.0 / OpenID Connect implementation for C
1313
Version: @VERSION@
14-
Requires: cjose >= 0.5.1, jansson >= 2.3, libcurl, libssl, libcrypto >= 1.0.1@MEMCACHE_PC@@HIREDIS_PC@
14+
Requires: cjose >= 0.5.1, jansson >= 2.3, libcurl, libpcre2-8, libssl, libcrypto >= 1.0.1@MEMCACHE_PC@@HIREDIS_PC@
1515
Cflags: -I${includedir}
1616
Libs: -L${libdir} -loauth2

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/zmartzone/liboauth2
1212
Description: Apache C bindings for liboauth2
1313
Version: @VERSION@
14-
Requires: liboauth2 >= 1.4.0, apr-1, apr-util-1
14+
Requires: liboauth2 >= 1.5.0, 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/zmartzone/liboauth2
1212
Description: NGINX C bindings for liboauth2
1313
Version: @VERSION@
14-
Requires: liboauth2 >= 1.4.0
14+
Requires: liboauth2 >= 1.5.0
1515
Cflags: -I${includedir}
1616
Libs: -L${libdir} -loauth2_nginx

0 commit comments

Comments
 (0)