summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])