Release 0.0.9:

* Release 0.0.9:
  - Probe network before showing Login screen.
This commit is contained in:
Mathieu Trudel-Lapierre 2016-08-23 16:19:26 -04:00
parent ee0a3888bf
commit 7d9d8b0199
2 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,7 @@ class IdentityController(BaseIdentityController):
self.ui.set_footer(footer) self.ui.set_footer(footer)
net_model = self.controllers['Network'].model net_model = self.controllers['Network'].model
net_model.probe_network()
configured_ifaces = net_model.get_configured_interfaces() configured_ifaces = net_model.get_configured_interfaces()
login_view = LoginView(self.opts, login_view = LoginView(self.opts,
self.model, self.model,

5
debian/changelog vendored
View File

@ -1,8 +1,9 @@
subiquity (0.0.8) yakkety; urgency=medium subiquity (0.0.9) UNRELEASED; urgency=medium
* Release 0.0.8: * Release 0.0.9:
- Fix crash on turning on DHCP for an interface that has manual addresses. - Fix crash on turning on DHCP for an interface that has manual addresses.
- Better UI for applying networking changes. - Better UI for applying networking changes.
- Probe network before showing Login screen.
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Tue, 23 Aug 2016 13:51:20 +1200 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Tue, 23 Aug 2016 13:51:20 +1200