From 516333e815a4307174058ae75753e8a75d919e64 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 12 Mar 2016 22:01:00 +0100 Subject: ipset 6.28 released --- ChangeLog | 8 ++++++++ configure.ac | 2 +- kernel/ChangeLog | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9d38db5..35cf55a 100644 --- 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 diff --git a/configure.ac b/configure.ac index bb6d673..1988836 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index 3b0016c..b5296fd 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -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 -- cgit v1.2.3