]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset 7.13 released v7.13
authorJozsef Kadlecsik <kadlec@netfilter.org>
Tue, 27 Jul 2021 10:19:02 +0000 (12:19 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Tue, 27 Jul 2021 10:19:02 +0000 (12:19 +0200)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
ChangeLog
configure.ac
kernel/ChangeLog

index e82adc6737a95ae0b123157966691c1c7898b957..f57f7548493d159e832528f229b55f2e1678fa6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4afc264bb18264fd7e985ec424c70efe8fd49c24..a3175cf63f576e73b133e3e5b01c6dfeee799cd4 100644 (file)
@@ -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])
index 4f3fb963236165d9d0757243cb76d89b6b5ce498..77b239949a19561d56df602c8b02e858604bd1d5 100644 (file)
@@ -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()"