Skip to content

Commit

Permalink
Bump version and changelog for 0.90 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed May 26, 2017
1 parent f1d88ec commit 128232a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Npcap 0.90 [2017-05-26]

* Fix BSOD introduced in 0.85; Locking while being cleaned up is bad.

* Fix WiFi interruption on Windows 7 in some circumstances, as demonstrated by
inability to connect when Kaspersky Internet Security is installed.

## Npcap 0.86 [2017-04-12]

* Fix BSOD introduced in 0.85; wrong driver build had been packaged. Fixes [#840](http://issues.nmap.org/840)
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 86
!define /**/ WINPCAP_REV 90
#define /*
!define /**/ WINPCAP_BUILD 412
!define /**/ WINPCAP_BUILD 526
#define /*
!define /**/ WINPCAP_VER_STRING "0.86"
!define /**/ WINPCAP_VER_STRING "0.90"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit 128232a

Please sign in to comment.