From c8dfd85b9e8e453e279525f30c1e3184c092f036 Mon Sep 17 00:00:00 2001 From: arnova Date: Sat, 18 May 2024 09:23:50 +0200 Subject: [PATCH] changed: Prepare for v2.1.2 release --- CHANGELOG | 4 ++-- bin/arno-iptables-firewall | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fa4a831..1d6a82c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -Version 2.1.1b-DEVEL (May 16, 2024) ------------------------------------ +Version 2.1.2 (May 16, 2024) +---------------------------- * Enable IPv6 name record lookups for dig-wrapper. This indirectly enables IPv6/AAAA-record support for dyndns-host-open (& traffic-accounting) plugin ! Prevent systemd from terminating the job manager when some rules fail * Renamed xxx_OUTPUT to INET_OUTPUT_xxx for clarity/consistency diff --git a/bin/arno-iptables-firewall b/bin/arno-iptables-firewall index ac5ea91..c301b77 100755 --- a/bin/arno-iptables-firewall +++ b/bin/arno-iptables-firewall @@ -1,6 +1,6 @@ #!/bin/sh -MY_VERSION="2.1.1b-DEVEL" +MY_VERSION="2.1.2" # Location of the main configuration file for the firewall ##########################################################