diff options
| author | Michael Biebl <biebl@debian.org> | 2018-02-07 02:39:23 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-02-07 02:39:23 +0100 |
| commit | 50f6b47074e01dffb8dc536c0a20961dcf28ae9b (patch) | |
| tree | b4bd771d78ebe38661b8c4ec8b9a8e0eb8261eb5 /NEWS | |
| parent | afcd268ea7b1149fbfb66bce4eca659b675da0a2 (diff) | |
New upstream version 1.10.4 upstream/1.10.4
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS index adea9f06..1a6aae8c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,21 @@ =============================================== +NetworkManager-1.10.4 +Overview of changes since NetworkManager-1.10.2 +=============================================== + +This is a new stable release of NetworkManager. Notable changes include: + +* Load jansson at runtime. This solves a clash with json-glib that caused + a gnome-control-center crash, but also gets rid of a hard dependency. +* Correct nmcli exit values after receiving a signal. +* Fix libnm secret agent asynchronous initialization. +* Add a default route for a modem even if it didn't sent a gateway. +* Improve communication of DAD failures. +* Remember device default metrics across daemon restarts. +* Various bug fixes including possible crashes. +* Updated translations. + +=============================================== NetworkManager-1.10.2 Overview of changes since NetworkManager-1.10.0 =============================================== |