Skip to content

Commit

Permalink
Bump version and changelog for 0.994
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed May 8, 2019
1 parent 0aa3544 commit 8f79161
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f79161

Please sign in to comment.