summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2020-12-20 15:44:11 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2020-12-20 15:44:11 +0100
commit637ce45bf221d276cc4b20eb84444e7196b322d5 (patch)
tree4e2a330d813bac78de2ee3e5c9b2d579d96752fc
parent7db164b227f46c2c52a7f6435cd5a39ac3fbe494 (diff)
ipset 7.10 releasedv7.10
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog12
3 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cce91fd..2bd363e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-7.8
+7.9
- Fix library versioning (Jan Engelhardt)
7.7
diff --git a/configure.ac b/configure.ac
index c777eed..4bc33e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index ec0f890..ec2134f 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -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