+6.17
+ - Fix revision printing in XML mode (reported by Mart Frauenlob)
+ - Correct "Suspicious condition (assignment + comparison)" (Thomas Jarosch)
+ - Fix error path when protocol number is used with port range
+ - Interactive mode error after syntax error (reported by Mart Frauenlob)
+ - The ipset_bash_completion tool is added
+ - The ipset_list tool is added
+
6.16
- Remove all modules before testing resize
- build: support for Linux 3.7 UAPI (Jan Engelhardt)
./update ip_set_hash.h
./update ip_set_list.h
+update_utils:
+ wget -O /tmp/ipset-bash-completion.tar.gz http://sourceforge.net/projects/ipset-bashcompl/files/latest/download
+ cd utils/ipset_bash_completion; tar xz --strip-components=1 -f /tmp/ipset-bash-completion.tar.gz
+ rm -f /tmp/ipset-bash-completion.tar.gz
+ wget -O /tmp/ipset-list.tar.gz http://sourceforge.net/projects/ipset-list/files/latest/download
+ cd utils/ipset_list; tar xz --strip-components=1 -f /tmp/ipset-list.tar.gz
+ rm -f /tmp/ipset-list.tar.gz
+
tests:
cd tests; ./runtest.sh
dnl Boilerplate
-AC_INIT([ipset], [6.16.1], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.17], [kadlec@blackhole.kfki.hu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
+6.17
+ - Make sure ip_set_max isn't set to IPSET_INVALID_ID
+ - netfilter: ipset: timeout values corrupted on set resize (Josh Hunt)
+ - "Directory not empty" error message (reported by John Brendler)
+
6.16.1
- Add ipset package version to external module description
- Backport RCU handling up to 2.6.32.x