]> git.proxmox.com Git - pve-firewall.git/blame - debian/changelog
pve-firewall.service: WantedBy=multi-user.target
[pve-firewall.git] / debian / changelog
CommitLineData
aa818ae7
DM
1pve-firewall (2.0-13) unstable; urgency=medium
2
3 * allow numeric icmp types
4
5 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Oct 2015 13:21:53 +0200
6
8dbebe7d
DM
7pve-firewall (2.0-12) unstable; urgency=medium
8
9 * implement bash completions
10
11 * convert pve-firewall into a PVE::Service class
12
13 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2015 12:15:00 +0200
14
47704f4c
DM
15pve-firewall (2.0-11) unstable; urgency=medium
16
17 * iptables_get_chains: fix veth device name
18
19 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:54:35 +0200
20
9eb84dc7
DM
21pve-firewall (2.0-10) unstable; urgency=medium
22
23 * new helper: clone_vmfw_conf()
24
25 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 06:47:49 +0200
26
a3d34dac
DM
27pve-firewall (2.0-9) unstable; urgency=medium
28
29 * remove firewall config file subroutine added
30
31 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:42:51 +0200
32
2a42a237
DM
33pve-firewall (2.0-8) unstable; urgency=medium
34
35 * adopt regresion tests for lxc containers
36
37 * removed firewall code for openVZ
38
39 * Subroutine verify_rule fixed to correctly check only for "net\d+"
40 interface device names
41
42 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Aug 2015 12:01:43 +0200
43
33448a6e
DM
44pve-firewall (2.0-7) unstable; urgency=medium
45
46 * added firewall code for lxc
47
48 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Aug 2015 09:21:14 +0200
49
19f14465
DM
50pve-firewall (2.0-6) unstable; urgency=medium
51
52 * firewall ipversion comparison fix
53
54 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Aug 2015 11:14:51 +0200
55
8feec9fa
DM
56pve-firewall (2.0-5) unstable; urgency=medium
57
58 * add ipv6 neighbor discovery and solicitation macros
59
60 * ip6tables accepts both spellings of the word neighbor
61
62 * added Ceph macro
63
64 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 13:20:55 +0200
65
e02c77aa
DM
66pve-firewall (2.0-4) unstable; urgency=medium
67
68 * include manual page for pve-firewall
69
70 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Jun 2015 16:26:28 +0200
71
eb4a2902
DM
72pve-firewall (2.0-3) unstable; urgency=medium
73
74 * use noawait trigers for pve-api-updates
75
76 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:33:06 +0200
77
56bb2e69
DM
78pve-firewall (2.0-2) unstable; urgency=medium
79
80 * trigger pve-api-updates event
81
82 -- Proxmox Support Team <support@proxmox.com> Tue, 05 May 2015 15:10:24 +0200
83
0b18ebe8
DM
84pve-firewall (2.0-1) unstable; urgency=medium
85
86 * recompile for debian jessie
87
88 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Feb 2015 12:22:04 +0100
89
609f00c7
DM
90pve-firewall (1.0-18) unstable; urgency=low
91
92 * fix alias lookup
93
94 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 09:32:03 +0100
95
de48e659
DM
96pve-firewall (1.0-17) unstable; urgency=low
97
98 * fix restart behavior
99
100 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Jan 2015 06:45:58 +0100
101
b92d2ed2
DM
102pve-firewall (1.0-16) unstable; urgency=low
103
104 * use new Daemon class from pve-common
105
106 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Dec 2014 09:45:07 +0100
107
22dde8d6
DM
108pve-firewall (1.0-15) unstable; urgency=low
109
110 * bug fix: load cluster conf for host rules
111
112 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Dec 2014 06:33:28 +0100
113
e33e2f16
DM
114pve-firewall (1.0-14) unstable; urgency=low
115
116 * do not use ipset list chains
117
118 * remove preinst script (not needed anymore)
119
120 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Dec 2014 13:42:00 +0100
121
3bce273b
DM
122pve-firewall (1.0-13) unstable; urgency=low
123
124 * fix ipset remove order
125
126 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 12:45:48 +0100
127
7a7c322c
DM
128pve-firewall (1.0-12) unstable; urgency=low
129
130 * add preinst script to clear ipset from older installation (because
131 sets cannot be swapped if there type does not match.
ce41ae23 132
7a7c322c
DM
133 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 08:59:38 +0100
134
1b918ee5
DM
135pve-firewall (1.0-11) unstable; urgency=low
136
137 * bug fix: correctly set ipversion for aliases in verify_rule
138
139 * save restore commands into files to make debugging
140 easier (/var/lib/pve-firewall/)
141
142 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 08:04:05 +0100
143
df617cea
DM
144pve-firewall (1.0-10) unstable; urgency=low
145
146 * add IPv6 support for VMs (hostfw is IPv4 only)
147
148 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Nov 2014 07:00:29 +0100
149
0ac57570
DM
150pve-firewall (1.0-9) unstable; urgency=low
151
152 * fix max ipset name name length
153
154 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Oct 2014 16:29:34 +0200
155
05fd3b63
DM
156pve-firewall (1.0-8) unstable; urgency=low
157
158 * implement permission
159
160 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 12:15:21 +0200
161
bea9d5ab
DM
162pve-firewall (1.0-7) unstable; urgency=low
163
164 * proxy host rule API calls to correct node
a34cfdd0
DM
165
166 * always generate MAC and IP filter rules if firewall is enabled on NIC
bea9d5ab
DM
167
168 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jun 2014 07:12:57 +0200
169
582275c3
DM
170pve-firewall (1.0-6) unstable; urgency=low
171
172 * ipmlement ipfilter ipsets
173
174 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jun 2014 08:37:08 +0200
175
de0c1e49
DM
176pve-firewall (1.0-5) unstable; urgency=low
177
178 * remove ipsets when firewall disabled
179
180 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 08:50:18 +0200
181
64c266f5
DM
182pve-firewall (1.0-4) unstable; urgency=low
183
184 * depend on iptables and ipset
185
186 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 06:45:33 +0200
187
16bcfa8b
DM
188pve-firewall (1.0-3) unstable; urgency=low
189
190 * change dh_installinit order (register pvefw-logger before pve-firewall)
191
192 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 06:24:21 +0200
193
ba0b3a0a
DM
194pve-firewall (1.0-2) unstable; urgency=low
195
196 * add experimental nflog logging daemon
197
198 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Mar 2014 08:27:01 +0100
199
bb272dd3
DM
200pve-firewall (1.0-1) unstable; urgency=low
201
202 * initial package
203
204 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Mar 2014 08:37:06 +0100
205