Aegir 0.4 alpha 1 released.

anarcat's picture

The Aegir project is happy to present the first alpha release of the 0.4 milestone. This is a "developer preview" release following the hugely popular 0.3 release, to allow people to play around with the new features we are developing and is not meant to be production-ready, use at your own risks. It should be fairly stable anyways, as very little major changes were brought in, but a lot of new exciting features!

Installation and upgrade instructions

New features:

Bugfixes

API changes

  • more parameters to domain validation: instead of just passing nid and port, we now pass an array of parameters, which will usually be a array version of the node object. hooks can now validate against a client and such. now we are certain that client A cannot create a site on a different port than client B for the same domain (but client A can). see #570980: allow vhosts of the same name on a different port
  • ditch the confusing hosting_site_exists() in favor of a more generic and consistent hosting_domain_allowed() that also calls the hook_allow_domain, which should all return true for the site to be allowed
  • virtual hosts files are now created with the port in the file name so that different vhosts on different can be generated without conflicts.
Login to post comments