Skip to content

Commit 640851a

Browse files
committed
Maintenance release 0.3.1
See NEWS.
1 parent 288a22d commit 640851a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS

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

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+
410
0.3 (2017-05-10)
511

612
* Support for CIDR notation.

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"
47+
#define XT_RATELIMIT_VERSION "0.3.1"
4848
#include "version.h"
4949
#ifdef GIT_VERSION
5050
# undef XT_RATELIMIT_VERSION

0 commit comments

Comments
 (0)