summaryrefslogtreecommitdiffstats
path: root/kernel/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-03-19 11:20:57 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-03-19 11:20:57 +0100
commitf4cc1901f1387faac6df3032ddf73f2a52da4fde (patch)
tree4acd5533109f3cb86e6f2ac8b096ff49a38b8a03 /kernel/ChangeLog
parent9d001ebc259d84a91321b0c339e55e5b0557ef1b (diff)
ipset 6.1 releasedv6.1
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r--kernel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 086fe43..e7f747b 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,9 @@
+6.1
+ - The hash:*port* types ignored the address range with non TCP/UDP, fixed
+ - Fix checking the revision number of the set type at create command
+ - SCTP, UDPLITE support to hash:*port* types added
+ - Fix revision reporting got broken by the revision checking patch
+
6.0
- Reorganized kernel/ subdir
- netfilter: ipset: fix linking with CONFIG_IPV6=n (Patrick McHardy)