]> granicus.if.org Git - ipset/commitdiff
ipset 6.21 released v6.21
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 4 Mar 2014 20:40:26 +0000 (21:40 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 4 Mar 2014 20:40:26 +0000 (21:40 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index f95c73ba3f62587ff6ee8eefa2e394c75f2e5ed1..1521cb939136be0ce482805d38f3ed2ddb186fd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+6.21
+  - ipset: add userspace support for forceadd (Josh Hunt)
+  - kernel: uapi: fix MARKMASK attr ABI breakage (Florian Westphal)
+  - lib: fix ifname 'physdev:' prefix parsing (Florian Westphal)
+  - Prepare the kernel for create option flags when no extension is needed
+  - print mark & mark mask in hex rather then decimal (Vytas Dauksa)
+  - add markmask for hash:ip,mark data type (Vytas Dauksa)
+  - add hash:ip,mark data type to ipset (Vytas Dauksa)
+  - ipset: manpage: correct add action synopsis for hash:net,port,net.
+    (Mart Frauenlob)
+  - ipset: manpage: remove spare comma for hash:net,net test action.
+    (Mart Frauenlob)
+  - Fix all set output from list/save when set with counters in use.
+    (Sergey Popovich)
+  - ipset: Fix malformed output from list/save for ICMP types in port field
+    (Sergey Popovich)
+  - ipset: fix timeout data type size (Nikolay Martynov)
+
 6.20.1
   - build: fix incorrect library versioning (Jan Engelhardt)
   - netfilter: ipset: Fix configure failure when --with-kmod=no
index b88677837a32969836d529409e3b414df4b9f4cb..45129c56394fb57ad1224b648f64325227faa610 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.20.1], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.21], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index e07fa1a23434212018f539408c3f30a572cd37e9..25b4e3a1f34fcd62dd00227def429366be542545 100644 (file)
@@ -1,3 +1,19 @@
+6.21
+  - ipset: add forceadd kernel support for hash set types (Josh Hunt)
+  - netfilter: ipset: move registration message to init from net_init
+    (Ilia Mirkin)
+  - kernel: uapi: fix MARKMASK attr ABI breakage (Florian Westphal)
+  - Prepare the kernel for create option flags when no extension is needed
+  - add markmask for hash:ip,mark data type (Vytas Dauksa)
+  - add hash:ip,mark data type to ipset (Vytas Dauksa)
+  - ipset: remove unused code (Stephen Hemminger)
+  - netfilter: ipset: Add hash: fix coccinelle warnings (Fengguang Wu)
+  - Typo in ip_set_hash_netnet.c fixed (David Binderman)
+  - net ipset: use rbtree postorder iteration instead of opencoding
+    (Cody P Schafer)
+  - ipset: Follow manual page behavior for SET target on list:set
+    (Sergey Popovich)
+
 6.20.1
   - netfilter: ipset: remove duplicate define (Michael Opdenacker)
   - net->user_ns is available starting from 3.8, add compatibility