From cdb6bb6cf01909e84bae99af0d83946884f24611 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 11 Jul 2011 11:10:47 +0200 Subject: ipset 6.8 released --- ChangeLog | 4 ++++ configure.ac | 2 +- kernel/ChangeLog | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7920da..f642d44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/configure.ac b/configure.ac index 107ba02..0e92b1a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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]) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index b74de49..00fdf30 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,10 @@ +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 -- cgit v1.2.3