summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog9
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5121d70..e82adc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+7.12
+ - Allow specifying protocols by number (Haw Loeung)
+ - Fix example in ipset.8 manpage discovered by Pablo Neira Ayuso.
+ - tests: add tests ipset to nftables (Pablo Neira Ayuso)
+ - add ipset to nftables translation infrastructure (Pablo Neira Ayuso)
+ - lib: Detach restore routine from parser (Pablo Neira Ayuso)
+ - lib: split parser from command execution (Pablo Neira Ayuso)
+ - Fix patch "Parse port before trying by service name"
+
7.11
- Parse port before trying by service name (Haw Loeung)
- Silence unused-but-set-variable warnings (reported by
diff --git a/configure.ac b/configure.ac
index eb6c334..4afc264 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Boilerplate
-AC_INIT([ipset], [7.11], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.12], [kadlec@netfilter.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index ec2134f..4f3fb96 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,12 @@
+7.12
+ - Limit the maximal range of consecutive elements to add/delete
+ - Backport "netfilter: use nfnetlink_unicast()"
+ - Backport "netfilter: nfnetlink: consolidate callback type"
+ - Backport "netfilter: nfnetlink: add struct nfnl_info and
+ pass it to callbacks"
+ - Backport "netfilter: add helper function to set up the
+ nfnetlink header and use it"
+
7.10
- Fix patch "Handle false warning from -Wstringop-overflow"
- Backward compatibility: handle renaming nla_strlcpy to nla_strscpy