+6.3
+ - Testsuite changes: keep temporary files
+ - bitmap:ip,mac type requires "src" for MAC: manpage is updated to reflect
+ the change
+ - Testsuite checks added (SET target and dir parameter checks)
+
6.2
- Manpage update
dnl Boilerplate
-AC_INIT([ipset], [6.2], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.3], [kadlec@blackhole.kfki.hu])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
+6.3
+ - ipset/Kconfig was a mixed up kernel config file, fixed (Michael Tokarev)
+ - bitmap:ip,mac type requires "src" for MAC, enforce it
+ - whitespace fixes: some space before tab slipped in
+ - set match and SET target fixes (bugs reported by Lennert Buytenhek)
+
6.2
- list:set timeout variant fixes
- References are protected by rwlock instead of mutex