diff options
-rw-r--r-- | debian/NEWS | 8 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 420734d..568378b 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,11 @@ +openvpn (2.4.0-1) unstable; urgency=medium + + OpenVPN 2.4 removed tls-remote option. Current setups using that option + will fail to work. Update your configuration to use verify-x509-name + instead. + + -- Alberto Gonzalez Iniesta <agi@inittab.org> Tue, 27 Dec 2016 22:50:20 +0100 + openvpn (2.3~rc1-1) experimental; urgency=low auth-pam and down-root plugins renamed to: diff --git a/debian/changelog b/debian/changelog index a8755dc..aa6a403 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ openvpn (2.4.0-1) unstable; urgency=medium * New upstream release. * Refresh debian/patches to new upstream coding style. + * debian/NEWS.Debian. Add note on removed tls-remote option + (Closes: #848062) -- Alberto Gonzalez Iniesta <agi@inittab.org> Tue, 27 Dec 2016 18:29:43 +0100 |