diff options
| author | Michael Biebl <biebl@debian.org> | 2026-03-04 17:37:26 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-03-04 17:37:26 +0100 |
| commit | a386cdee1470a0598736b92012a0ae0c6c262a61 (patch) | |
| tree | e2d60852f62e403edb6b77d4e589e61d516c4cf2 /debian | |
| parent | b1767eadf5fc46c0f582655786484473b7d7a79d (diff) | |
Release version 1.56.0-3 to experimental debian/1.56.0-3
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9da9383a..0e72db3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +network-manager (1.56.0-3) experimental; urgency=medium + + [ Luca Boccassi ] + * Install and use sysusers.d config file + sysusers.d config files allow a package to use declarative configuration + instead of manually written maintainer scripts. + This also allows image-based systems to be created with /usr/ only, and + also allows for factory resetting a system and recreating /etc/ on boot. + https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html + + [ Michael Biebl ] + * Tweak package description and dependencies for network-manager-ovs + * Split off support for team devices. + Support for team devices is a rarely used feature. + Ship it in a separate package named network-manager-team. + This reduces the dependency chain of the main network-manager package + (removes libjansson and libteamdctl) and also reduces the runtime + footprint. + + -- Michael Biebl <biebl@debian.org> Wed, 04 Mar 2026 17:36:26 +0100 + network-manager (1.56.0-2) experimental; urgency=medium * Enable Open vSwitch (OVS) support. |