File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ 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+ ### 1.13.0
18+
19+ * [ -] avoid unsupported versions of resolvconf
20+ * [ ~ ] add configure and command line option for resolvconf
21+ * [ -] increase BUFSIZ
22+ * [ -] reinitialize static variables with the --persistent option
23+ * [ -] fix Makefile incompatibility with BSD sed
24+ * [ -] fix a memory leak in ipv4_add_nameservers_to_resolv_conf
25+
1726### 1.12.0
1827
1928* [ -] fix CVE-2020 -7043: TLS Certificate CommonName NULL Byte Vulnerability
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.12 .0] )
5+ AC_INIT ( [ openfortivpn] , [ 1.13 .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