Skip to content

Commit

Permalink
Reorder changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Sep 16, 2024
1 parent 7022f24 commit 208a666
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
## Npcap 1.80 [2024-09-16]

* Due to Microsoft's deprecation of software publisher certificates with kernel-mode signing
capability, installations of Npcap on Windows 7, 8, and 8.1 will use the Npcap 1.79 driver by
default. The Npcap 1.80 driver can be chosen in the GUI and via the `/latest_driver=yes`
command-line option if driver signing is disabled in Windows. See [#751](http://issues.npcap.org/751).

* Addressed faults found with Application Verifier: `WSACleanup()` was not being called in some
cases, and in other cases was called from the `DllMain()` function of `wpcap.dll`, which Microsoft
warns may cause deadlocks. Fixes [#742](http://issues.npcap.org/742).

* On ARM64, Npcap now installs ARM64X pure-forwarder DLLs so that Npcap can be used by x86_64
processes running under emulation as well as x86 and ARM64 processes. Programmers do not need to
make any special changes to take advantage of this feature. Fixes [#585](http://issues.npcap.org/585).
Expand All @@ -18,6 +9,15 @@
on top of the virtual function driver. Others that use a virtual function only, such as Broadcom,
are now supported. Fixes [#34](http://issues.npcap.org/34).

* Due to Microsoft's deprecation of software publisher certificates with kernel-mode signing
capability, installations of Npcap on Windows 7, 8, and 8.1 will use the Npcap 1.79 driver by
default. The Npcap 1.80 driver can be chosen in the GUI and via the `/latest_driver=yes`
command-line option if driver signing is disabled in Windows. See [#751](http://issues.npcap.org/751).

* Addressed faults found with Application Verifier: `WSACleanup()` was not being called in some
cases, and in other cases was called from the `DllMain()` function of `wpcap.dll`, which Microsoft
warns may cause deadlocks. Fixes [#742](http://issues.npcap.org/742).

* Fixed a BSoD crash due to a race condition between `NPF_DetachAdapter` and
`NPF_Cleanup` when closing a capture handle. Fixes [#746](http://issues.npcap.org/746).

Expand Down

0 comments on commit 208a666

Please sign in to comment.