summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog38
1 files changed, 19 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b5813d..0dc8eb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-netplan.io (0.104-1) UNRELEASED; urgency=medium
+netplan.io (0.104-1) unstable; urgency=medium
* Merge new upstream release 0.104 (from tag ubuntu/0.104-0ubuntu4)
- Enable 'embedded-switch-mode' setting on SmartNICs
- Permit multiple patterns for the driver globs in match (LP: #1918421)
- Improve routing capabilities (LP: #1892272, LP: #1805038)
- Support additional link offload options for networkd (LP: #1771740)
+ + Backport offloading tristate patches (LP: #1956264)
+ d/p/0003-Add-tristate-type-for-offload-options-LP-1956264-270.patch
- Handle differing 'ip6-privacy' default value for NetworkManager
- YAML state tracking for DBus API and 'netplan try' (LP: #1943120)
- Support ConfigureWithoutCarrier ('ignore-carrier') for networkd
@@ -24,37 +26,35 @@ netplan.io (0.104-1) UNRELEASED; urgency=medium
- Fix removal of defunct OVS vlan interfaces (LP: #1959147)
- Make ConfigManager cleanup on destruction (LP: #1959729)
- Do not write unvalidated YAML from keyfile (LP: #1952967)
- - Disable tmp address generation for real with NetworkManager (LP: #1948027)
- - Ignore empty YAML hints, delete files on 'set network=null' (LP: #1946957)
+ - Disable tmp address generation for real with NetworkManager, LP: #1948027
+ - Ignore empty YAML hints, delete files on 'set network=null', LP: #1946957
- Wait for 'netplan try' to be ready in DBus API (LP: #1949893)
- Initialize self.state in 'apply' (LP: #1949104)
- Driver fallback to nl80211 and/or wext for wpa_supplicant (LP: #1814012)
- Handle missing 'gateway' in keyfile routes, keep 'dns-search' fallback
- Make it possible to unset a whole devtype subtree (LP: #1942930)
- Fix memory leaks, dangling pointers & overall cleanup of API data
- * d/t/control: Add explicit wpasupplicant test Depends
+ - Upstream fix a4b70e7, to restart networkd if necessary (LP: #1962095)
+ - Cherry-pick upstream fix (565bd0f) for ethernets autopkgtest:
+ - d/p/0004-tests-ethernets-fix-autopkgtest-with-alternating-def.patch
+ - Cherry-pick upstream fix (8934a1b) for NM WPA3 passthrough:
+ - d/p/0005-nm-fix-rendering-of-password-for-unknown-passthrough.patch
* d/control: Improved glib (v2.70+-) compat
* d/control: Strict version dependency on libnetplan
- * d/control: Bump standards version to 4.6.0, improve sections
+ * d/control: Remove unnecessary constraints
* Mute false positive lintian warning
- * d/patches/: Drop patches, applied upstream
- * d/p/autopkgtest-fixes: Refresh
* d/libnetplan0.symbols: Add new symbols for 0.104
* d/libnetplan0.symbols: Drop (internal) legacy symbols
- * Pick upstream commit a4b70e7, to restart networkd if necessary (LP: #1962095)
* d/t/control: add 'ethtool' test-dep for link offloading tests
- * Backport offloading tristate patches (LP: #1956264)
- + d/p/0003-Add-tristate-type-for-offload-options-LP-1956264-270.patch
- * Cherry-pick upstream fix (565bd0f) for ethernets autopkgtest:
- - d/p/0004-tests-ethernets-fix-autopkgtest-with-alternating-def.patch
- * Cherry-pick upstream fix (8934a1b) for NM WPA3 passthrough:
- - d/p/0005-nm-fix-rendering-of-password-for-unknown-passthrough.patch
* Remaining changes:
- - TODO
- * Dropped changes:
- - TODO
-
- -- Lukas Märdian <slyon@ubuntu.com> Thu, 17 Feb 2022 12:46:23 +0100
+ - refreshed d/p/ovs-timeout.patch
+ - refreshed d/p/autopkgtest-fixes.patch
+ * Dropped changes, applied upstream
+ - d/p/0001-parse-nm-fix-32bit-format-string.patch
+ - d/p/glib-2.70-compat.patch
+ - d/p/nm-1.32.10-compat.patch
+
+ -- Lukas Märdian <luk@slyon.de> Tue, 14 Jun 2022 17:39:24 +0200
netplan.io (0.103-4) unstable; urgency=medium