diff --git a/console_conf/controllers/identity.py b/console_conf/controllers/identity.py index 3f09b061..898ae0a9 100644 --- a/console_conf/controllers/identity.py +++ b/console_conf/controllers/identity.py @@ -37,6 +37,7 @@ class IdentityController(BaseIdentityController): self.ui.set_footer(footer) net_model = self.controllers['Network'].model + net_model.probe_network() configured_ifaces = net_model.get_configured_interfaces() login_view = LoginView(self.opts, self.model, diff --git a/debian/changelog b/debian/changelog index 28df1f67..af371db8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. - Better UI for applying networking changes. + - Probe network before showing Login screen. -- Michael Hudson-Doyle Tue, 23 Aug 2016 13:51:20 +1200