Skip to content

Commit 3377cc1

Browse files
openfortivpn version 1.13.0
1 parent 1be7caa commit 3377cc1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ 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.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

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

0 commit comments

Comments
 (0)