Update neutron to 9.0.0~b2
[openstack-build/neutron-build.git] / xenial / debian / changelog
1 neutron (2:9.0.0~b2-1~u16.04+mos1) mos10.0; urgency=medium
2
3   * Update to latest  Newton b2 release
4   * Requirements update based on project requirements
5   * Source: http://anonscm.debian.org/git/openstack/neutron.git/?h=debian%2Fnewton
6
7  -- Jerzy Mikolajczak <jmikolajczak@mirantis.com>  Wed, 20 Jul 2016 15:29:47 +0200
8
9 neutron (2:9.0.0~b2-1) experimental; urgency=medium
10
11   * New upstream release.
12   * Fixed (build-)depends for this release.
13   * Activates qos policies by default.
14   * neutron-server loads fwaas_driver.ini if it is present in /etc/neutron.
15   * Refresh the core_plugin selection logic so it's up-to-date.
16   * Updated Danish translation of debconf templates (Closes: #830637).
17
18  -- Thomas Goirand <zigo@debian.org>  Fri, 15 Jul 2016 15:17:21 +0200
19
20 neutron (2:9.0.0~b1-2~u16.04+mos1) mos10.0; urgency=medium
21
22   * Update to latest release
23   * Requirements update based on project requirements
24   * Source: http://anonscm.debian.org/git/openstack/neutron.git/?h=debian%2Fnewton
25
26  -- Jerzy Mikolajczak <jmikolajczak@mirantis.com>  Fri, 24 Jun 2016 13:33:15 +0200
27
28 neutron (2:9.0.0~b1-1) experimental; urgency=medium
29
30   * New upstream release.
31   * Fix neutron-metadata server templates.
32   * Fixed (build-)depends for this release.
33   * Drop Return_oslo_config_Opts_to_config_generator.patch applied upstream.
34   * Added fix-requirements.txt.patch.
35   * Disable auto_clean as it requires a higher version of setuptools, which
36     isn't in the sbuild host for Jessie.
37   * Using ostestr directly, not using ./run_tests.sh anymore.
38
39  -- Thomas Goirand <zigo@debian.org>  Thu, 09 Jun 2016 00:59:14 +0200
40
41 neutron (2:8.0.0-2) unstable; urgency=medium
42
43   [ Ondřej Nový ]
44   * Standards-Version is 3.9.8 now (no change)
45   * d/copyright: Changed source URL to https protocol
46
47   [ Thomas Goirand ]
48   * Updated Portuguese translation for debconf messages (Closes: #821050).
49   * Updated Dutch translation for debconf messages (Closes: #822965).
50
51  -- Thomas Goirand <zigo@debian.org>  Thu, 19 May 2016 11:22:30 +0200
52
53 neutron (2:8.0.0-1~u14.04+mos1) mos9.0; urgency=medium
54
55   * Source [0]
56     [0] http://anonscm.debian.org/git/openstack/neutron.git/tree/debian?h=debian/mitaka
57
58  -- Jerzy Mikolajczak <jmikolajczak@mirantis.com>  Fri, 08 Apr 2016 11:10:40 +0200
59
60 neutron (2:8.0.0-1) unstable; urgency=medium
61
62   * New upstream release.
63
64  -- Thomas Goirand <zigo@debian.org>  Thu, 07 Apr 2016 18:29:42 +0200
65
66 neutron (2:8.0.0~rc3-1) unstable; urgency=medium
67
68   * New upstream release.
69   * Uploading to unstable.
70   * Fixed (build-)depends for this release.
71   * Added missing copyright holders (Closes: #816208).
72   * Failed tests fails the build.
73
74  -- Thomas Goirand <zigo@debian.org>  Tue, 05 Apr 2016 10:07:40 +0200
75
76 neutron (2:8.0.0~rc1-2) experimental; urgency=medium
77
78   * Do not use Keystone admin auth token to register API endpoints.
79
80  -- Thomas Goirand <zigo@debian.org>  Tue, 29 Mar 2016 13:50:43 +0000
81
82 neutron (2:8.0.0~rc1-1) experimental; urgency=medium
83
84   * New upstream release.
85   * Fixed ryu version to 3.30, since I could upload it to Experimental after
86     current maintainer agreed with team maintenance.
87   * Added missing runtime depends: q-text-as-data.
88   * Rebuild with newer oslo.config.
89   * Added Return_oslo_config_Opts_to_config_generator.patch to avoid warnings.
90   * Standards-Version: 3.9.7 (no change).
91   * Ran debconf-updatepo.
92
93  -- Thomas Goirand <zigo@debian.org>  Mon, 21 Mar 2016 14:46:45 +0100
94
95 neutron (2:8.0.0~b3-1~u14.04+mos1) mos9.0; urgency=medium
96
97   * Source [0]
98     [0] http://anonscm.debian.org/git/openstack/neutron.git/tree/debian?h=debian/mitaka
99
100  -- Sergey Kolekonov <skolekonov@mirantis.com>  Sat, 05 Mar 2016 18:12:28 +0300
101
102 neutron (2:8.0.0~b3-1) experimental; urgency=medium
103
104   [ Ondřej Nový ]
105   * Fixed VCS URLs (https).
106
107   [ Thomas Goirand ]
108   * New upstream release.
109   * Fixed (build-)depends for this release.
110
111  -- Thomas Goirand <zigo@debian.org>  Thu, 03 Mar 2016 20:40:19 +0800
112
113 neutron (2:8.0.0~b2-4) experimental; urgency=medium
114
115   [ Thomas Goirand ]
116   * Added a neutron-sriov-agent package.
117   * Added Ivan in the upload list.
118
119   [ Ivan Udovichenko]
120   * d/neutron-openvswitch-agent.upstart.in: Remove legacy custom Upstart script.
121   * d/neutron-linuxbridge-agent.init.in d/neutron-openvswitch-agent.init.in:
122       Add custom ML2 config files instead of the default one (LP: #1527005).
123
124  -- Thomas Goirand <zigo@debian.org>  Fri, 26 Feb 2016 14:15:35 +0000
125
126 neutron (2:8.0.0~b2-3) experimental; urgency=medium
127
128   * Bumped EPOCH to align with Ubuntu.
129   * Allow unit test to fail, because they do in Trusty.
130   * Do not -X/usr/bin when calling dh_install.
131   * Fixed auth_protocol to be http and not https by default.
132   * Drop Provides: argparse (Closes: #810728).
133   * neutron-linuxbridge-agent Breaks + Replaes older neutron-common
134     (Closes: #813068).
135   * New pt_BR.po debconf translation (Closes: #811530).
136
137  -- Thomas Goirand <zigo@debian.org>  Thu, 28 Jan 2016 07:34:12 +0000
138
139 neutron (2:8.0.0~b1-1~u14.04+mos1) mos9.0; urgency=medium
140
141   * Source [0]
142     [0] http://anonscm.debian.org/git/openstack/neutron.git/tree/debian?h=debian/mitaka
143   * Add missing dependencies (radvd, python-openvswitch, python-pyroute2)
144     Commits 918a100 a5a14ee
145   * Update references to Nicira NVP plugin (e839df9)
146   * Do not manage nova_admin_* options from templates (054c7f1)
147   * Generate configuration files
148   * Add missing packages neutron-plugin-sriov-agent and neutron-plugin-ml2
149   * Add doc package and git as a build dependency
150   * Update requirements according to global requirements [1]
151     [1] https://github.com/openstack/requirements/blob/master/global-requirements.txt
152
153  -- Sergey Kolekonov <skolekonov@mirantis.com>  Mon, 18 Jan 2016 19:48:23 +0300
154
155 neutron (1:8.0.0~b1-1) experimental; urgency=medium
156
157   * New upstream release.
158   * Fixed (build-)depeneds for this release.
159   * Rebased better-config-defaults.patch.
160
161  -- Thomas Goirand <zigo@debian.org>  Fri, 04 Dec 2015 09:03:42 +0100
162
163 neutron (2:7.0.1-1~u14.04+mos1) mos8.0; urgency=medium
164
165   * Fix version according to versioning policy
166
167  -- Sergey Kolekonov <skolekonov@mirantis.com>  Fri, 18 Dec 2015 17:19:02 +0300
168
169 neutron (2:7.0.0-1~u14.04+mos4) mos8.0; urgency=medium
170
171   * Add python-openvswitch to common dependencies as it gives performance
172     gains to neutron-netns-cleanup execution
173     LP: #1525126
174
175  -- Jerzy Mikolajczak <jmikolajczak@mirantis.com>  Tue, 15 Dec 2015 12:33:11 +0100
176
177 neutron (2:7.0.0-1~u14.04+mos3) mos8.0; urgency=medium
178
179   * Update references to Nicira NVP plugin
180     LP: #1515165
181
182  -- Sergey Kolekonov <skolekonov@mirantis.com>  Wed, 09 Dec 2015 13:08:42 +0300
183
184 neutron (2:7.0.0-1~u14.04+mos2) mos8.0; urgency=medium
185
186   * Add radvd to l3-agent dependencies as it's required for IPv6 networking
187     LP: #1515607
188
189  -- Sergey Kolekonov <skolekonov@mirantis.com>  Fri, 13 Nov 2015 13:18:50 +0300
190
191 neutron (2:7.0.0-1~u14.04+mos1) mos8.0; urgency=medium
192
193   * Do not manage nova_admin_ options from templates as they are deprecated
194     and should be replaced with authentication plugin specific options
195
196  -- Sergey Kolekonov <skolekonov@mirantis.com>  Fri, 02 Nov 2015 19:51:51 +0300
197
198 neutron (2:7.0.0.0b2-1~u14.04+mos2) mos8.0; urgency=medium
199
200   * Switch to Ubuntu packages compatible naming scheme
201   * Add additional upstart scripts
202
203  -- Sergey Kolekonov <skolekonov@mirantis.com>  Fri, 09 Oct 2015 12:22:51 +0300
204
205 neutron (2:7.0.0.0b2-1~u14.04+mos1) mos8.0; urgency=medium
206
207   * Change version to reflect current state of MOS repository
208   * Raise epoch number.
209   * Add doc package
210   * Add transitional ML2 plugin package for compatibility reasons
211   * Add pyroute2 dependency (MOS-specific)
212
213  -- Sergey Kolekonov <skolekonov@mirantis.com>  Wed, 30 Sep 2015 15:31:57 +0300
214
215 neutron (1:7.0.0-2) unstable; urgency=medium
216
217   * Delete openvswitch_agent.ini on purge (Closes: #802538).
218
219  -- Thomas Goirand <zigo@debian.org>  Fri, 23 Oct 2015 12:25:25 +0200
220
221 neutron (1:7.0.0-1) unstable; urgency=medium
222
223   * New upstream release.
224   * Uploading to unstable.
225   * Added python-pymysql as runtime dependency.
226
227  -- Thomas Goirand <zigo@debian.org>  Tue, 13 Oct 2015 15:05:52 +0200
228
229 neutron (1:7.0.0~rc1-1) experimental; urgency=medium
230
231   * New upstream release.
232   * Fixed (build-)depends for this release.
233   * Rebased patches.
234   * Now neutron-server depends on python-openstackclient.
235
236  -- Thomas Goirand <zigo@debian.org>  Fri, 25 Sep 2015 09:37:11 +0200
237
238 neutron (1:7.0.0~b3-1) experimental; urgency=medium
239
240   * New upstream release.
241   * Fixed (build-)depends for this release.
242   * Rebased better-config-defaults.patch.
243
244  -- Thomas Goirand <zigo@debian.org>  Mon, 07 Sep 2015 11:51:13 +0200
245
246 neutron (1:7.0.0~b2-1) experimental; urgency=medium
247
248   * New upstream release.
249   * Fixed (build-)depends for this release.
250
251  -- Thomas Goirand <zigo@debian.org>  Thu, 16 Jul 2015 15:06:54 +0200
252
253 neutron (2015.1.0+2015.06.24.git61.bdf194a0e1-3) unstable; urgency=medium
254
255   * Added requirements.txt patch for SQLA version.
256
257  -- Thomas Goirand <zigo@debian.org>  Wed, 01 Jul 2015 03:02:58 +0000
258
259 neutron (2015.1.0+2015.06.24.git61.bdf194a0e1-2) unstable; urgency=medium
260
261   * Rebuilt for sqlalchemy 1.0.6.
262
263  -- Thomas Goirand <zigo@debian.org>  Wed, 01 Jul 2015 02:14:01 +0000
264
265 neutron (2015.1.0+2015.06.24.git61.bdf194a0e1-1) unstable; urgency=medium
266
267   * New upstream release (based on commit 61 and sha bdf194a0e1).
268   * Added patch for CVE-2015-3221 (Closes: #789713):
269     CVE-2015-3221_Provide_work_around_for_0.0.0.0_for_ipset.patch
270
271  -- Thomas Goirand <zigo@debian.org>  Wed, 24 Jun 2015 07:41:07 +0000
272
273 neutron (2015.1.0-4) unstable; urgency=medium
274
275   * Updated Danish da.po debconf translation (Closes: #787375).
276
277  -- Thomas Goirand <zigo@debian.org>  Sun, 14 Jun 2015 15:58:35 +0200
278
279 neutron (2015.1.0-3) unstable; urgency=medium
280
281   * Updated pt.po translation of debconf messages (Closes: #784589).
282   * Updated fr.po thanks to Julien Patriarca (Closes: #785226).
283
284  -- Thomas Goirand <zigo@debian.org>  Tue, 12 May 2015 23:21:01 +0200
285
286 neutron (2015.1.0-2) unstable; urgency=medium
287
288   [ gustavo panizzo ]
289   * Fix a problem with openvswitch-agent where it's config file was not being
290     loaded.
291
292   [ Thomas Goirand ]
293   * Added Gustavo Panizzo <gfa@zumbi.com.ar> as uploaders.
294
295  -- Thomas Goirand <zigo@debian.org>  Wed, 06 May 2015 07:57:24 +0000
296
297 neutron (2015.1.0-1) unstable; urgency=medium
298
299   * New upstream release.
300
301  -- Thomas Goirand <zigo@debian.org>  Thu, 30 Apr 2015 21:54:26 +0000
302
303 neutron (2015.1~rc2-1) unstable; urgency=medium
304
305   [ Thomas Goirand ]
306   * New upstream release.
307   * Updated (build-)depends for this release.
308   * Removed quantum transition packages, and lbass package (the later is now a
309     separated project).
310
311   [ gustavo panizzo ]
312   * Updated ovs agent and lb agent init scripts, since they are deprecated as
313     core_plugin and should be used in conjunction of ml2.
314
315  -- Thomas Goirand <zigo@debian.org>  Wed, 24 Dec 2014 15:10:00 +0800
316
317 neutron (2014.2.1-1) experimental; urgency=medium
318
319   * New upstream release.
320   * cve-2014-7821_DoS_through_invalid_DNS_configuration_juno.patch is now
321     applied upstream, so removed it.
322   * Now build-depends on openstack-pkg-tools (>= 20~).
323
324  -- Thomas Goirand <zigo@debian.org>  Fri, 12 Dec 2014 23:02:10 +0800
325
326 neutron (2014.2-4) experimental; urgency=medium
327
328   * CVE-2014-7821: DoS through invalid DNS configuration. Applied upstream
329     patch: Fix hostname regex pattern (Closes: #770431).
330
331  -- Thomas Goirand <zigo@debian.org>  Fri, 21 Nov 2014 16:39:03 +0800
332
333 neutron (2014.2-3) experimental; urgency=medium
334
335   * Patches the ml2 plugin ini file to be like the install-guide by default.
336   * Added defaults-closer-to-install-guide.patch to have l3 and dhcp init files
337     match what the install-guide proposes as configuration.
338
339  -- Thomas Goirand <zigo@debian.org>  Thu, 23 Oct 2014 14:59:07 +0800
340
341 neutron (2014.2-2) experimental; urgency=medium
342
343   * Removed arping from depends of python-neutron, and put iputils-arping as
344     Recommends:.
345
346  -- Thomas Goirand <zigo@debian.org>  Thu, 16 Oct 2014 15:17:02 +0000
347
348 neutron (2014.2-1) experimental; urgency=medium
349
350   * New upstream release.
351
352  -- Thomas Goirand <zigo@debian.org>  Thu, 16 Oct 2014 14:52:35 +0000
353
354 neutron (2014.2~rc2-1) experimental; urgency=medium
355
356   * New upstream release.
357   * Updated (build-)depends for this release.
358   * Added ipset, iproute2, arping and keepalived as dependency.
359   * Now using a single logrotate file in neutron-common.
360
361  -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 23:11:10 +0800
362
363 neutron (2014.2~rc1-3) experimental; urgency=medium
364
365   * Fixed debconf template and ran debconf-updatepo.
366   * Another fix for the SQLite Alembic migrations.
367
368  -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 07:34:35 +0000
369
370 neutron (2014.2~rc1-2) experimental; urgency=medium
371
372   * Mangling upstream rc and beta versions in watch file.
373   * Fixed 0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch
374     wrong identation.
375   * Added sqlite3 as dependency.
376   * Added debian/patches/more-alembic-with-sqlite-migration-fixes.patch.
377
378  -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 15:00:51 +0800
379
380 neutron (2014.2~rc1-1) experimental; urgency=medium
381
382   * New upstream release.
383   * Now using templated init script for sysv-rc, generated systemd unit and
384     upstart jobs, using openstack-pkg-tools >= 13.
385   * Refreshed/rebased/reworked fix-alembic-migration-with-sqlite3.patch.
386   * Removed reference and license for tools/rfc.sh which doesn't exist, in
387     debian/copyright.
388   * Standards-Version is now 3.9.6.
389
390  -- Thomas Goirand <zigo@debian.org>  Fri, 03 Oct 2014 18:53:11 +0800
391
392 neutron (2014.2~b3-1) experimental; urgency=medium
393
394   [ Thomas Goirand ]
395   * Disabled ml2 config patch.
396   * Fixed (build-)depends for this release.
397   * Rebased patches.
398
399   [ gustavo panizzo ]
400   * New upstream release.
401   * Support to run neutron under systemd.
402
403  -- Thomas Goirand <zigo@debian.org>  Sat, 20 Sep 2014 07:54:55 +0000
404
405 neutron (2014.1.1-1) unstable; urgency=medium
406
407   * New upstream release.
408   * Removed OVS_lib_defer_apply_doesn_t_handle_concurrency.patch applied
409     upstream.
410   * Removed Install_SNAT_rules_for_ipv4_only.patch applied upstream.
411
412  -- Thomas Goirand <zigo@debian.org>  Mon, 09 Jun 2014 23:06:59 +0800
413
414 neutron (2014.1-8) unstable; urgency=medium
415
416   * Added sane-defaults-for-ml2_conf.ini.patch.
417   * Added missing dbconfig-common dependency.
418   * Also patches dhcp_agent.ini and dhcp_agent.ini for sane defaults.
419
420  -- Thomas Goirand <zigo@debian.org>  Sat, 07 Jun 2014 17:27:55 +0800
421
422 neutron (2014.1-7) unstable; urgency=medium
423
424   * Updates the OVS_lib_defer_apply_doesn_t_handle_concurrency.patch patch
425     (Closes: #750415).
426   * Now build-depends on openstack-pkg-tools (>= 12~).
427
428  -- Thomas Goirand <zigo@debian.org>  Thu, 05 Jun 2014 07:25:38 +0000
429
430 neutron (2014.1-6) unstable; urgency=high
431
432   * Adds Install_SNAT_rules_for_ipv4_only.patch. Note that without this patch,
433     it's possible to destroy an OpenStack cloud network, which is why I'm
434     putting urgency=high in this upload.
435
436  -- Thomas Goirand <zigo@debian.org>  Tue, 03 Jun 2014 00:07:08 +0800
437
438 neutron (2014.1-5) unstable; urgency=medium
439
440   * Switched from restarting daemons to copytruncate for logrotate.
441
442  -- Thomas Goirand <zigo@debian.org>  Thu, 29 May 2014 13:44:03 +0800
443
444 neutron (2014.1-4) unstable; urgency=medium
445
446   * Fixed linuxbridge init script.
447
448  -- Thomas Goirand <zigo@debian.org>  Wed, 21 May 2014 08:37:03 +0800
449
450 neutron (2014.1-3) unstable; urgency=medium
451
452   * Added Russian Debconf translation, thanks to Yuri Kozlov
453     <yuray@komyakino.ru> (Closes: #746939).
454
455  -- Thomas Goirand <zigo@debian.org>  Sun, 04 May 2014 14:36:24 +0800
456
457 neutron (2014.1-2) unstable; urgency=medium
458
459   * Unbreaks fr.po, thanks to Christian Perrier (Closes: #745249).
460   * Added it.po thanks to Beatrice Torracca (Closes: #746575).
461   * Added a Provides: neutron-plugin-ml2 in neutron-common (LP: #1309858).
462
463  -- Thomas Goirand <zigo@debian.org>  Sat, 03 May 2014 02:22:50 +0000
464
465 neutron (2014.1-1) unstable; urgency=medium
466
467   [ Thomas Goirand ]
468   * New upstream pre-release.
469   * Uploading to unstable.
470   * Readded 0004-Fix-Metering-doesn-t-respect-the-l3-agent-binding.patch with
471     the last review from upstream.
472
473   [ Sylvain Baubeau ]
474   * Allow selecting log destination for Neutron daemons
475
476  -- Thomas Goirand <zigo@debian.org>  Wed, 09 Apr 2014 23:46:07 +0800
477
478 neutron (2014.1~rc1-2) experimental; urgency=low
479
480   * More SQLite migration fixes for Icehouse.
481   * Added OVS_lib_defer_apply_doesn_t_handle_concurrency.patch
482
483  -- Thomas Goirand <zigo@debian.org>  Mon, 07 Apr 2014 14:23:29 +0800
484
485 neutron (2014.1~rc1-1) experimental; urgency=medium
486
487   [ gustavo panizzo ]
488   * Fixes an issue using ml2 and openvswitch plugin, openvswitch agent wasn't
489   loading it's config file.
490
491   [ Thomas Goirand ]
492   * New upstream release.
493   * Removed SQLAlchemy version in requirements.txt patch (now useless).
494
495  -- Thomas Goirand <zigo@debian.org>  Fri, 04 Apr 2014 13:29:48 +0000
496
497 neutron (2014.1~b3-1) experimental; urgency=low
498
499   * New upstream release (Icehouse beta 3).
500   * Fixed /var/lib/neutron/dhcp folder rights for Ubuntu.
501
502  -- Thomas Goirand <zigo@debian.org>  Sat, 14 Dec 2013 00:44:19 +0800
503
504 neutron (2013.2.2-1) unstable; urgency=medium
505
506   [ gustavo panizzo <gfa@zumbi.com.ar> ]
507   * New upstream release.
508   * Patch 0003-Fix-MeteringLabel-model-to-not-clear-router-s-tenant-id-on
509     deletion was merged upstream. Removed from debian/patches.
510
511   [ Thomas Goirand ]
512   * Refreshed patches.
513
514  -- Thomas Goirand <zigo@debian.org>  Fri, 14 Feb 2014 07:01:38 +0000
515
516 neutron (2013.2.1-5) unstable; urgency=medium
517
518   * Fix /var/lib/neutron and /var/lib/neutron/dhcp folder rights in
519     debian/neutron-common.postinst.in.
520
521  -- Thomas Goirand <zigo@debian.org>  Thu, 13 Feb 2014 19:43:22 +0800
522
523 neutron (2013.2.1-4) unstable; urgency=medium
524
525   * Restart daemons after logrotate.
526
527  -- Thomas Goirand <zigo@debian.org>  Mon, 03 Feb 2014 16:40:52 +0800
528
529 neutron (2013.2.1-3) unstable; urgency=medium
530
531   * Added new Debconf template translations thanks to:
532     - Spanish: Camaleón (Closes: #734286).
533     - Swedish: Martin Bagge (Closes: #734705).
534   * Downgrades openswan from depends to suggests, because openswan is hardly
535     maintained, and not available from testing, which is blocking Neutron from
536     migrating: this isn't worth the trouble.
537
538  -- Thomas Goirand <zigo@debian.org>  Sun, 12 Jan 2014 17:31:46 +0800
539
540 neutron (2013.2.1-2) unstable; urgency=low
541
542   [ gustavo panizzo ]
543   * patch backported from icehouse-1 to simplify use of metadata on
544     provider networks.
545
546   [ Thomas Goirand ]
547   * Added a bunch of bugfix in advance from the next point release. Thanks
548   * to
549     Sylvain Afchain <sylvain.afchain@enovance.com> for helping gathering and
550     testing these.
551
552  -- Thomas Goirand <zigo@debian.org>  Mon, 30 Dec 2013 23:12:45 +0800
553
554 neutron (2013.2.1-1) unstable; urgency=high
555
556   * New upstream release. This fixes CVE-2013-6419.
557   * Refresh better-config-default.patch.
558   * Fixed rights of /var/lib/neutron/dhcp in the Ubuntu case.
559   * Added python-neutronclient (>= 2.3.0) as dependency of python-neutron.
560   * Fixes French debconf translation thanks to our Cheesemaster Christian
561     Perrier (Closes: #732266).
562   * Added Italian debconf translation, thanks to Beatrice Torracca
563     <beatricet@libero.it> (Closes: #732078).
564   * Fixed version of (build-)depends for python-six and python-iso8601.
565   * Added openswan as dependency for neutron-vpn-agent.
566
567  -- Thomas Goirand <zigo@debian.org>  Sat, 14 Dec 2013 00:44:51 +0800
568
569 neutron (2013.2-9) unstable; urgency=medium
570
571   * Added missing handling of ml2 plugin in neutron-common.postinst.
572   * Do not call neutron-db-manage --config-file /etc/neutron/neutron.conf
573     upgrade head if the user didn't ask for db management through debconf.
574
575  -- Thomas Goirand <zigo@debian.org>  Thu, 05 Dec 2013 20:30:09 +0800
576
577 neutron (2013.2-8) unstable; urgency=medium
578
579   * Fixes the core_plugin setup in neutron-common postinst.
580   * Added new debconf templates translations, with warm thanks to:
581     - French, Julien Patriarca <leatherface@debian.org> (Closes: #728764).
582     - Portuguese, Américo Monteiro <a_monteiro@gmx.com> (Closes: #729928).
583   * Configures service_plugins =
584     neutron.services.l3_router.l3_router_plugin.L3RouterPlugin as default.
585
586  -- Thomas Goirand <zigo@debian.org>  Thu, 05 Dec 2013 16:40:28 +0800
587
588 neutron (2013.2-7) unstable; urgency=low
589
590   * neutron-l3-agent & neutron-vpn-agent now conflicts with each other.
591   * Fixed the cron.d files for lbass, dhcp and l3, so that they are on a single
592     line instead of broken lines with \ (this doesn't work otherwise).
593   * Fixes the sqlalchemy requirements.txt that restricted to SQLAlchemy
594     <= 0.7.99.
595   * Removes openvswitch-switch from depends since it's in pre-depends.
596
597   [ gustavo panizzo ]
598   * Watch file fixed.
599   * Dependency on OpenvSwitch has been updated to 1.9, as it required by
600     the plugin.
601
602  -- Thomas Goirand <zigo@debian.org>  Mon, 02 Dec 2013 22:39:46 +0800
603
604 neutron (2013.2-6) unstable; urgency=low
605
606   * Now starts the openvswitch agent using the ml2 config if this is the plugin
607     which is in use in the core_plugin directive.
608   * Now sets the OVSHybridIptablesFirewallDriver as default firewall driver.
609   * Changes the rights of /var/lib/neutron/dhcp in Ubuntu, and depends:
610     dpkg-dev to check if we are in Ubuntu.
611
612  -- Thomas Goirand <zigo@debian.org>  Mon, 25 Nov 2013 17:21:56 +0000
613
614 neutron (2013.2-5) unstable; urgency=low
615
616   * Added missing python-babel depends in python-neutron.
617   * Adds missing RabbitMQ debconf configuration code.
618
619  -- Thomas Goirand <zigo@debian.org>  Fri, 25 Oct 2013 02:07:11 +0800
620
621 neutron (2013.2-4) unstable; urgency=low
622
623   * neutron-*-agent packages are now breaking + replace only old versions of
624     Quantum packages: those who were not transition packages (Closes: #727235).
625   * Adds find . -type f -name "*.pyc" -delete in dh_clean.
626
627  -- Thomas Goirand <zigo@debian.org>  Thu, 24 Oct 2013 02:09:41 +0800
628
629 neutron (2013.2-3) unstable; urgency=low
630
631   * Really fix db setup (Closes: #726719).
632
633  -- Thomas Goirand <zigo@debian.org>  Sat, 19 Oct 2013 14:33:15 +0800
634
635 neutron (2013.2-2) unstable; urgency=low
636
637   * Adds upstream fix for db setup (Closes: #726719).
638
639  -- Thomas Goirand <zigo@debian.org>  Fri, 18 Oct 2013 22:24:05 +0800
640
641 neutron (2013.2-1) unstable; urgency=low
642
643   * New upstream release.
644   * Uploading to unstable.
645
646  -- Thomas Goirand <zigo@debian.org>  Fri, 18 Oct 2013 00:21:51 +0800
647
648 neutron (2013.2~rc3-1) experimental; urgency=low
649
650   * New upstream release.
651
652  -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 15:25:13 +0800
653
654 neutron (2013.2~rc2-1) experimental; urgency=low
655
656   * New upstream release.
657
658  -- Thomas Goirand <zigo@debian.org>  Sun, 13 Oct 2013 00:34:40 +0800
659
660 neutron (2013.2~rc1-1) experimental; urgency=low
661
662   * New upstream release.
663
664  -- Thomas Goirand <zigo@debian.org>  Sun, 06 Oct 2013 14:15:06 +0800
665
666 neutron (2013.2~b3-1) experimental; urgency=low
667
668   * Initial release. (Closes: #718037)
669
670  -- Thomas Goirand <zigo@debian.org>  Sat, 27 Jul 2013 13:11:22 +0800