From 3fc2df107934c41996e222060356ddc66bb94dca Mon Sep 17 00:00:00 2001
From: Dimitri Papadopoulos
 <3234522+DimitriPapadopoulos@users.noreply.github.com>
Date: Sun, 22 Mar 2020 08:31:21 +0100
Subject: [PATCH] openfortivpn version 1.13.0

---
 CHANGELOG.md | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4758e54..235f41e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,15 @@ Releases
 This high level changelog is usually updated when a release is tagged.
 On the master branch there may be changes that are not (yet) described here.
 
+### 1.13.0
+
+* [-] avoid unsupported versions of resolvconf
+* [~] add configure and command line option for resolvconf
+* [-] increase BUFSIZ
+* [-] reinitialize static variables with the --persistent option
+* [-] fix Makefile incompatibility with BSD sed
+* [-] fix a memory leak in ipv4_add_nameservers_to_resolv_conf
+
 ### 1.12.0
 
 * [-] fix CVE-2020-7043: TLS Certificate CommonName NULL Byte Vulnerability
diff --git a/configure.ac b/configure.ac
index 8d896aa..6152bf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.63])
-AC_INIT([openfortivpn], [1.12.0])
+AC_INIT([openfortivpn], [1.13.0])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 
-- 
GitLab