Skip to content

Commit

Permalink
Bump version and changelog for 0.9997 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Aug 25, 2020
1 parent c73f366 commit 89a9ee8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## Npcap 0.9997 [2020-08-25]

* Fix an integer underflow in the amount of free buffer space available leading
to excessive memory consumption. Fixes [#223](http://issues.npcap.org/223).

* Significantly reduced per-packet memory overhead for packets in the kernel capture buffer.

* Replaced object pool/slab allocator with Windows lookaside lists, improving
performance by avoiding spinlocks and allowing the system to adjust memory
consumption.

## Npcap 0.9996 [2020-08-07]

* Fix a runaway memory leak triggered by low-resources condition leading to
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 9996
!define /**/ WINPCAP_REV 9997
#define /*
!define /**/ WINPCAP_BUILD 806
!define /**/ WINPCAP_BUILD 824
#define /*
!define /**/ WINPCAP_VER_STRING "0.9996"
!define /**/ WINPCAP_VER_STRING "0.9997"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit 89a9ee8

Please sign in to comment.