summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bd363e..5121d70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+7.11
+ - Parse port before trying by service name (Haw Loeung)
+ - Silence unused-but-set-variable warnings (reported by
+ Serhey Popovych)
+ - Handle -Werror=implicit-fallthrough= in debug mode compiling
+ - ipset: fix print format warning (Neutron Soutmun)
+ - Updated utilities
+ - Argument parsing buffer overflow in ipset_parse_argv fixed
+ (reported by Marshall Whittaker)
+ -
7.9
- Fix library versioning (Jan Engelhardt)
diff --git a/configure.ac b/configure.ac
index 4bc33e6..bd6116c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Boilerplate
-AC_INIT([ipset], [7.10], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.11], [kadlec@netfilter.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])