diff options
author | Kali Kaneko <kali@leap.se> | 2013-12-23 02:35:28 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-12-23 02:35:28 -0400 |
commit | f056eaa85fb3cf23555b23631050976d9800b704 (patch) | |
tree | 693ff2c168f5ad702ccfe810cacb8b974a58563f /changes | |
parent | 4425bc74d6bb679f143538027f28602bfe973425 (diff) | |
parent | bdc638e6fc3dadaaf9c60a19f4e850c5450cfc3e (diff) |
Merge branch 'develop' into debian-0.5.0-rc
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-4633_fix-resolvconf-usage | 1 | ||||
-rw-r--r-- | changes/bug-4670_disable-eip-and-disable-actions | 2 | ||||
-rw-r--r-- | changes/bug-4734_akm-stored-public-keys-view | 1 | ||||
-rw-r--r-- | changes/bug-4742_reset-registration-page-error | 2 | ||||
-rw-r--r-- | changes/bug_use_bitmask_icon_mac | 2 | ||||
-rw-r--r-- | changes/feature-4753-move-login-widget-to-top-of-main-window | 2 | ||||
-rw-r--r-- | changes/feature_4792_repair-mailboxes | 3 | ||||
-rw-r--r-- | changes/feature_display_domain_instead_of_provider_name | 2 | ||||
-rw-r--r-- | changes/feature_mail-debug | 1 | ||||
-rw-r--r-- | changes/feature_refactor_provider_bootstrapper | 2 |
10 files changed, 18 insertions, 0 deletions
diff --git a/changes/bug-4633_fix-resolvconf-usage b/changes/bug-4633_fix-resolvconf-usage new file mode 100644 index 00000000..de40d03a --- /dev/null +++ b/changes/bug-4633_fix-resolvconf-usage @@ -0,0 +1 @@ +- Correct resolvconf usage. Avoids permanent break of resolv.conf. Closes #4633. diff --git a/changes/bug-4670_disable-eip-and-disable-actions b/changes/bug-4670_disable-eip-and-disable-actions new file mode 100644 index 00000000..7f11b3bb --- /dev/null +++ b/changes/bug-4670_disable-eip-and-disable-actions @@ -0,0 +1,2 @@ +- Disable and stop EIP when you set EIP as disabled in the preferences dialog. + Closes #4670. diff --git a/changes/bug-4734_akm-stored-public-keys-view b/changes/bug-4734_akm-stored-public-keys-view new file mode 100644 index 00000000..bdba2cb2 --- /dev/null +++ b/changes/bug-4734_akm-stored-public-keys-view @@ -0,0 +1 @@ +- Advanced Key Management: add view for stored public keys. Closes #4734. diff --git a/changes/bug-4742_reset-registration-page-error b/changes/bug-4742_reset-registration-page-error new file mode 100644 index 00000000..2b031796 --- /dev/null +++ b/changes/bug-4742_reset-registration-page-error @@ -0,0 +1,2 @@ +- Reset registration error and input widgets if the user goes back to provider + selection in wizard. Closes #4742. diff --git a/changes/bug_use_bitmask_icon_mac b/changes/bug_use_bitmask_icon_mac new file mode 100644 index 00000000..d9015466 --- /dev/null +++ b/changes/bug_use_bitmask_icon_mac @@ -0,0 +1,2 @@ +- Use Bitmask icon instead of LEAP's for the super user dialog in + OSX. Fixes #4273.
\ No newline at end of file diff --git a/changes/feature-4753-move-login-widget-to-top-of-main-window b/changes/feature-4753-move-login-widget-to-top-of-main-window new file mode 100644 index 00000000..0ab23b24 --- /dev/null +++ b/changes/feature-4753-move-login-widget-to-top-of-main-window @@ -0,0 +1,2 @@ +-- Minor UI changes: re-arrange main window so that the login widget is at the top and preferences are available under the menu. + diff --git a/changes/feature_4792_repair-mailboxes b/changes/feature_4792_repair-mailboxes new file mode 100644 index 00000000..cb570e8b --- /dev/null +++ b/changes/feature_4792_repair-mailboxes @@ -0,0 +1,3 @@ +- Add --repair-mailboxes command line option. It will be needed to migrate + existing account after a data schema changes, like it will be happening for + 0.5.0. Closes: #4792 diff --git a/changes/feature_display_domain_instead_of_provider_name b/changes/feature_display_domain_instead_of_provider_name new file mode 100644 index 00000000..0b2c42a6 --- /dev/null +++ b/changes/feature_display_domain_instead_of_provider_name @@ -0,0 +1,2 @@ +- Display domain for provider the user has just logged in. Fixes + #4631.
\ No newline at end of file diff --git a/changes/feature_mail-debug b/changes/feature_mail-debug new file mode 100644 index 00000000..5535a49a --- /dev/null +++ b/changes/feature_mail-debug @@ -0,0 +1 @@ +- Add ability to write mail logs to a separate file. diff --git a/changes/feature_refactor_provider_bootstrapper b/changes/feature_refactor_provider_bootstrapper new file mode 100644 index 00000000..969b259f --- /dev/null +++ b/changes/feature_refactor_provider_bootstrapper @@ -0,0 +1,2 @@ +- Refactor ProviderBootstrapper out of the UI modules to a Backend + module, obscuring all the details.
\ No newline at end of file |