Skip to content

Commit 8ff0fb1

Browse files
committed
Bugfix release 0.3.2
- Fix soft lockup if used via nftables.
1 parent 5b2ff95 commit 8ff0fb1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ipt-ratelimit NEWS
22
==================
33

4+
0.3.2 (2020-08-18)
5+
6+
* Fix soft lockup if used via nftables.
7+
48
0.3.1 (2020-04-24)
59

610
* Maintenance release with small fixes.

xt_ratelimit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include "compat.h"
4545
#include "xt_ratelimit.h"
4646

47-
#define XT_RATELIMIT_VERSION "0.3.1"
47+
#define XT_RATELIMIT_VERSION "0.3.2"
4848
#include "version.h"
4949
#ifdef GIT_VERSION
5050
# undef XT_RATELIMIT_VERSION

0 commit comments

Comments
 (0)