[netfilter-cvslog] r6288 - trunk/ipset

kadlec at netfilter.org kadlec at netfilter.org
Sat Dec 3 15:53:59 CET 2005


Author: kadlec at netfilter.org
Date: 2005-12-03 15:53:58 +0100 (Sat, 03 Dec 2005)
New Revision: 6288

Modified:
   trunk/ipset/ChangeLog
   trunk/ipset/Makefile
Log:
Kernel fix documented in Changelog, version number bumped.


Modified: trunk/ipset/ChangeLog
===================================================================
--- trunk/ipset/ChangeLog	2005-12-03 14:50:18 UTC (rev 6287)
+++ trunk/ipset/ChangeLog	2005-12-03 14:53:58 UTC (rev 6288)
@@ -1,3 +1,7 @@
+2.2.8
+ - Nasty off-by-one bug fixed in iptree type of sets
+   (bug reported by Pablo Sole)
+
 2.2.7
  All patches were submitted by Jones Desougi
  - missing or confusing error message fixes for ipporthash

Modified: trunk/ipset/Makefile
===================================================================
--- trunk/ipset/Makefile	2005-12-03 14:50:18 UTC (rev 6287)
+++ trunk/ipset/Makefile	2005-12-03 14:53:58 UTC (rev 6288)
@@ -8,7 +8,7 @@
 KERNEL_DIR=/usr/src/linux
 endif
 
-IPSET_VERSION:=2.2.7
+IPSET_VERSION:=2.2.8
 
 PREFIX:=/usr/local
 LIBDIR:=$(PREFIX)/lib




More information about the netfilter-cvslog mailing list