Skip to content

Commit

Permalink
Bump version and changelog for 0.95 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Oct 20, 2017
1 parent 09dbee8 commit 3644c54
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Npcap 0.95 [2017-10-19]

* When upgrading, existing installation options will be retrieved from the
Registry. Command-line installer options will still override these.

* The installer detects Win10pcap as distinct from WinPcap; since the installer
cannot uninstall Win10pcap, WinPcap API-compatible mode will be disabled in
the installer when it is present. Fixes [#999](https://issues.nmap.org/999).

* The npcap.cat file is no longer dual-signed; since it was not a PE
executable, only one signature is supported. The invalid signature was
causing some installation failures. Fixes [#994](https://issues.nmap.org/994).

* Silent installs will not downgrade the Npcap version unless the new
`/downgrade=yes` option is given. Any version of [Npcap OEM](https://nmap.org/npcap/oem/)
will be considered a "newer version" than any non-OEM version.

## Npcap 0.94 [2017-08-29]

* Npcap no longer prevents checksum offloading and Large Send Offloading on
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 94
!define /**/ WINPCAP_REV 95
#define /*
!define /**/ WINPCAP_BUILD 829
!define /**/ WINPCAP_BUILD 1019
#define /*
!define /**/ WINPCAP_VER_STRING "0.94"
!define /**/ WINPCAP_VER_STRING "0.95"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit 3644c54

Please sign in to comment.