diff --git a/debian/changelog b/debian/changelog index 5eca5e0dc8..a5fd44aab6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ git-annex (5.20150529) UNRELEASED; urgency=medium be parsable as strange keys. * sync, remotedaemon: Pass configured ssh-options even when annex.sshcaching is disabled. + * assistant: Consume systemd-networkd dbus events to learn about + changes to network connections, as was already done with + network-manager and wicd. + Thanks to Sebastian Reuße for the patches. -- Joey Hess Sat, 30 May 2015 02:07:18 -0400 diff --git a/doc/todo/Support_dbus_monitor_for_networkd.mdwn b/doc/todo/Support_dbus_monitor_for_networkd.mdwn index aa7cd69d2f..c2936dc511 100644 --- a/doc/todo/Support_dbus_monitor_for_networkd.mdwn +++ b/doc/todo/Support_dbus_monitor_for_networkd.mdwn @@ -1,3 +1,5 @@ As of late, systemd-networkd supports a network monitor via dbus under “org.freedesktop.network1“. It would be convenient if the assistant supported this. Cf. this [commit](http://cgit.freedesktop.org/systemd/systemd/commit/?id=e331e24649213f2e093e16e4d3d64ee823dfc375). + +> patches! Awesome! merged [[done]] --[[Joey]]