From bf4903538d619bfde2264b2c10dcf57a4e4c8df1 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Fri, 8 Aug 2025 10:29:02 +0200 Subject: [PATCH] update ChangeLog (enhancement from #3291) --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7a20de42..71546408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,6 +82,9 @@ ver. 1.1.1-dev-1 (20??/??/??) - development nightly edition - parameter `ipsettype` to set type of ipset, e. g. hash:ip, hash:net, etc (gh-3760) * `action.d/iptables.conf` - action and few derivatives of it extended to handle multiple chains, e. g. would also accept `chain = INPUT,FORWARD` (gh-3909) +* `action.d/nftables.conf` (gh-3291): + - new parameter `addr_options` for addr-set (default `flags interval\;`, allows to store CIDR or address ranges); + can be set to empty value to create simple addresses set (restore previous behavior). * `action.d/firewallcmd-rich-*.conf` - fixed incorrect quoting, disabling port variable expansion by substitution of rich rule (gh-3815) * `filter.d/dovecot.conf` - add support for latest Dovecot 2.4 release (gh-4016)