Updated (build-)depends for this release.
[openstack-build/neutron-build.git] / debian / changelog
1 neutron (2014.2~rc2-1) experimental; urgency=medium
2
3   * New upstream release.
4   * Updated (build-)depends for this release.
5   * Added ipset, iproute2, arping and keepalived as dependency.
6
7  -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 23:11:10 +0800
8
9 neutron (2014.2~rc1-3) experimental; urgency=medium
10
11   * Fixed debconf template and ran debconf-updatepo.
12   * Another fix for the SQLite Alembic migrations.
13
14  -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 07:34:35 +0000
15
16 neutron (2014.2~rc1-2) experimental; urgency=medium
17
18   * Mangling upstream rc and beta versions in watch file.
19   * Fixed 0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch
20     wrong identation.
21   * Added sqlite3 as dependency.
22   * Added debian/patches/more-alembic-with-sqlite-migration-fixes.patch.
23
24  -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 15:00:51 +0800
25
26 neutron (2014.2~rc1-1) experimental; urgency=medium
27
28   * New upstream release.
29   * Now using templated init script for sysv-rc, generated systemd unit and
30     upstart jobs, using openstack-pkg-tools >= 13.
31   * Refreshed/rebased/reworked fix-alembic-migration-with-sqlite3.patch.
32   * Removed reference and license for tools/rfc.sh which doesn't exist, in
33     debian/copyright.
34   * Standards-Version is now 3.9.6.
35
36  -- Thomas Goirand <zigo@debian.org>  Fri, 03 Oct 2014 18:53:11 +0800
37
38 neutron (2014.2~b3-1) experimental; urgency=medium
39
40   [ Thomas Goirand ]
41   * Disabled ml2 config patch.
42   * Fixed (build-)depends for this release.
43   * Rebased patches.
44
45   [ gustavo panizzo ]
46   * New upstream release.
47   * Support to run neutron under systemd.
48
49  -- Thomas Goirand <zigo@debian.org>  Sat, 20 Sep 2014 07:54:55 +0000
50
51 neutron (2014.1.1-1) unstable; urgency=medium
52
53   * New upstream release.
54   * Removed OVS_lib_defer_apply_doesn_t_handle_concurrency.patch applied
55     upstream.
56   * Removed Install_SNAT_rules_for_ipv4_only.patch applied upstream.
57
58  -- Thomas Goirand <zigo@debian.org>  Mon, 09 Jun 2014 23:06:59 +0800
59
60 neutron (2014.1-8) unstable; urgency=medium
61
62   * Added sane-defaults-for-ml2_conf.ini.patch.
63   * Added missing dbconfig-common dependency.
64   * Also patches dhcp_agent.ini and dhcp_agent.ini for sane defaults.
65
66  -- Thomas Goirand <zigo@debian.org>  Sat, 07 Jun 2014 17:27:55 +0800
67
68 neutron (2014.1-7) unstable; urgency=medium
69
70   * Updates the OVS_lib_defer_apply_doesn_t_handle_concurrency.patch patch
71     (Closes: #750415).
72   * Now build-depends on openstack-pkg-tools (>= 12~).
73
74  -- Thomas Goirand <zigo@debian.org>  Thu, 05 Jun 2014 07:25:38 +0000
75
76 neutron (2014.1-6) unstable; urgency=high
77
78   * Adds Install_SNAT_rules_for_ipv4_only.patch. Note that without this patch,
79     it's possible to destroy an OpenStack cloud network, which is why I'm
80     putting urgency=high in this upload.
81
82  -- Thomas Goirand <zigo@debian.org>  Tue, 03 Jun 2014 00:07:08 +0800
83
84 neutron (2014.1-5) unstable; urgency=medium
85
86   * Switched from restarting daemons to copytruncate for logrotate.
87
88  -- Thomas Goirand <zigo@debian.org>  Thu, 29 May 2014 13:44:03 +0800
89
90 neutron (2014.1-4) unstable; urgency=medium
91
92   * Fixed linuxbridge init script.
93
94  -- Thomas Goirand <zigo@debian.org>  Wed, 21 May 2014 08:37:03 +0800
95
96 neutron (2014.1-3) unstable; urgency=medium
97
98   * Added Russian Debconf translation, thanks to Yuri Kozlov
99     <yuray@komyakino.ru> (Closes: #746939).
100
101  -- Thomas Goirand <zigo@debian.org>  Sun, 04 May 2014 14:36:24 +0800
102
103 neutron (2014.1-2) unstable; urgency=medium
104
105   * Unbreaks fr.po, thanks to Christian Perrier (Closes: #745249).
106   * Added it.po thanks to Beatrice Torracca (Closes: #746575).
107   * Added a Provides: neutron-plugin-ml2 in neutron-common (LP: #1309858).
108
109  -- Thomas Goirand <zigo@debian.org>  Sat, 03 May 2014 02:22:50 +0000
110
111 neutron (2014.1-1) unstable; urgency=medium
112
113   [ Thomas Goirand ]
114   * New upstream pre-release.
115   * Uploading to unstable.
116   * Readded 0004-Fix-Metering-doesn-t-respect-the-l3-agent-binding.patch with
117     the last review from upstream.
118
119   [ Sylvain Baubeau ]
120   * Allow selecting log destination for Neutron daemons
121
122  -- Thomas Goirand <zigo@debian.org>  Wed, 09 Apr 2014 23:46:07 +0800
123
124 neutron (2014.1~rc1-2) experimental; urgency=low
125
126   * More SQLite migration fixes for Icehouse.
127   * Added OVS_lib_defer_apply_doesn_t_handle_concurrency.patch
128
129  -- Thomas Goirand <zigo@debian.org>  Mon, 07 Apr 2014 14:23:29 +0800
130
131 neutron (2014.1~rc1-1) experimental; urgency=medium
132
133   [ gustavo panizzo ]
134   * Fixes an issue using ml2 and openvswitch plugin, openvswitch agent wasn't 
135   loading it's config file.
136
137   [ Thomas Goirand ]
138   * New upstream release.
139   * Removed SQLAlchemy version in requirements.txt patch (now useless).
140
141  -- Thomas Goirand <zigo@debian.org>  Fri, 04 Apr 2014 13:29:48 +0000
142
143 neutron (2014.1~b3-1) experimental; urgency=low
144
145   * New upstream release (Icehouse beta 3).
146   * Fixed /var/lib/neutron/dhcp folder rights for Ubuntu.
147
148  -- Thomas Goirand <zigo@debian.org>  Sat, 14 Dec 2013 00:44:19 +0800
149
150 neutron (2013.2.2-1) unstable; urgency=medium
151
152   [ gustavo panizzo <gfa@zumbi.com.ar> ]
153   * New upstream release.
154   * Patch 0003-Fix-MeteringLabel-model-to-not-clear-router-s-tenant-id-on
155     deletion was merged upstream. Removed from debian/patches.
156
157   [ Thomas Goirand ]
158   * Refreshed patches.
159
160  -- Thomas Goirand <zigo@debian.org>  Fri, 14 Feb 2014 07:01:38 +0000
161
162 neutron (2013.2.1-5) unstable; urgency=medium
163
164   * Fix /var/lib/neutron and /var/lib/neutron/dhcp folder rights in
165     debian/neutron-common.postinst.in.
166
167  -- Thomas Goirand <zigo@debian.org>  Thu, 13 Feb 2014 19:43:22 +0800
168
169 neutron (2013.2.1-4) unstable; urgency=medium
170
171   * Restart daemons after logrotate.
172
173  -- Thomas Goirand <zigo@debian.org>  Mon, 03 Feb 2014 16:40:52 +0800
174
175 neutron (2013.2.1-3) unstable; urgency=medium
176
177   * Added new Debconf template translations thanks to:
178     - Spanish: Camaleón (Closes: #734286).
179     - Swedish: Martin Bagge (Closes: #734705).
180   * Downgrades openswan from depends to suggests, because openswan is hardly
181     maintained, and not available from testing, which is blocking Neutron from
182     migrating: this isn't worth the trouble.
183
184  -- Thomas Goirand <zigo@debian.org>  Sun, 12 Jan 2014 17:31:46 +0800
185
186 neutron (2013.2.1-2) unstable; urgency=low
187
188   [ gustavo panizzo ]
189   * patch backported from icehouse-1 to simplify use of metadata on
190     provider networks.
191
192   [ Thomas Goirand ]
193   * Added a bunch of bugfix in advance from the next point release. Thanks
194   * to
195     Sylvain Afchain <sylvain.afchain@enovance.com> for helping gathering and
196     testing these.
197
198  -- Thomas Goirand <zigo@debian.org>  Mon, 30 Dec 2013 23:12:45 +0800
199
200 neutron (2013.2.1-1) unstable; urgency=high
201
202   * New upstream release. This fixes CVE-2013-6419.
203   * Refresh better-config-default.patch.
204   * Fixed rights of /var/lib/neutron/dhcp in the Ubuntu case.
205   * Added python-neutronclient (>= 2.3.0) as dependency of python-neutron.
206   * Fixes French debconf translation thanks to our Cheesemaster Christian
207     Perrier (Closes: #732266).
208   * Added Italian debconf translation, thanks to Beatrice Torracca
209     <beatricet@libero.it> (Closes: #732078).
210   * Fixed version of (build-)depends for python-six and python-iso8601.
211   * Added openswan as dependency for neutron-vpn-agent.
212
213  -- Thomas Goirand <zigo@debian.org>  Sat, 14 Dec 2013 00:44:51 +0800
214
215 neutron (2013.2-9) unstable; urgency=medium
216
217   * Added missing handling of ml2 plugin in neutron-common.postinst.
218   * Do not call neutron-db-manage --config-file /etc/neutron/neutron.conf
219     upgrade head if the user didn't ask for db management through debconf.
220
221  -- Thomas Goirand <zigo@debian.org>  Thu, 05 Dec 2013 20:30:09 +0800
222
223 neutron (2013.2-8) unstable; urgency=medium
224
225   * Fixes the core_plugin setup in neutron-common postinst.
226   * Added new debconf templates translations, with warm thanks to:
227     - French, Julien Patriarca <leatherface@debian.org> (Closes: #728764).
228     - Portuguese, Américo Monteiro <a_monteiro@gmx.com> (Closes: #729928).
229   * Configures service_plugins =
230     neutron.services.l3_router.l3_router_plugin.L3RouterPlugin as default.
231
232  -- Thomas Goirand <zigo@debian.org>  Thu, 05 Dec 2013 16:40:28 +0800
233
234 neutron (2013.2-7) unstable; urgency=low
235
236   * neutron-l3-agent & neutron-vpn-agent now conflicts with each other.
237   * Fixed the cron.d files for lbass, dhcp and l3, so that they are on a single
238     line instead of broken lines with \ (this doesn't work otherwise).
239   * Fixes the sqlalchemy requirements.txt that restricted to SQLAlchemy
240     <= 0.7.99.
241   * Removes openvswitch-switch from depends since it's in pre-depends.
242
243   [ gustavo panizzo ]
244   * Watch file fixed. 
245   * Dependency on OpenvSwitch has been updated to 1.9, as it required by 
246     the plugin.
247
248  -- Thomas Goirand <zigo@debian.org>  Mon, 02 Dec 2013 22:39:46 +0800
249
250 neutron (2013.2-6) unstable; urgency=low
251
252   * Now starts the openvswitch agent using the ml2 config if this is the plugin
253     which is in use in the core_plugin directive.
254   * Now sets the OVSHybridIptablesFirewallDriver as default firewall driver.
255   * Changes the rights of /var/lib/neutron/dhcp in Ubuntu, and depends:
256     dpkg-dev to check if we are in Ubuntu.
257
258  -- Thomas Goirand <zigo@debian.org>  Mon, 25 Nov 2013 17:21:56 +0000
259
260 neutron (2013.2-5) unstable; urgency=low
261
262   * Added missing python-babel depends in python-neutron.
263   * Adds missing RabbitMQ debconf configuration code.
264
265  -- Thomas Goirand <zigo@debian.org>  Fri, 25 Oct 2013 02:07:11 +0800
266
267 neutron (2013.2-4) unstable; urgency=low
268
269   * neutron-*-agent packages are now breaking + replace only old versions of
270     Quantum packages: those who were not transition packages (Closes: #727235).
271   * Adds find . -type f -name "*.pyc" -delete in dh_clean.
272
273  -- Thomas Goirand <zigo@debian.org>  Thu, 24 Oct 2013 02:09:41 +0800
274
275 neutron (2013.2-3) unstable; urgency=low
276
277   * Really fix db setup (Closes: #726719).
278
279  -- Thomas Goirand <zigo@debian.org>  Sat, 19 Oct 2013 14:33:15 +0800
280
281 neutron (2013.2-2) unstable; urgency=low
282
283   * Adds upstream fix for db setup (Closes: #726719).
284
285  -- Thomas Goirand <zigo@debian.org>  Fri, 18 Oct 2013 22:24:05 +0800
286
287 neutron (2013.2-1) unstable; urgency=low
288
289   * New upstream release.
290   * Uploading to unstable.
291
292  -- Thomas Goirand <zigo@debian.org>  Fri, 18 Oct 2013 00:21:51 +0800
293
294 neutron (2013.2~rc3-1) experimental; urgency=low
295
296   * New upstream release.
297
298  -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 15:25:13 +0800
299
300 neutron (2013.2~rc2-1) experimental; urgency=low
301
302   * New upstream release.
303
304  -- Thomas Goirand <zigo@debian.org>  Sun, 13 Oct 2013 00:34:40 +0800
305
306 neutron (2013.2~rc1-1) experimental; urgency=low
307
308   * New upstream release.
309
310  -- Thomas Goirand <zigo@debian.org>  Sun, 06 Oct 2013 14:15:06 +0800
311
312 neutron (2013.2~b3-1) experimental; urgency=low
313
314   * Initial release. (Closes: #718037)
315
316  -- Thomas Goirand <zigo@debian.org>  Sat, 27 Jul 2013 13:11:22 +0800