-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #524 from OpenVPN/master-merge
Merge 2.6.8 release to master
- Loading branch information
Showing
6 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
openvpn-dco-dkms (0.2.20231117-debian0) stable; urgency=medium | ||
|
||
* ovpn-dco: Fix non-RHEL kernel builds (David Sommerseth, f2a8a33) | ||
* ovpn-dco: rework RHEL compatibility checks and include RHEL9.3 (Antonio Quartulli, eb44394) | ||
* ovpn-dco: warn if peer is dead in ovpn_tcp_read_sock() (Antonio Quartulli, 0613e71) | ||
* ovpn-dco: fix refcount imbalance upon RX in case of full ring (Antonio Quartulli, 7b7a28f) | ||
|
||
-- Yuriy Darnobyt <yuriy.darnobyt@openvpn.net> Thu, 16 Nov 2023 15:11:55 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
openvpn (2.6.8-debian0) stable; urgency=medium | ||
|
||
* preparing release 2.6.8 (Gert Doering, 3b0d9489) | ||
* Warn if pushed options require DHCP (Lev Stipakov, 6127858f) | ||
* Make --dns options apply for tap-windows6 driver (Lev Stipakov, 0acba3cc) | ||
* Do not check key_state buffers that are in S_UNDEF state (Arne Schwabe, b90ec6da) | ||
* config.h: fix incorrect defines for _wopen() (Lev Stipakov, 0c174e4e) | ||
* doc: Correct typos in multiple documentation files (Aquila Macedo, 457f468a) | ||
* platform.c: Do not depend Windows build on HAVE_CHDIR (Frank Lichtenheld, b705517b) | ||
|
||
-- Yuriy Darnobyt <yuriy.darnobyt@openvpn.net> Fri, 17 Nov 2023 08:23:51 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ovpn-dco
updated
3 files
+1 −13 | Makefile | |
+11 −3 | drivers/net/ovpn-dco/tcp.c | |
+28 −8 | linux-compat.h |