X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=debian%2Fchangelog;h=20e8c0ede08481904e1f8b947c731ec09bbc3217;hp=b32a2fdf2b7616db162fe80805568042a6497ddd;hb=c0c71b1bf7f41514d9da0e0e33a99c9534961201;hpb=5399f912ab7edb81511718f961d70cb0984ea1e0 diff --git a/debian/changelog b/debian/changelog index b32a2fd..20e8c0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,102 @@ +pve-firewall (3.0-3) unstable; urgency=medium + + * Fix #1492: logger: use current timestamp if the packet doesn't have one + + -- Proxmox Support Team 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 Mon, 17 Jul 2017 15:24:40 +0200 + +pve-firewall (3.0-1) unstable; urgency=medium + + * rebuild for Debian Stretch + + -- Proxmox Support Team Thu, 9 Mar 2017 14:04:17 +0100 + +pve-firewall (2.0-33) unstable; urgency=medium + + * ipset: don't allow zero-prefix entries + + -- Proxmox Support Team Tue, 29 Nov 2016 12:18:04 +0100 + +pve-firewall (2.0-32) unstable; urgency=medium + + * improve search for local-network + + -- Proxmox Support Team Tue, 29 Nov 2016 06:35:08 +0100 + +pve-firewall (2.0-31) unstable; urgency=medium + + * don't try to apply ports to rules which don't support them + + -- Proxmox Support Team Thu, 06 Oct 2016 08:31:51 +0200 + +pve-firewall (2.0-30) unstable; urgency=medium + + * add multicast DNS to the list of Macros + + * add missing parameter descriptions + + * build-depends: add dh-systemd + + -- Proxmox Support Team Fri, 16 Sep 2016 08:53:16 +0200 + +pve-firewall (2.0-29) unstable; urgency=medium + + * prevent overwriting ipsets/sec. groups by renaming + + -- Proxmox Support Team Fri, 03 Jun 2016 16:46:10 +0200 + +pve-firewall (2.0-28) unstable; urgency=medium + + * use pve-common's ipv4_mask_hash_localnet + + * fix allowed group name length + + * make group digest stable + + -- Proxmox Support Team Fri, 03 Jun 2016 11:01:47 +0200 + +pve-firewall (2.0-27) unstable; urgency=medium + + * fix #972: make PVEFW-FWBR-* rule order stable + + -- Proxmox Support Team Tue, 17 May 2016 07:59:52 +0200 + +pve-firewall (2.0-26) unstable; urgency=medium + + * fix #988: set rp_filter=2 + + -- Proxmox Support Team Mon, 09 May 2016 10:01:28 +0200 + +pve-firewall (2.0-25) unstable; urgency=medium + + * fix #945: add uninitialized check in lxc ipset compilation + + -- Proxmox Support Team Thu, 21 Apr 2016 09:58:33 +0200 + +pve-firewall (2.0-24) unstable; urgency=medium + + * Build-Depend on pve-doc-generator + + * generate manpage with pve-doc-generator + + -- Proxmox Support Team Wed, 06 Apr 2016 10:52:45 +0200 + +pve-firewall (2.0-23) unstable; urgency=medium + + * use only the top bit for our accept marks + + -- Proxmox Support Team Fri, 01 Apr 2016 07:35:38 +0200 + pve-firewall (2.0-22) unstable; urgency=medium * Use cfs_config_path from PVE::QemuConfig