summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-03-12 18:41:03 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-03-12 18:41:03 +0100
commitf5bb0ae5317175e47b50216d53da5342390a13b6 (patch)
treef88929fe41536d10aa8df375a8a947396678dbf9
parenta875d3fb4beda43cb54b5810565bafc16a568e5c (diff)
ipset 6.32 releasedv6.32
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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])