File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,19 @@ Releases
1414This high level changelog is usually updated when a release is tagged.
1515On 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
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.63] )
5- AC_INIT ( [ openfortivpn] , [ 1.23.1 ] )
5+ AC_INIT ( [ openfortivpn] , [ 1.24.0 ] )
66AC_CONFIG_SRCDIR ( [ src/main.c] )
77AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
88
You can’t perform that action at this time.
0 commit comments