We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288a22d commit 640851aCopy full SHA for 640851a
NEWS
@@ -1,6 +1,12 @@
1
ipt-ratelimit NEWS
2
==================
3
4
+0.3.1 (2020-04-24)
5
+
6
+ * Maintenance release with small fixes.
7
+ * Kernel compatibility with 5.6.
8
+ * Update contact email.
9
10
0.3 (2017-05-10)
11
12
* Support for CIDR notation.
xt_ratelimit.c
@@ -44,7 +44,7 @@
44
#include "compat.h"
45
#include "xt_ratelimit.h"
46
47
-#define XT_RATELIMIT_VERSION "0.3"
+#define XT_RATELIMIT_VERSION "0.3.1"
48
#include "version.h"
49
#ifdef GIT_VERSION
50
# undef XT_RATELIMIT_VERSION
0 commit comments