]> granicus.if.org Git - ipset/commitdiff
ipset 6.28 released v6.28
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 12 Mar 2016 21:01:00 +0000 (22:01 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 12 Mar 2016 21:01:00 +0000 (22:01 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index 9d38db56e8e0370a0b6d383255dac8e3bced12bb..35cf55a7ae52fdb68092cf9c12bbcc9bec95b85c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+6.28
+  - Support older pkg-config packages
+  - Add bash completion to the install routine (Mart Frauenlob)
+  - Fix misleading error message with comment extension
+  - Test added to check 0.0.0.0/0,iface to be matched in
+    hash:net,iface type
+  - Fix link with libtool >= 2.4.4 (Olivier Blin)
+
 6.27
   - Handle uint64_t alignment issue in ipset tool
 
index bb6d67305c6a921d57a52c4510273d06e18bc52e..198883675e7ee5d16c7c3a83120411de19c6277a 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.27], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.28], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index 3b0016c39ad1fe2a684b7aaea10a930f1b5d2b3d..b5296fd19b750b1f324c33771fb819361a0fc154 100644 (file)
@@ -1,3 +1,11 @@
+6.28
+  - Check IPSET_ATTR_ETHER netlink attribute length
+  - Fix __aligned_u64 compatibility support for older kernel releases
+  - Add compatibility to support EXPORT_SYMBOL_GPL in module.h
+  - Fix set:list type crash when flush/dump set in parallel
+  - pass down netns pointer to call() and call_rcu() (backport)
+  - allow a 0 netmask with hash_netiface type (Florian Westphal)
+
 6.27
   - Fix reported memory size for hash:* types
   - Fix hash type expire: release empty hash bucket block