]> git.proxmox.com Git - pve-firewall.git/blobdiff - debian/changelog
fixup changelog UNRELEASED
[pve-firewall.git] / debian / changelog
index aee2a0ea9aa5b361d75b4a6febfb9c6d97f6266d..99c33224f0f4a5d120d83974c9b552f408d35cb4 100644 (file)
@@ -1,3 +1,89 @@
+pve-firewall (3.0-11) unstable; urgency=medium
+
+  * #1764: rename 'ebtales_enable' option to 'ebtables'
+
+ -- Proxmox Support Team <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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
+
+  * fix some typos in the logs
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 16 Nov 2017 11:41:56 +0100
+
+pve-firewall (3.0-3) unstable; urgency=medium
+
+  * Fix #1492: logger: use current timestamp if the packet doesn't have one
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Sep 2017 14:43:06 +0200
+
+pve-firewall (3.0-2) unstable; urgency=medium
+
+  * Fix #1446: remove masks in case the package had previously been removed but
+    not purged.
+
+  * improve logging on errors in the firewall configuration
+
+  * forbid trailing commas in lists as iptables-restore doesn't support them
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 17 Jul 2017 15:24:40 +0200
+
+pve-firewall (3.0-1) unstable; urgency=medium
+
+  * rebuild for Debian Stretch
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 9 Mar 2017 14:04:17 +0100
+
 pve-firewall (2.0-33) unstable; urgency=medium
 
   * ipset: don't allow zero-prefix entries