diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 14 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 568378b..e53005c 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,17 @@ +openvpn (2.4.0-4) unstable; urgency=medium + + If you're upgrading a previous OpenVPN installation, you should check your + current CRL file expiraton date. "crl-verify" option now also checks that. + Regenerate your CRL file if the expiration date is in the past or your + clients won't be able to connect. + + OpenVPN 2.4 will try to connect using IPv6 first if you're using a hostname + with both A and AAAA entries, if your VPN server is still running a + previous (<2.4) version a long wait may occur until your 2.4 client tries + with the IPv4 address. + + -- Alberto Gonzalez Iniesta <agi@inittab.org> Thu, 02 Feb 2017 14:15:42 +0100 + openvpn (2.4.0-1) unstable; urgency=medium OpenVPN 2.4 removed tls-remote option. Current setups using that option diff --git a/debian/changelog b/debian/changelog index d5c5261..d22f5e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openvpn (2.4.0-4) unstable; urgency=medium + + * Add NEWS entries on possible 2.4 migration issues. + (Closes: #852381, #849909) + + -- Alberto Gonzalez Iniesta <agi@inittab.org> Thu, 02 Feb 2017 14:15:42 +0100 + openvpn (2.4.0-3) unstable; urgency=medium * You shall run debdiff even when the change is only a word, or you may find |