1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

debian: changelog: new entry for version 1.2.2

ifupdown2 (1.2.2) unstable; urgency=medium

  * Support for new iproute2 format (bridge vlan show)
  * Pypi install: local addons modules should be loaded first
  * Fix: link-down yes on vrf slaves
  * Fix: nlmanager: use strerror to format kernel error
  * Add: new checks for existing device with vxlan attributes
  * Ethtool: FEC: translate None and NotSupported values to link-fec off

 -- Julien Fortin <julien@cumulusnetworks.com>  Thu, 13 Dec 2018 23:42:42 -0800

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2018-12-13 17:09:46 -08:00
parent 61da44592d
commit 3b69ce6e62
3 changed files with 13 additions and 2 deletions

11
debian/changelog vendored
View File

@@ -1,3 +1,14 @@
ifupdown2 (1.2.2) unstable; urgency=medium
* Support for new iproute2 format (bridge vlan show)
* Pypi install: local addons modules should be loaded first
* Fix: link-down yes on vrf slaves
* Fix: nlmanager: use strerror to format kernel error
* Add: new checks for existing device with vxlan attributes
* Ethtool: FEC: translate None and NotSupported values to link-fec off
-- Julien Fortin <julien@cumulusnetworks.com> Thu, 13 Dec 2018 23:42:42 -0800
ifupdown2 (1.2.1) unstable; urgency=medium
* Fix #54: address module new l3_intf_default_gateway_set_onlink policy

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = '1.2.1'
__version__ = '1.2.2'
# Copyright (C) 2014,2015,2016,2017,2018 Cumulus Networks, Inc. All rights reserved
#

View File

@@ -65,7 +65,7 @@ setup(
name='ifupdown2',
packages=find_packages(),
url='https://github.com/CumulusNetworks/ifupdown2',
version='1.2.1',
version='1.2.2',
data_files=DATA_FILES,
setup_requires=['setuptools'],
scripts=SCRIPTS,