summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2bf4b4..5cce591 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Makefile b/Makefile
index a3492be..087a9dd 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ ifndef KERNEL_DIR
KERNEL_DIR=/usr/src/linux
endif
-IPSET_VERSION:=2.2.7
+IPSET_VERSION:=2.2.8
PREFIX:=/usr/local
LIBDIR:=$(PREFIX)/lib