summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2019-11-01 16:13:11 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2019-11-01 16:13:11 +0100
commit244ad85a3e69654b8ce800088b30e1b5f605bfb8 (patch)
tree05cae041d61b281c31bd757b4261acfa4fd33c1e /ChangeLog
parentd2bf22865663c260c9eb4ca2cba63dbac9e258f9 (diff)
ipset 7.4 releasedv7.4
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5a156d..60d6acc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+7.4
+ - Fix compatibility support for netlink extended ACK and add
+ synchronize_rcu_bh() checking
+ - treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
+ (Thomas Gleixner)
+ - ipset: Add wildcard support to net,iface (Kristian Evensen)
+ - Sort naturally instead of textual sort (bugzilla #1369)
+ - Do not return with error at 'make modules_install' when modules
+ are not loaded (reported by Oskar Berggren)
+
7.3
- ipset: fix spelling error in libipset.3 manpage (Neutron Soutmun)