From 34c882219170bbc5a6ed97aa6f137b3ab0c7ca1e Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Thu, 20 Jul 2023 14:10:30 -0700 Subject: [PATCH] Bump changelog and version for 1.76 release --- CHANGELOG.md | 11 +++++++++++ version.h | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921c5c9d..12971f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.h b/version.h index e3ebb2a4..ffb7d63d 100644 --- a/version.h +++ b/version.h @@ -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"