[netfilter-cvslog] r4139 - trunk/ipset

kadlec at netfilter.org kadlec at netfilter.org
Wed Jul 20 11:17:35 CEST 2005


Author: kadlec at netfilter.org
Date: 2005-07-20 11:17:34 +0200 (Wed, 20 Jul 2005)
New Revision: 4139

Modified:
   trunk/ipset/ChangeLog
   trunk/ipset/Makefile
   trunk/ipset/ipset.8
Log:
Manpage fix and bumping the version number


Modified: trunk/ipset/ChangeLog
===================================================================
--- trunk/ipset/ChangeLog	2005-07-20 09:15:15 UTC (rev 4138)
+++ trunk/ipset/ChangeLog	2005-07-20 09:17:34 UTC (rev 4139)
@@ -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)

Modified: trunk/ipset/Makefile
===================================================================
--- trunk/ipset/Makefile	2005-07-20 09:15:15 UTC (rev 4138)
+++ trunk/ipset/Makefile	2005-07-20 09:17:34 UTC (rev 4139)
@@ -8,7 +8,7 @@
 KERNEL_DIR=/usr/src/linux
 endif
 
-IPSET_VERSION:=2.2.1
+IPSET_VERSION:=2.2.2
 
 PREFIX:=/usr/local
 LIBDIR:=$(PREFIX)/lib

Modified: trunk/ipset/ipset.8
===================================================================
--- trunk/ipset/ipset.8	2005-07-20 09:15:15 UTC (rev 4138)
+++ trunk/ipset/ipset.8	2005-07-20 09:17:34 UTC (rev 4139)
@@ -313,7 +313,7 @@
 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)




More information about the netfilter-cvslog mailing list