From: /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org Date: Wed, 20 Jul 2005 09:17:34 +0000 (+0000) Subject: Manpage fix and bumping the version number X-Git-Tag: v2.4.6~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a7689fc281f41548879dd5fb276743ed8bdfbf4;p=thirdparty%2Fipset.git Manpage fix and bumping the version number --- diff --git a/ChangeLog b/ChangeLog index 96d3cceb..32b92d12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2.2.2 + - Jiffies rollover bug in ip_set_iptree reported and fixed by Rob Nielsen + - Compiler warning in the non-SMP case fixed (Marcus Sundberg) + - slab cache names shrunk in order to be compatible with 2.4.* (Marcus + Sundberg) + 2.2.1 - Magic number in ip_set_nethash.h was mistyped (bug reported by Rob Carlson) diff --git a/Makefile b/Makefile index d40ece11..0b72b0e6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ifndef KERNEL_DIR KERNEL_DIR=/usr/src/linux endif -IPSET_VERSION:=2.2.1 +IPSET_VERSION:=2.2.2 PREFIX:=/usr/local LIBDIR:=$(PREFIX)/lib diff --git a/ipset.8 b/ipset.8 index e5c4d82b..5e87af21 100644 --- a/ipset.8 +++ b/ipset.8 @@ -313,7 +313,7 @@ where the CIDR block size must be in the inclusive range of 1-31. In order to avoid clashes in the hash, double-hashing and, as a last resort, dynamic growing of the hash performed. .P -Options to use when creating an iphash set: +Options to use when creating an nethash set: .TP .BR "--hashsize " hashsize The initial hash size (default 1024)