Skip to content
This is the seventh alpha of the 0.4 release of the Aegir hosting
system.

The focus of this release has been on stability and bug fixes.

 * #731550 - set the default db server to be that of the web server now that the nodes have merged
 * #724498 provide help info explaining why it might be useful to set the queue dispatch frequency to every 1 second
 * fix for #725952 - always show all enabled platforms for uid 1. Only show the platform access control checkboxes if the Client feature is enabled, as that's only when it'd really be required
 * fix for hostmaster upgrade path from 6.15 to 6.16
 * disable the ability to run the lock or delete task on the default platform. another platform will need to be made the default before this occurs, else the site form becomes more crazy than mig5. Probably will need end-user documentation to suit.
 * #752700 - display last executed time on task list
 * #732676 - sort platforms alphabetically
 * #726756 - fix to send welcome mail to clients
 * #674916 - fix default values for SSL form, don't fiddle with the port when changing SSL settings since it's ignored in the backend anyways
 * #758682 - prevent a site from being cloned to a locked platform. introduce a hosting_platform_is_locked helper function for that sort of thing. hide bits of forms as a result.
 * #764410 - change wording to be non migrate-specific to account for clone
 * don't save the unprivileged db user/pass to the db server as superuser credentials. to avoid the misleading information causing the most common user error in the next alpha that will still have a forms-based hostmaster profile
 * Some documentation fixes to the INSTALL.txt