Skip to content

Commit

Permalink
Bump changelog and version for 1.76 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller-nmap committed Jul 20, 2023
1 parent 76e3b52 commit 34c8822
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Npcap 1.76 [2023-07-19]

* Our code signing key has been reissued to "Nmap Software LLC" replacing the
old "Insecure.Com LLC" subject name.

* Improve performance of the driver by reducing lock contention and
consolidating data copy operations. This may help address
[#663](http://issues.npcap.org/663).

* Additional fixes to locking discipline to potentially address a BSoD issue, [#679](http://issues.npcap.org/679).

## Npcap 1.75 [2023-04-27]

* Fix a critical regression in Npcap 1.74 which caused all captured packets to
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
!define /**/ WINPCAP_MINOR 1
/* WINPCAP_REV should be less than 256 to fit in UCHAR */
#define /*
!define /**/ WINPCAP_REV 75
!define /**/ WINPCAP_REV 76
#define /*
!define /**/ WINPCAP_BUILD 426
!define /**/ WINPCAP_BUILD 719
#define /*
!define /**/ WINPCAP_VER_STRING "1.75"
!define /**/ WINPCAP_VER_STRING "1.76"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.14"

Expand Down

0 comments on commit 34c8822

Please sign in to comment.