Skip to content

Commit

Permalink
Bump version and changelog for 0.996
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jun 15, 2019
1 parent c2168e9 commit 719d645
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Npcap 0.996 [2019-06-15]

* Fix a crash when stopping the npcap driver service, such as when upgrading
Npcap, `DRIVER_IRQL_NOT_LESS_OR_EQUAL` in `NPF_DetachAdapter`. Since Npcap
0.994 and 0.995 may crash when upgrading, the installer will offer to disable
the npcap driver service if it is running, allowing the user to reboot and
attempt the install again, avoiding a crash. Fixes [#1626](http://issues.nmap.org/1626).

* Ensure the uninstaller for the previous version of Nmap is called when
upgrading. Npcap 0.95 through 0.995 erroneously skipped this step in simple
non-silent upgrades, which could cause multiple Npcap Loopback Adapters to be
installed.

## Npcap 0.995 [2019-05-10]

* Fix a crash reported via Microsoft crash telemetry,
Expand All @@ -12,7 +25,7 @@

* 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).
newer uninstallers also remove the task. Fixes [#1580](http://issues.nmap.org/1580).

* Fix the `CheckStatus.bat` script run by the `npcapwatchdog` scheduled task to
correctly match output of `reg.exe` on non-English systems. Fixes
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 995
!define /**/ WINPCAP_REV 996
#define /*
!define /**/ WINPCAP_BUILD 510
!define /**/ WINPCAP_BUILD 611
#define /*
!define /**/ WINPCAP_VER_STRING "0.995"
!define /**/ WINPCAP_VER_STRING "0.996"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit 719d645

Please sign in to comment.