]> granicus.if.org Git - ipset/commitdiff
ipset 6.23 released v6.23
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 23 Sep 2014 11:18:34 +0000 (13:18 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 23 Sep 2014 11:18:34 +0000 (13:18 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index 9b01285161fcd594772317adf5f50452e503ed28..20b8a77f9195986cb365712e8b445c8716c2aa90 100644 (file)
--- 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
index d663f53b12e9e6091f74bf63352997e1fcc4e752..8fdac15dd00b9c22037a7898703822ae0723bcfe 100644 (file)
@@ -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])
index dacd22a8234b9c0d8415d8cdd4242979b14d11e4..1ca4feb428af79caefd345460f1e65e5ad161e70 100644 (file)
@@ -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