+6.8
+ - Update the manpage and document the limits in hash:net,iface.
+ - README file corrections from Richard Lucassen
+
6.7
- Whitespace and coding fixes, detected by checkpatch.pl
- hash:net,iface type introduced
dnl Boilerplate
-AC_INIT([ipset], [6.7], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.8], [kadlec@blackhole.kfki.hu])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
+6.8
+ - Fix compiler warnings "'hash_ip4_data_next' declared inline after being
+ called" (Chris Friesen)
+ - hash:net,iface fixed to handle overlapping nets behind different
+ interfaces
+ - Make possible to hash some part of the data element only.
+
6.7
- Whitespace and coding fixes, detected by checkpatch.pl
- hash:net,iface type introduced