+6.22
+ - hash:mac type added to ipset
+ - Add test to check mark mapping
+ - ipset: remove extran newline on debug output (Holger Eitzenberger)
+ - ipset: avoid duplicate command flags (Holger Eitzenberger)
+ - Remove a duplicate debug print (Holger Eitzenberger)
+ - ipset: man: Add the skbinfo extension documentation. (Anton Danilov)
+ - libipset: Add userspace support of the skbinfo extension of the list
+ set type. (Anton Danilov)
+ - libipset: Add userspace support of the skbinfo extension of the hash
+ set types. (Anton Danilov)
+ - libipset: Add userspace support of the skbinfo extension of the
+ bitmap set types. (Anton Danilov)
+ - libipset: Add userspace code for the skbinfo extension support.
+ (Anton Danilov)
+ - Make possible to compile ipset with IPSET_DEBUG from the dist.
+ (Clinton Roy)
+ - libipset: print third element in debugging (Sergey Popovich)
+ - ipset: Handle missing leading zeros in ethernet address parser
+ (Janeks Jaunups)
+ - ipset: Pass IPSET_BIN to test scripts to change binary location
+ (Neutron Soutmun)
+ - ipset: Fix grammar error in manpage (Neutron Soutmun)
+ - ipset: Fix printf format warning (Neutron Soutmun)
+
6.21.1
- The bash utilities are updated
- Fix libipset library release versioning (reported by Mathieu Bridon)
dnl Boilerplate
-AC_INIT([ipset], [6.21.1], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.22], [kadlec@blackhole.kfki.hu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+6.22
+ - hash:mac type added to ipset
+ - skbinfo extension: send nonzero extension elements only to userspace
+ - netfilter: Convert pr_warning to pr_warn (Joe Perches)
+ - netfilter: ipset: Add skbinfo extension support to SET target.
+ (Anton Danilov)
+ - netfilter: ipset: Add skbinfo extension kernel support for the list
+ set type. (Anton Danilov)
+ - netfilter: ipset: Add skbinfo extension kernel support for the hash
+ set types. (Anton Danilov)
+ - netfilter: ipset: Add skbinfo extension kernel support for the
+ bitmap set types. (Anton Danilov)
+ - netfilter: ipset: Add skbinfo extension kernel support in the ipset
+ core. (Anton Danilov)
+ - Fix static checker warning in ip_set_core.c (reported by Dan Carpenter)
+ - Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'
+ (reported by Dan Carpenter)
+ - net/netfilter/ipset: Resolve missing-field-initializer warnings
+ (Mark Rustad)
+ - netnet,netportnet: Fix value range support for IPv4 (Sergey Popovich)
+ - Removed invalid IPSET_ATTR_MARKMASK validation (Vytas Dauksa)
+
6.21.1
- netfilter: ip_set: rename nfnl_dereference()/nfnl_set()
(Patrick McHardy)