Skip to content

Commit 1789526

Browse files
committed
Bump version to 2.2.2 & other fixups
1 parent 3402f8b commit 1789526

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

Diff for: CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,9 @@ WinDivert 2.2.0
312312
- Implement new packet parser that correctly handles IP fragments.
313313
- Add a new "fragment" filter field that matches IP fragments.
314314
- (Un)Loading the WinDivert driver will cause a system event to be logged.
315+
WinDivert 2.2.1
316+
- Fix potential driver deadlock on user-mode program crash.
317+
- Fix filter language simplification bug.
318+
- Fix Flow.EndpointId containing junk data.
319+
WinDivert 2.2.2
320+
- Fix potential WinDivertClose() BSOD for WINDIVERT_LAYER_FLOW handles.

Diff for: README

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WinDivert 2.2: Windows Packet Divert
55
---------------
66

77
Windows Packet Divert (WinDivert) is a user-mode packet interception library
8-
for Windows 7, Windows 8 and Windows 10.
8+
for Windows 10, Windows 11, and Windows Server.
99

1010
WinDivert enables user-mode capturing/modifying/dropping of network packets
1111
sent to/from the Windows network stack. In summary, WinDivert can:

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

Diff for: doc/windivert.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>Table of Contents</h2>
7272
<p>
7373
WinDivert is a powerful user-mode
7474
capture/sniffing/modification/blocking/re-injection package for
75-
Windows 7, Windows 8 and Windows 10.
75+
Windows 10, Windows 11, and Windows Server.
7676
WinDivert can be used to implement user-mode packet filters, packet sniffers,
7777
firewalls, NAT, VPNs, tunneling applications, etc., without the need to
7878
write kernel-mode code.

Diff for: inf/windivert32.inf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Class = WFPCALLOUTS
44
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
55
Provider = %Basil%
66
CatalogFile = WinDivert32.Cat
7-
DriverVer = 01/08/2022,2.2.1
7+
DriverVer = 01/09/2022,2.2.2
88

99
[SourceDisksNames]
1010
1 = %DiskName%

Diff for: inf/windivert64.inf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Class = WFPCALLOUTS
44
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
55
Provider = %Basil%
66
CatalogFile = WinDivert64.Cat
7-
DriverVer = 01/08/2022,2.2.1
7+
DriverVer = 01/09/2022,2.2.2
88

99
[SourceDisksNames]
1010
1 = %DiskName%

0 commit comments

Comments
 (0)