File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ openvpn-dco-dkms (0.2.20241216-debian0) stable; urgency=medium
55 * linux-compat: move UDP_ENCAP_OVPNINUDP to compat file (Antonio Quartulli, 74311c6)
66 * linux-compat: NLA_POLICY_MAX_LEN will be released in 6.13 (Antonio Quartulli, 42a50c2)
77
8- -- Frank Lichtenheld <frank.lichtenheld @openvpn.net> Thu, 21 Nov 2024 23:30:21 +0100
8+ -- Yuriy Darnobyt <yuriy.darnobyt @openvpn.net> Thu, 21 Nov 2024 23:30:21 +0100
Original file line number Diff line number Diff line change 1+ openvpn (2.6.14-debian0) stable; urgency=medium
2+
3+ * preparing release 2.6.14 (Gert Doering, f588592e)
4+ * Allow tls-crypt-v2 to be setup only on initial packet of a session (Arne Schwabe, d3015bfd)
5+ * Fix compatibility with mbedTLS 2.28.10+ and 3.6.3+ (Frank Lichtenheld, 49136280)
6+ * crypto_backend: fix type of enc parameter (Frank Lichtenheld, a421e943)
7+ * dco: fix source IP selection when multihome (Qingfang Deng, b9ad768a)
8+ * GHA: Drop Ubuntu 20.04 and other maintenance (2.6) (Frank Lichtenheld, 40b76047)
9+
10+ -- Yuriy Darnobyt <yuriy.darnobyt@openvpn.net> Wed, 2 Apr 2025 08:53:10 +0200
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GPG_KEY_ID="F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7"
1414# This also helps catch various problems with expired subkeys and public
1515# keys.
1616GPG_OPTS=" --no-default-keyring --keyring ~/.gnupg-security@openvpn.net/pubring.kbx"
17- GIT_AUTHOR=" Frank Lichtenheld <frank.lichtenheld @openvpn.net>"
17+ GIT_AUTHOR=" Yuriy Darnobyt <yuriy.darnobyt @openvpn.net>"
1818
1919# Sometimes we release MSI build only with new INSTALLER_BUILD version
2020# It does not require to tag and push OpenVPN sources again
@@ -23,13 +23,13 @@ GIT_AUTHOR="Frank Lichtenheld <frank.lichtenheld@openvpn.net>"
2323MSI_BUILD_ONLY=" NO"
2424
2525# Version numbers
26- OPENVPN_PREVIOUS_VERSION=" ${OPENVPN_PREVIOUS_VERSION:- 2.6.12 } "
26+ OPENVPN_PREVIOUS_VERSION=" ${OPENVPN_PREVIOUS_VERSION:- 2.6.13 } "
2727OPENVPN_CURRENT_VERSION=" ${OPENVPN_CURRENT_VERSION:- 2.7_git} "
2828OPENVPN_CURRENT_TAG=" ${OPENVPN_CURRENT_TAG:- HEAD} "
2929OPENVPN_PREVIOUS_TAG=" refs/tags/v$OPENVPN_PREVIOUS_VERSION "
3030
3131OPENVPN_GUI_CURRENT_MAJ_VERSION=11
32- OPENVPN_GUI_CURRENT_MIN_VERSION=51
32+ OPENVPN_GUI_CURRENT_MIN_VERSION=52
3333OPENVPN_GUI_CURRENT_FULL_VERSION=" $OPENVPN_GUI_CURRENT_MAJ_VERSION .$OPENVPN_GUI_CURRENT_MIN_VERSION .0.0"
3434OPENVPN_GUI_BRANCH=" master"
3535
You can’t perform that action at this time.
0 commit comments