]> git.proxmox.com Git - pve-firewall.git/blob - debian/changelog
bump version to 2.0-7
[pve-firewall.git] / debian / changelog
1 pve-firewall (2.0-7) unstable; urgency=medium
2
3 * added firewall code for lxc
4
5 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Aug 2015 09:21:14 +0200
6
7 pve-firewall (2.0-6) unstable; urgency=medium
8
9 * firewall ipversion comparison fix
10
11 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Aug 2015 11:14:51 +0200
12
13 pve-firewall (2.0-5) unstable; urgency=medium
14
15 * add ipv6 neighbor discovery and solicitation macros
16
17 * ip6tables accepts both spellings of the word neighbor
18
19 * added Ceph macro
20
21 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 13:20:55 +0200
22
23 pve-firewall (2.0-4) unstable; urgency=medium
24
25 * include manual page for pve-firewall
26
27 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Jun 2015 16:26:28 +0200
28
29 pve-firewall (2.0-3) unstable; urgency=medium
30
31 * use noawait trigers for pve-api-updates
32
33 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:33:06 +0200
34
35 pve-firewall (2.0-2) unstable; urgency=medium
36
37 * trigger pve-api-updates event
38
39 -- Proxmox Support Team <support@proxmox.com> Tue, 05 May 2015 15:10:24 +0200
40
41 pve-firewall (2.0-1) unstable; urgency=medium
42
43 * recompile for debian jessie
44
45 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Feb 2015 12:22:04 +0100
46
47 pve-firewall (1.0-18) unstable; urgency=low
48
49 * fix alias lookup
50
51 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 09:32:03 +0100
52
53 pve-firewall (1.0-17) unstable; urgency=low
54
55 * fix restart behavior
56
57 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Jan 2015 06:45:58 +0100
58
59 pve-firewall (1.0-16) unstable; urgency=low
60
61 * use new Daemon class from pve-common
62
63 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Dec 2014 09:45:07 +0100
64
65 pve-firewall (1.0-15) unstable; urgency=low
66
67 * bug fix: load cluster conf for host rules
68
69 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Dec 2014 06:33:28 +0100
70
71 pve-firewall (1.0-14) unstable; urgency=low
72
73 * do not use ipset list chains
74
75 * remove preinst script (not needed anymore)
76
77 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Dec 2014 13:42:00 +0100
78
79 pve-firewall (1.0-13) unstable; urgency=low
80
81 * fix ipset remove order
82
83 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 12:45:48 +0100
84
85 pve-firewall (1.0-12) unstable; urgency=low
86
87 * add preinst script to clear ipset from older installation (because
88 sets cannot be swapped if there type does not match.
89
90 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 08:59:38 +0100
91
92 pve-firewall (1.0-11) unstable; urgency=low
93
94 * bug fix: correctly set ipversion for aliases in verify_rule
95
96 * save restore commands into files to make debugging
97 easier (/var/lib/pve-firewall/)
98
99 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 08:04:05 +0100
100
101 pve-firewall (1.0-10) unstable; urgency=low
102
103 * add IPv6 support for VMs (hostfw is IPv4 only)
104
105 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Nov 2014 07:00:29 +0100
106
107 pve-firewall (1.0-9) unstable; urgency=low
108
109 * fix max ipset name name length
110
111 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Oct 2014 16:29:34 +0200
112
113 pve-firewall (1.0-8) unstable; urgency=low
114
115 * implement permission
116
117 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 12:15:21 +0200
118
119 pve-firewall (1.0-7) unstable; urgency=low
120
121 * proxy host rule API calls to correct node
122
123 * always generate MAC and IP filter rules if firewall is enabled on NIC
124
125 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jun 2014 07:12:57 +0200
126
127 pve-firewall (1.0-6) unstable; urgency=low
128
129 * ipmlement ipfilter ipsets
130
131 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jun 2014 08:37:08 +0200
132
133 pve-firewall (1.0-5) unstable; urgency=low
134
135 * remove ipsets when firewall disabled
136
137 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 08:50:18 +0200
138
139 pve-firewall (1.0-4) unstable; urgency=low
140
141 * depend on iptables and ipset
142
143 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 06:45:33 +0200
144
145 pve-firewall (1.0-3) unstable; urgency=low
146
147 * change dh_installinit order (register pvefw-logger before pve-firewall)
148
149 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 06:24:21 +0200
150
151 pve-firewall (1.0-2) unstable; urgency=low
152
153 * add experimental nflog logging daemon
154
155 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Mar 2014 08:27:01 +0100
156
157 pve-firewall (1.0-1) unstable; urgency=low
158
159 * initial package
160
161 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Mar 2014 08:37:06 +0100
162