]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset 7.7 released v7.7
authorJozsef Kadlecsik <kadlec@netfilter.org>
Tue, 22 Sep 2020 07:31:19 +0000 (09:31 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Tue, 22 Sep 2020 07:31:19 +0000 (09:31 +0200)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
ChangeLog
configure.ac
kernel/ChangeLog

index ecb3d7f83fe30bf88eb5909ff611783bcffba8bf..23e14a70b6ce1a3c8953ada66f962ff0654a9b06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+7.7
+  - Expose the initval hash parameter to userspace
+  - Handle all variable header parts in helper scripts instead ot test tasks
+  - Add bucketsize parameter to all hash types
+  - Support the -exist flag with the destroy command
+
 7.6
   - Add checking system_power_efficient_wq in the kernel source tree
   - .gitignore: add temporary files to the list
index d3a2758d8456798d39e64e88b32f68a77c15610f..10583157e6ed30808d2f262a11893d9d1f99f595 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [7.6], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.7], [kadlec@netfilter.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index a853ed4ca2e48908313a57d9105de730794006dd..5abd48206a57da4943f3f02f54cf4d1d4b0ebaa5 100644 (file)
@@ -1,3 +1,25 @@
+7.7
+  - Expose the initval hash parameter to userspace
+  - Add bucketsize parameter to all hash types
+  - Use fallthrough pseudo-keyword in the package copy of <linux/jhash.h> too
+  - Support the -exist flag with the destroy command
+  - netfilter: Use fallthrough pseudo-keyword (Gustavo A. R. Silva)
+  - netfilter: Replace zero-length array with flexible-array member
+    (Gustavo A. R. Silva)
+  - netfilter: ipset: call ip_set_free() instead of kfree() (Eric Dumazet)
+  - netfiler: ipset: fix unaligned atomic access (Russell King)
+  - netfilter: ipset: Fix subcounter update skip (Phil Sutter)
+  - ipset: Update byte and packet counters regardless of whether they match
+    (Stefano Brivio)
+  - netfilter: ipset: Pass lockdep expression to RCU lists (Amol Grover)
+  - ip_set: Fix compatibility with kernels between v3.3 and v4.5
+    (Serhey Popovych)
+  - ip_set: Fix build on kernels without INIT_DEFERRABLE_WORK
+    (Serhey Popovych)
+  - ipset: Support kernels with at least system_wq support
+  - ip_set: Fix build on kernels without system_power_efficient_wq
+    (Serhey Popovych)
+
 7.6
   - netfilter: ipset: Fix forceadd evaluation path
   - netfilter: ipset: Correct the reported memory size