From 8f79161dc9fde872db07817669624218f1584eb1 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Tue, 7 May 2019 22:54:33 -0500 Subject: [PATCH] Bump version and changelog for 0.994 --- CHANGELOG.md | 19 +++++++++++++++++++ version.h | 6 +++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87be4faf..8ae9403d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## Npcap 0.994 [2019-05-07] + +* Fix the installer options screen, which would immediately proceed to + installation when you clicked on the "Support loopback traffic" option. Fixes + [#1577](http://issues.nmap.org/1577). + +* Use the `/F` option to `SCHTASKS.EXE` in the installer so that the + `npcapwatchdog` task can be successfully overwritten if it is present, though + newer uninstallers also remove the task. Fixes [#1580](http://issues.nmap.org). + +* Fix the `CheckStatus.bat` script run by the `npcapwatchdog` scheduled task to + correctly match output of `reg.exe` on non-English systems. Fixes + [#1582](http://issues.nmap.org/1582). + +* Improve synchronization between WFP (Loopback) and NDIS (control) functions + within the driver, which ought to improve stability during system + sleep/suspend events, particularly an access violation in + `NPF_NetworkClassify` observed via Microsoft crash telemetry. + ## Npcap 0.993 [2019-04-27] * Complete the fix for [#1398](http://issues.nmap.org/1398) that was only diff --git a/version.h b/version.h index 02d7106d..c00c06a5 100644 --- a/version.h +++ b/version.h @@ -87,11 +87,11 @@ #define /* !define /**/ WINPCAP_MINOR 0 #define /* - !define /**/ WINPCAP_REV 993 + !define /**/ WINPCAP_REV 994 #define /* - !define /**/ WINPCAP_BUILD 426 + !define /**/ WINPCAP_BUILD 507 #define /* - !define /**/ WINPCAP_VER_STRING "0.993" + !define /**/ WINPCAP_VER_STRING "0.994" #define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING