We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2ff95 commit 8ff0fb1Copy full SHA for 8ff0fb1
NEWS
@@ -1,6 +1,10 @@
1
ipt-ratelimit NEWS
2
==================
3
4
+0.3.2 (2020-08-18)
5
+
6
+ * Fix soft lockup if used via nftables.
7
8
0.3.1 (2020-04-24)
9
10
* Maintenance release with small fixes.
xt_ratelimit.c
@@ -44,7 +44,7 @@
44
#include "compat.h"
45
#include "xt_ratelimit.h"
46
47
-#define XT_RATELIMIT_VERSION "0.3.1"
+#define XT_RATELIMIT_VERSION "0.3.2"
48
#include "version.h"
49
#ifdef GIT_VERSION
50
# undef XT_RATELIMIT_VERSION
0 commit comments