+6.23
+ - The utils are updated from their sources
+ - Order create and add options in manpage so that generic ones
+ come first
+ - Centralise generic create options (family, hashsize, maxelem)
+ on top of man page in the generic options section. (Mart Frauenlob)
+ - Support glibc < 2.9 (fixes bugzilla id #891)
+ - Add description of hash:mac set type to man page. (Mart Frauenlob)
+ - Add missing space for skbinfo option synopsis. (Mart Frauenlob)
+ - The library/API versions were forgotten to bump (reported by
+ Sergei Zhirikov)
+ - Retry printing when sprintf fails (reported by Stig Thormodsrud)
+
6.22
- hash:mac type added to ipset
- Add test to check mark mapping
dnl Boilerplate
-AC_INIT([ipset], [6.22], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.23], [kadlec@blackhole.kfki.hu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+6.23
+ - Support updating extensions when the set is full
+ (fixes bugzilla id #880)
+
6.22
- hash:mac type added to ipset
- skbinfo extension: send nonzero extension elements only to userspace