From: Thomas Lamprecht Date: Wed, 8 May 2019 10:18:38 +0000 (+0000) Subject: bump version to 3.0-21 X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=dd7d737bcb8d64ff358b82f6236cb760482c21ec bump version to 3.0-21 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index b6212e9..5601f67 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=3.0 -PKGREL=20 +PKGREL=21 PACKAGE=pve-firewall diff --git a/debian/changelog b/debian/changelog index 4f8df31..5c07094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pve-firewall (3.0-21) unstable; urgency=medium + + * fix ipv6 PVEFW-reject + + * fix #2193: arpfilter: CT: remove mask from net IP/CIDR to avoid + ebtables doing the wrong thing here + + -- Proxmox Support Team Wed, 08 May 2019 10:09:31 +0000 + pve-firewall (3.0-20) unstable; urgency=medium * use IPCC to read config and rule files, if the are backed by pmxcfs which