Skip to content

Commit 9230413

Browse files
pgporadaadrienverge
authored andcommitted
openfortivpn 1.24.0
1 parent 99393a7 commit 9230413

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@ Releases
1414
This high level changelog is usually updated when a release is tagged.
1515
On the master branch there may be changes that are not (yet) described here.
1616

17-
### not released yet
18-
19-
* [~] remove deprecated option "plugin"
17+
### 1.24.0
18+
19+
* [+] add OpenSSL 3.0+ PKCS#11 support using OSSL_STORE API
20+
* [+] add OpenSSL Engine support (with OpenSSL < 3.0)
21+
* [+] update package links for distros in README
22+
* [~] remove deprecated option `--plugin`
23+
* [~] increase the maximum size of the proxy response
24+
* [~] route: always remove wrong pppd route to self
25+
* [-] fix several Coverity warnings
26+
* [-] fix a memory leak in new ipv4_drop_wrong_route method
27+
* [-] HTTP: fixes missing '\0' in debug
28+
* [-] IO: fixes a RC use after free
29+
* [-] SSL: Avoid leaking SSL context
2030

2131
### 1.23.1
2232

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([openfortivpn], [1.23.1])
5+
AC_INIT([openfortivpn], [1.24.0])
66
AC_CONFIG_SRCDIR([src/main.c])
77
AM_INIT_AUTOMAKE([foreign subdir-objects])
88

0 commit comments

Comments
 (0)