[Openvpn-devel] OpenVPN 2.6.0 released

2023-01-25 Thread Frank Lichtenheld
The OpenVPN community project team is proud to release OpenVPN 2.6.0. This is the new stable version of OpenVPN with some major new features. Changes since RC2: * Various bugfixes, see https://github.com/OpenVPN/openvpn/blob/v2.6.0/Changes.rst Windows MSI changes since RC2: * Included openvpn-g

[Openvpn-devel] [PATCH applied] Re: dco_linux: update license for ovpn_dco_linux.h

2023-01-25 Thread Gert Doering
Acked-by: Gert Doering (Formally I have no say in this, but someone has to say "yes, this is an acceptable change" - it's an import from ovpn-dco, Antonio is the author, and this was discussed before - so, in it goes) Your patch has been applied to the master and release/2.6 branch. commit 537c

[Openvpn-devel] [PATCH] dco_linux: update license for ovpn_dco_linux.h

2023-01-25 Thread Antonio Quartulli
The linux userspace API header has acquired the MIT license (check the ovpn-dco repository for the related change), therefore we simply bring this change in our local copy to ensure compliancy. Signed-off-by: Antonio Quartulli --- src/openvpn/ovpn_dco_linux.h | 2 +- 1 file changed, 1 insertion(

[Openvpn-devel] [PATCH applied] Re: openvpnmsica: fix adapters discovery logic for DCO

2023-01-25 Thread Gert Doering
And here we have the winning patch for "very last minute before 2.6.0 release" - I hope it won't break Windows installation, as I couldn't actually test it. It does not break Windows compilation :-) (GH is broken, as is most of Microsoft today - local mingw build succeeds) Your patch has been ap