X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=debian%2Fchangelog;h=99c33224f0f4a5d120d83974c9b552f408d35cb4;hp=cfe88665c0baaba608463cd061083e7860a930bf;hb=587a0f205e87f376d93557140ae397dd88b694e9;hpb=a19d4127e88048dfbb97d56d9966bd64f913d185 diff --git a/debian/changelog b/debian/changelog index cfe8866..99c3322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,58 @@ +pve-firewall (3.0-11) unstable; urgency=medium + + * #1764: rename 'ebtales_enable' option to 'ebtables' + + -- Proxmox Support Team Wed, 06 Jun 2018 16:18:13 +0200 + +pve-firewall (3.0-10) unstable; urgency=medium + + * fix #1764: handle existing ebtables rules and allow disabling ebtables + + * ebtables handling can be disabled via /etc/pve/firewall/cluster.fw's new + ebtables_enable option. + + -- Proxmox Support Team Tue, 29 May 2018 15:14:33 +0200 + +pve-firewall (3.0-9) unstable; urgency=medium + + * fix creation of ebltables FORWARD rule entry + + -- Proxmox Support Team Thu, 17 May 2018 14:41:27 +0200 + +pve-firewall (3.0-8) unstable; urgency=medium + + * add ebtables support for better MAC filtering + + -- Proxmox Support Team Wed, 11 Apr 2018 14:25:41 +0200 + +pve-firewall (3.0-7) unstable; urgency=medium + + * support distinct source and destination multi-port matching + + * multi-port matching: when specifying the same list of ports for source and + destination require them both to match, rather than one of them, as this + was rather unexpected behavior + + -- Proxmox Support Team Mon, 12 Mar 2018 14:58:08 +0100 + +pve-firewall (3.0-6) unstable; urgency=medium + + * fix #1319: don't fail postinst with masked service + + * debian: switch to compat 9, drop init scripts, drop preinst + + * check multiport limit in port ranges + + * build: use git rev-parse for GITVERSION + + -- Proxmox Support Team Thu, 08 Mar 2018 13:53:11 +0100 + +pve-firewall (3.0-5) unstable; urgency=medium + + * fix issue with disabled flag not being honored within groups + + -- Proxmox Support Team Thu, 07 Dec 2017 08:31:42 +0100 + pve-firewall (3.0-4) unstable; urgency=medium * fix issues with ipsets reloading unnecessarily or too late