We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d3236 commit 1374726Copy full SHA for 1374726
CHANGELOG.md
@@ -14,6 +14,10 @@ Releases
14
This high level changelog is usually updated when a release is tagged.
15
On the master branch there may be changes that are not (yet) described here.
16
17
+### 1.24.1
18
+
19
+* [-] fix regression where the `plugin` was not passed to pppd
20
21
### 1.24.0
22
23
* [+] add OpenSSL 3.0+ PKCS#11 support using OSSL_STORE API
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.63])
5
-AC_INIT([openfortivpn], [1.24.0])
+AC_INIT([openfortivpn], [1.24.1])
6
AC_CONFIG_SRCDIR([src/main.c])
7
AM_INIT_AUTOMAKE([foreign subdir-objects])
8
0 commit comments