]> granicus.if.org Git - ipset/commitdiff
ipset 6.30 released v6.30
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 17 Oct 2016 11:50:14 +0000 (13:50 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 17 Oct 2016 11:50:14 +0000 (13:50 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index af993866891e03d0374760f485d83e6c88e4a14e..ebf87714fc663c370480efee21e6eee46a5f03bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+6.30
+  - Drop extra comma from error message (Neutron Soutmun)
+  - Fix the incorrect dynamic/static modules list (Neutron Soutmun)
+  - Correct tests to check the number of entries too
+  - hash:ipmac type support added to ipset, userspace part (Tomasz Chilinski)
+
 6.29
   - Suppress unnecessary stderr in command loop for resize and list
   - Correction in comment test
index 538b6f41c0a7169edd3e89de6712dafe9862a349..432c108d7137273a50650ce006b03255f15a3065 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.29], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.30], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index 8ee92c65f1188d8a8ef49bd0bb2ed0d6fb644fcc..60b300b92ac200259fcc9d92b29c8e259479f3dc 100644 (file)
@@ -1,3 +1,23 @@
+6.30
+  - netfilter: ipset: hash: fix boolreturn.cocci warnings
+    (Fengguang Wu)
+  - Fix the nla_put_net64() API changes backport
+  - netfilter: ipset: Fixing unnamed union init (Elad Raz)
+  - netfilter: x_tables: Use par->net instead of computing from the passed
+    net devices (Eric W. Biederman)
+  - Correct the reported memory size for bitmap:* types
+  - Fix coding styles reported by checkpatch.pl, already in kernel
+  - netfilter: x_tables: Pass struct net in xt_action_param
+    (Eric W. Biederman)
+  - net: sched: fix skb->protocol use in case of accelerated vlan path
+    (Jiri Pirko)
+  - Check IPSET_ATTR_ETHER netlink attribute length in hash:ipmac too
+  - netfilter: fix include files for compilation (Mikko Rapeli)
+  - ipset: Backports for the nla_put_net64() API changes (Neutron Soutmun)
+  - netfilter: ipset: use setup_timer() and mod_timer().
+    (Muhammad Falak R Wani)
+  - hash:ipmac type support added to ipset (Tomasz Chilinski)
+
 6.29
   - Fix race condition in ipset save, swap and delete (Vishwanath Pai)