From: Dietmar Maurer Date: Wed, 9 Mar 2016 11:13:32 +0000 (+0100) Subject: bump version to 1.0-24 X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=refs%2Fheads%2Fstable-3 bump version to 1.0-24 --- diff --git a/Makefile b/Makefile index a057beb..64178c1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=3.4 VERSION=1.0 -PKGREL=23 +PKGREL=24 PACKAGE=pve-firewall diff --git a/debian/changelog b/debian/changelog index b576265..7537337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +pve-firewall (1.0-24) unstable; urgency=low + + * ipv6: fix ipv6 address normalization + + * ndp: use PVEFW-SET-ACCEPT-MARK and move rules further down + + * Add radv option to VM options + + * only allow icmp names in the destination port field + + * fix 901: encode unicode characters in sha digest + + -- Proxmox Support Team Wed, 09 Mar 2016 12:13:13 +0100 + pve-firewall (1.0-23) unstable; urgency=low * Add ndp option to host and VM firewall options (enabled by default)