]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset 7.10 released v7.10
authorJozsef Kadlecsik <kadlec@netfilter.org>
Sun, 20 Dec 2020 14:44:11 +0000 (15:44 +0100)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Sun, 20 Dec 2020 14:44:11 +0000 (15:44 +0100)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
ChangeLog
configure.ac
kernel/ChangeLog

index cce91fd0a67e3ed72c72da4b77050f781eb5ef85..2bd363e2ee40973ea42d243824e7ea7ccc226747 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-7.8
+7.9
   - Fix library versioning (Jan Engelhardt)
 
 7.7
index c777eedf936aab0ed1810cab3256d03f3da3ac91..4bc33e6472f0b7f5b625e6adde06640e9ad6bc03 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [7.9], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.10], [kadlec@netfilter.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index ec0f890b9644c106cf1f794111bc2f51f9109352..ec2134f2565cf4d48a72b49f0c855cbef123b60b 100644 (file)
@@ -1,3 +1,15 @@
+7.10
+  - Fix patch "Handle false warning from -Wstringop-overflow"
+  - Backward compatibility: handle renaming nla_strlcpy to nla_strscpy
+  - treewide: rename nla_strlcpy to nla_strscpy. (Francis Laniel)
+  - netfilter: ipset: fix shift-out-of-bounds in htable_bits()
+    (Vasily Averin)
+  - netfilter: ipset: fixes possible oops in mtype_resize (Vasily Averin)
+  - Handle false warning from -Wstringop-overflow
+  - Backward compatibility: handle missing strscpy with a wrapper of strlcpy.
+  - Move compiler specific compatibility support to separated file (broken
+    compatibility support reported by Ed W)
+
 7.8
   - Complete backward compatibility fix for package copy of <linux/jhash.h>
   - Compatibility: check for kvzalloc() and GFP_KERNEL_ACCOUNT