From f5bb0ae5317175e47b50216d53da5342390a13b6 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sun, 12 Mar 2017 18:41:03 +0100 Subject: ipset 6.32 released --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 39644f1..e3fae1e 100644 --- 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 diff --git a/configure.ac b/configure.ac index c075e50..cdb24d2 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.3