summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-23 13:18:34 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-23 13:18:34 +0200
commit26e6c8104b7106582595ccad8f556d4ebc93eb9c (patch)
treebb4e6c71fa72733718f49febc4667f56dcb011a1
parent534735d686bccbff59ec6d417fb359e7294cf544 (diff)
ipset 6.23 releasedv6.23
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog4
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b01285..20b8a77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+6.23
+ - The utils are updated from their sources
+ - Order create and add options in manpage so that generic ones
+ come first
+ - Centralise generic create options (family, hashsize, maxelem)
+ on top of man page in the generic options section. (Mart Frauenlob)
+ - Support glibc < 2.9 (fixes bugzilla id #891)
+ - Add description of hash:mac set type to man page. (Mart Frauenlob)
+ - Add missing space for skbinfo option synopsis. (Mart Frauenlob)
+ - The library/API versions were forgotten to bump (reported by
+ Sergei Zhirikov)
+ - Retry printing when sprintf fails (reported by Stig Thormodsrud)
+
6.22
- hash:mac type added to ipset
- Add test to check mark mapping
diff --git a/configure.ac b/configure.ac
index d663f53..8fdac15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Boilerplate
-AC_INIT([ipset], [6.22], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.23], [kadlec@blackhole.kfki.hu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index dacd22a..1ca4feb 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,7 @@
+6.23
+ - Support updating extensions when the set is full
+ (fixes bugzilla id #880)
+
6.22
- hash:mac type added to ipset
- skbinfo extension: send nonzero extension elements only to userspace