[ubuntu/bionic-proposed] netplan.io 0.96-0ubuntu0.18.04.1 (Accepted)
Mathieu Trudel-Lapierre
cyphermox at ubuntu.com
Fri Mar 22 09:21:52 UTC 2019
netplan.io (0.96-0ubuntu0.18.04.1) bionic; urgency=medium
* Backport netplan.io 0.96 to 18.04.
* debian/patches/glib_changes.patch: Patch tests to work again on older GLib.
* debian/control: adjust Depends for bionic / re-add nplan package.
netplan.io (0.96-0ubuntu1) disco; urgency=medium
* New upstream release 0.96.
- Moved netplan-wpa@ services to earlier at boot (LP: #1819014)
- Restart services when unconfiguring (LP: #1811868)
- Use the .nmconnection extension for NM keyfiles (LP: #1817655)
- Fixed integration tests runner to correctly report failures
- Enforce integrity for use-routes in networkd backend.
- Ensure terminal state at end of test (LP: #1817660)
- Various small test fixes.
- Fix typos in documentation.
* debian/control: Update Maintainer for ubuntu upload.
netplan.io (0.95-2) unstable; urgency=medium
* Set Priority to optional (Closes: #920327).
netplan.io (0.95-1) unstable; urgency=medium
* New upstream release.
* Update autopkgtests from the upstream.
* Add debian/watch following GitHub releases.
* Add Homepage (Closes: #917233).
netplan.io (0.95) disco; urgency=medium
* New upstream release:
- Added support for WPA Enterprise / 802.1x authentication (LP: #1739578)
- Added support for setting up IP tunnels; supporting the types: ipip,
gretap, VTI, ISATAP (NetworkManager only), sit, gre, ipip6 and ip6ip6.
+ Fixes sit (ipv6) tunnels using Hurricane Electric (LP: #1799487)
- Add support to override networkd UseMTU setting (LP: #1807273)
- Generate output files in dependency order
- Refactored unit and integration tests, along with various cleanups.
- Add DHCP overrides to control route usage and default metric for DHCP
routes. (LP: #1776228)
- Mitigate against bad matching on devices behind bonds then they share
the same MAC from a physical interface. (LP: #1804861)
- Added snapcraft.yaml.
netplan.io (0.90.1) disco; urgency=medium
* Do not assume /etc/network exists in postinst, as netbase 5.5 no longer
creates it.
* netplan/cli/commands/ip.py: fix a flake.
netplan.io (0.90) disco; urgency=medium
* New upstream release:
- build: fixes for building on RPM-based distros
- build: code prettiness changes (make indentation consistent)
- Fix device name-changes detection (LP: #1770082)
- Add support for IPv6 Privacy Extensions (LP: #1750392)
- Add dhcp{4,6}-overrides to control DNS, NTP, hostname updates via DHCP
(LP: #1759014)
- Clarify MAC and MTU setting requirements (LP: #1800668)
- Various documentation fixes (LP: #1800669)
- Improve error reporting to give clearer messages and context
(LP: #1800670)
- Skip non-physical/bond interfaces when applying renames (LP: #1802322)
netplan.io (0.40.2-1) unstable; urgency=medium
* Upload to Debian (Closes: #882661).
netplan.io (0.40.2) cosmic; urgency=medium
* tests/integration.py: Mark regexes with r to pacify pycodestyle's W605.
Date: Thu, 07 Mar 2019 17:07:27 -0500
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/netplan.io/0.96-0ubuntu0.18.04.1
-------------- next part --------------
Format: 1.8
Date: Thu, 07 Mar 2019 17:07:27 -0500
Source: netplan.io
Architecture: source
Version: 0.96-0ubuntu0.18.04.1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Closes: 882661 917233 920327
Launchpad-Bugs-Fixed: 1739578 1750392 1759014 1770082 1776228 1799487 1800668 1800669 1800670 1802322 1804861 1807273 1811868 1817655 1817660 1819014
Changes:
netplan.io (0.96-0ubuntu0.18.04.1) bionic; urgency=medium
.
* Backport netplan.io 0.96 to 18.04.
* debian/patches/glib_changes.patch: Patch tests to work again on older GLib.
* debian/control: adjust Depends for bionic / re-add nplan package.
.
netplan.io (0.96-0ubuntu1) disco; urgency=medium
.
* New upstream release 0.96.
- Moved netplan-wpa@ services to earlier at boot (LP: #1819014)
- Restart services when unconfiguring (LP: #1811868)
- Use the .nmconnection extension for NM keyfiles (LP: #1817655)
- Fixed integration tests runner to correctly report failures
- Enforce integrity for use-routes in networkd backend.
- Ensure terminal state at end of test (LP: #1817660)
- Various small test fixes.
- Fix typos in documentation.
* debian/control: Update Maintainer for ubuntu upload.
.
netplan.io (0.95-2) unstable; urgency=medium
.
* Set Priority to optional (Closes: #920327).
.
netplan.io (0.95-1) unstable; urgency=medium
.
* New upstream release.
* Update autopkgtests from the upstream.
* Add debian/watch following GitHub releases.
* Add Homepage (Closes: #917233).
.
netplan.io (0.95) disco; urgency=medium
.
* New upstream release:
- Added support for WPA Enterprise / 802.1x authentication (LP: #1739578)
- Added support for setting up IP tunnels; supporting the types: ipip,
gretap, VTI, ISATAP (NetworkManager only), sit, gre, ipip6 and ip6ip6.
+ Fixes sit (ipv6) tunnels using Hurricane Electric (LP: #1799487)
- Add support to override networkd UseMTU setting (LP: #1807273)
- Generate output files in dependency order
- Refactored unit and integration tests, along with various cleanups.
- Add DHCP overrides to control route usage and default metric for DHCP
routes. (LP: #1776228)
- Mitigate against bad matching on devices behind bonds then they share
the same MAC from a physical interface. (LP: #1804861)
- Added snapcraft.yaml.
.
netplan.io (0.90.1) disco; urgency=medium
.
* Do not assume /etc/network exists in postinst, as netbase 5.5 no longer
creates it.
* netplan/cli/commands/ip.py: fix a flake.
.
netplan.io (0.90) disco; urgency=medium
.
* New upstream release:
- build: fixes for building on RPM-based distros
- build: code prettiness changes (make indentation consistent)
- Fix device name-changes detection (LP: #1770082)
- Add support for IPv6 Privacy Extensions (LP: #1750392)
- Add dhcp{4,6}-overrides to control DNS, NTP, hostname updates via DHCP
(LP: #1759014)
- Clarify MAC and MTU setting requirements (LP: #1800668)
- Various documentation fixes (LP: #1800669)
- Improve error reporting to give clearer messages and context
(LP: #1800670)
- Skip non-physical/bond interfaces when applying renames (LP: #1802322)
.
netplan.io (0.40.2-1) unstable; urgency=medium
.
* Upload to Debian (Closes: #882661).
.
netplan.io (0.40.2) cosmic; urgency=medium
.
* tests/integration.py: Mark regexes with r to pacify pycodestyle's W605.
Checksums-Sha1:
93a965858162cafc4d99f4f514ce38bd8c935e67 2464 netplan.io_0.96-0ubuntu0.18.04.1.dsc
d25f09338f6e639c2abd0a344878c130f7b3d507 12044 netplan.io_0.96-0ubuntu0.18.04.1.debian.tar.xz
d8dbafbc46f91e3ac616ed1b379c3ba4b9691d2c 8005 netplan.io_0.96-0ubuntu0.18.04.1_source.buildinfo
Checksums-Sha256:
acfccd745890ef31cc10d96c09f3dd6bde04e2f42e0f53910afba547e31dd602 2464 netplan.io_0.96-0ubuntu0.18.04.1.dsc
ece29bde1487d184a5b8b990d1248f9fbc2ce8268b94466dc9d8e44bd93d8870 12044 netplan.io_0.96-0ubuntu0.18.04.1.debian.tar.xz
992f137ee414782863825ea0a2c4fc316da9e93f50b43acf2d6e4a79a70d1bc3 8005 netplan.io_0.96-0ubuntu0.18.04.1_source.buildinfo
Files:
fea4e0f3f1b785c627f1bb618024514c 2464 net optional netplan.io_0.96-0ubuntu0.18.04.1.dsc
ee78ceae16fd2d95b08c5f34e1b8349b 12044 net optional netplan.io_0.96-0ubuntu0.18.04.1.debian.tar.xz
f729afd837fd7a40cf215e168def9290 8005 net optional netplan.io_0.96-0ubuntu0.18.04.1_source.buildinfo
Original-Maintainer: Debian netplan Maintainers <team+netplan at tracker.debian.org>
More information about the Bionic-changes
mailing list