]> granicus.if.org Git - ipset/commitdiff
ipset 6.32 released v6.32
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 12 Mar 2017 17:41:03 +0000 (18:41 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 12 Mar 2017 17:41:03 +0000 (18:41 +0100)
ChangeLog
configure.ac

index 39644f1094113accb1b1f42d98cc2d343928a449..e3fae1e4dbf7f9f065599cadaf6445507cfe12f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+6.32
+  - Fix possible truncated output in ipset output buffer handling
+    (Reported by Omri Bahumi and Yoni Lavi).
+  - Missing prototype added in ipset_hash_ipmac.c (debugging)
+
 6.31
   - Update manpage about the size parameter of list:set types.
   - New test to verify that only the intended entries are deleted at hash
index c075e5055644e96605c830aaf10d9584bffad282..cdb24d25f978935106dfb2c0e3d7b1438c7778a4 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.31], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.32], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])