Skip to content

Commit 1374726

Browse files
openfortivpn 1.24.1
1 parent 42d3236 commit 1374726

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ 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+
### 1.24.1
18+
19+
* [-] fix regression where the `plugin` was not passed to pppd
20+
1721
### 1.24.0
1822

1923
* [+] add OpenSSL 3.0+ PKCS#11 support using OSSL_STORE API

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.24.0])
5+
AC_INIT([openfortivpn], [1.24.1])
66
AC_CONFIG_SRCDIR([src/main.c])
77
AM_INIT_AUTOMAKE([foreign subdir-objects])
88

0 commit comments

Comments
 (0)