From: Jozsef Kadlecsik Date: Wed, 16 Mar 2016 08:07:18 +0000 (+0100) Subject: ipset 6.29 released X-Git-Tag: v6.29^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60fe75608071e95eb84ffe8686cf0e9d223b7a9e;p=ipset ipset 6.29 released --- diff --git a/ChangeLog b/ChangeLog index 35cf55a..af99386 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +6.29 + - Suppress unnecessary stderr in command loop for resize and list + - Correction in comment test + - Support chroot buildroots (reported by Jan Engelhardt) + - Fix "configure" breakage due to pkg-config related changes + (reported by Jan Engelhardt) + 6.28 - Support older pkg-config packages - Add bash completion to the install routine (Mart Frauenlob) diff --git a/configure.ac b/configure.ac index b05646b..7156ab8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [6.28], [kadlec@blackhole.kfki.hu]) +AC_INIT([ipset], [6.29], [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 b5296fd..8ee92c6 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,6 @@ +6.29 + - Fix race condition in ipset save, swap and delete (Vishwanath Pai) + 6.28 - Check IPSET_ATTR_ETHER netlink attribute length - Fix __aligned_u64 compatibility support for older kernel releases