summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2025-05-17 15:50:19 +0200
committerJozsef Kadlecsik <kadlec@netfilter.org>2025-05-17 15:50:19 +0200
commite942285a3380c757f6267badabd88d4c847bba5c (patch)
tree0d151cec2afb0571540cb353ce7df07d0c7debad /ChangeLog
parent70b372679a0031a03a248e668c17f147c3d83466 (diff)
ipset 7.24 releasedv7.24
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1de3128..21653e0 100644
--- 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)