diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | kernel/ChangeLog | 3 |
3 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +7.13 + - When parsing protocols by number, do not check it in /etc/protocols. + - Add missing hunk to patch "Allow specifying protocols by number" + 7.12 - Allow specifying protocols by number (Haw Loeung) - Fix example in ipset.8 manpage discovered by Pablo Neira Ayuso. diff --git a/configure.ac b/configure.ac index 4afc264..a3175cf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [7.12], [kadlec@netfilter.org]) +AC_INIT([ipset], [7.13], [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 4f3fb96..77b2399 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,6 @@ +7.13 + - Limit the maximal range of consecutive elements to add/delete fix + 7.12 - Limit the maximal range of consecutive elements to add/delete - Backport "netfilter: use nfnetlink_unicast()" |