+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)
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])
+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