Skip to content

Commit

Permalink
Bump version and changelog for Npcap 1.50 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jun 22, 2021
1 parent 7b17394 commit 9ba2e23
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

## Npcap 1.40 [2021-06-21]
## Npcap 1.50 [2021-06-22]

* Fixed [#513](http://issues.npcap.org/513) which prevented Npcap 1.40 from installing.

* Npcap can now be installed on Windows 10 for ARM64 devices. Both ARM64 and
x86 DLLs will be installed, allowing existing x86 applications such as Nmap
Expand Down Expand Up @@ -34,6 +36,8 @@
possible (Windows 7 does not support creating scheduled tasks via PowerShell).
Fixes [#498](http://issues.npcap.org/498).

* All PowerShell scripts installed or used during installation are now digitally signed.

* Fix an issue where installation under Citrix Remote Access or other
situations would fail with the message "Installer runtime error 255 at
76539962, Could not load SimpleSC.dll". Fixes [#226](http://issues.npcap.org/226).
Expand All @@ -48,6 +52,11 @@

* Npcap driver no longer excludes adapters based on media type, which may allow
capture on some devices that were previously unavailable.

## Npcap 1.40 [2021-06-21]

* This release was retracted due to installer issues. See [#513](http://issues.npcap.org/513).

## Npcap 1.31 [2021-04-21]

* Fix a bug with the non-default legacy loopback capture support that caused
Expand Down
2 changes: 1 addition & 1 deletion packetWin7/npf/npf/npcap.inf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;-------------------------------------------------------------------------
; NPCAP.INF -- Npcap NDIS 6.x LightWeight Filter Driver
;
; Copyright (c) 2020, Insecure.Com LLC. All rights reserved.
; Copyright (c) 2021, Insecure.Com LLC. All rights reserved.
;------------------------------------------------------------------------
[version]
Signature = "$Windows NT$"
Expand Down
2 changes: 1 addition & 1 deletion packetWin7/npf/npf/npcap_wfp.inf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;-------------------------------------------------------------------------
; NPCAP_WFP.INF -- Npcap NDIS 6.x LightWeight Filter Driver
;
; Copyright (c) 2020, Insecure.Com LLC. All rights reserved.
; Copyright (c) 2021, Insecure.Com LLC. All rights reserved.
;------------------------------------------------------------------------
[version]
Signature = "$Windows NT$"
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
!define /**/ WINPCAP_MINOR 1
/* WINPCAP_REV should be less than 256 to fit in UCHAR */
#define /*
!define /**/ WINPCAP_REV 40
!define /**/ WINPCAP_REV 50
#define /*
!define /**/ WINPCAP_BUILD 614
!define /**/ WINPCAP_BUILD 622
#define /*
!define /**/ WINPCAP_VER_STRING "1.40"
!define /**/ WINPCAP_VER_STRING "1.50"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.10"

Expand Down

0 comments on commit 9ba2e23

Please sign in to comment.