diff options
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e118d0a3..7a0c6c4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,54 @@ +network-manager (1.10.8-1ubuntu1) UNRELEASED; urgency=medium + + * Merge with Debian (LP: #1758331). Remaining changes: + - Use systemd-resolved instead of dnsmasq + - debian/control: + + Depend on isc-dhcp-client instead of recommends + + Recommend network-manager-pptp + + Suggest avahi-autoipd for IPv4LL support + - debian/rules, debian/network-manager.postinst: + + Don't restart NetworkManager on upgrade but recommend restarting + the computer + - debian/rules, debian/network-manager.postinst: + + Don't install sysvinit scripts or migrate from sysvinit + - debian/network-manager.postinst: + + Don't add the netdev group. + + drop in an empty override file for NetworkManager to manage all + devices for upgrade from any version, as long as there is no + netplan configuration yet. (LP: #1676547) + - debian/network-manager.maintscript + + Remove /etc/dbus-1/system.d/nm-ofono.conf + - debian/default-wifi-powersave-on.conf, debian/rules: + + Install a config file to enable WiFi powersave + - Enable build tests + - Add autopkgtests + - debian/source_network-manager.py, debian/network-manager.install, + debian/network-manager.links: Add apport hook + - Add network-manager-config-connectivity-ubuntu package + - NetworkManager.conf: disable MAC randomization feature. There is no + easy way for desktop users to disable this feature yet. And there are + reports that it doesn't work well with some systems. (LP: #1681513) + - Update Vcs links to point to Ubuntu branch + - Add patches. See patch descriptions for more details: + + Provide-access-to-some-of-NM-s-interfaces-to-whoopsie.patch + + Update-dnsmasq-parameters.patch + + Disable-general-with-expect.patch + + libnm-Check-self-still-NMManager-or-not.patch + + dns-manager-don-t-merge-split-DNS-search-domains.patch + + Read-system-connections-from-run.patch + + e91f1a7d2a6b8400b6b331d5b72287dcb5164a39.patch + + dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled) + - debian/tests/urfkill-integration - don't stop/start network manager + + -- Jeremy Bicha <jbicha@debian.org> Fri, 11 May 2018 19:00:51 -0400 + +network-manager (1.10.8-1) unstable; urgency=medium + + * New upstream version 1.10.8 + * Rebase patches + + -- Michael Biebl <biebl@debian.org> Fri, 11 May 2018 22:19:39 +0200 + network-manager (1.10.6-2ubuntu1) bionic; urgency=medium * Merge with Debian (LP: #1758331). Remaining changes: @@ -44,6 +95,14 @@ network-manager (1.10.6-2ubuntu1) bionic; urgency=medium -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 26 Mar 2018 09:21:12 -0400 +network-manager (1.10.6-3) unstable; urgency=medium + + * Stop building libnm-glib/libnm-util. + Those libraries have been deprecated for several years. The successor is + libnm, a GObject-based client library using GDBus instead of dbus-glib. + + -- Michael Biebl <biebl@debian.org> Wed, 18 Apr 2018 19:40:01 +0200 + network-manager (1.10.6-2) unstable; urgency=medium * Update Vcs-* to point to https://salsa.debian.org |