diff --git a/aegir.make b/aegir.make index f0a70a35c3340686825ea3d353bd8a01581badf0..dbcb3da3bda02676c865ebe6e6a8eda610d12239 100644 --- a/aegir.make +++ b/aegir.make @@ -6,4 +6,4 @@ projects[drupal][type] = "core" projects[hostmaster][type] = "profile" projects[hostmaster][download][type] = "git" projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git" -projects[hostmaster][download][branch] = "6.x-2.x" +projects[hostmaster][download][tag] = "6.x-2.0-beta2" diff --git a/debian/changelog b/debian/changelog index f9b7f11e3edc057435b5abf9083a0ee49b0ceb20..63686f595e46bf26099221cc3fa593241f998b6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +aegir-provision2 (2.0~beta2) unstable; urgency=low + + * This release mainly targets a few critical bugs that were found in the + first beta, namely IP allocation on non-SSL and non-cluster sites + which was completely broken, some problems with the new views + integration and the Debian package. + * We also introduce a few new features and finally drop support for + provisionning Drupal 5 sites completely. + * Full release notes at http://community.aegirproject.org/2.0-beta2 + + -- Antoine Beaupré Wed, 26 Jun 2013 14:30:31 -0400 + aegir-provision2 (2.0~beta1) unstable; urgency=low * Feature freeze begins, only critical and major bug fixes will be diff --git a/provision.info b/provision.info index a956a2991cc99d8663849f612cc79b4249a81200..35915bfae202ff50427beb0d08fa8b26e75bfbff 100644 --- a/provision.info +++ b/provision.info @@ -1,4 +1,4 @@ name=Provision description="Aegir backend" -version=6.x-2.x +version=6.x-2.0-beta2 diff --git a/upgrade.sh.txt b/upgrade.sh.txt index 6bd90360516801e5ad47257dee36cdb8933d352c..a10c84585fc8c5cd8a82eb800feab07f02bbbe88 100644 --- a/upgrade.sh.txt +++ b/upgrade.sh.txt @@ -15,7 +15,7 @@ msg() { } # basic variables, change before running -AEGIR_VERSION="6.x-2.x" +AEGIR_VERSION="6.x-2.0-beta2" DRUSH_DIR=$HOME/drush DRUSH=$DRUSH_DIR/drush.php if which drush 2> /dev/null > /dev/null && which drush | grep -v 'no drush in' > /dev/null; then