]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset 7.24 released v7.24
authorJozsef Kadlecsik <kadlec@netfilter.org>
Sat, 17 May 2025 13:50:19 +0000 (15:50 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Sat, 17 May 2025 13:50:19 +0000 (15:50 +0200)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
ChangeLog
configure.ac
kernel/ChangeLog

index 1de3128c5093062d460808a55532020a0966f6aa..21653e003b42818db4bc6663807751397d53a003 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+7.24
+  - Improve fixing commas in sorted json output
+  - Fix extra quotes around elements in json output
+    (bugzilla #1793, issue 3.)
+  - Fix commas in sorted json output (bugzilla #1793, issue 4)
+  - Fix unquoted port range in json output (bugzilla #1793, issue 1)
+  - Fix extraneous comma in terse list json output (Joachim,
+    bugzilla #1793, issue 2)
+  - bash-completion: restore fix for syntax error (Jeremy Sowden)
+  - Correct typo in man-page (Jeremy Sowden)
+
 7.23
   - tests: runtest.sh: Keep running, print summary of failed tests
     (Phil Sutter)
index e3dc6620437e4f8d98be75b61acd2e6f81fc1f5f..b8e94333e9ae89ad2e8012d752e857d3858d9a52 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset],[7.23],[kadlec@netfilter.org])
+AC_INIT([ipset],[7.24],[kadlec@netfilter.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index 262742ce8b41d68fe02b7b0c2333fc46f0c96abf..33d2dd3c4658e25c69908c9bc763838cea6a780c 100644 (file)
@@ -1,3 +1,9 @@
+7.24
+  - netfilter: ipset: fix region locking in hash types
+  - Handle "netfilter: ipset: Fix for recursive locking warning"
+    patch for backward compatibility
+  - netfilter: ipset: Fix for recursive locking warning
+
 7.23
   - netfilter: ipset: Hold module reference while requesting a module
     (Phil Sutter)