]> granicus.if.org Git - ipset/commitdiff
ipset 6.29 released v6.29
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 16 Mar 2016 08:07:18 +0000 (09:07 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 16 Mar 2016 08:07:18 +0000 (09:07 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index 35cf55a7ae52fdb68092cf9c12bbcc9bec95b85c..af993866891e03d0374760f485d83e6c88e4a14e 100644 (file)
--- 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)
index b05646b351a55cbd89e375ad73146d2eb544bfa4..7156ab84deb56e7ea3cabe0a14fa2b7376a23ba5 100644 (file)
@@ -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])
index b5296fd19b750b1f324c33771fb819361a0fc154..8ee92c65f1188d8a8ef49bd0bb2ed0d6fb644fcc 100644 (file)
@@ -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