From bff83f53461ca4f43a5c12b51ba8c1166a6ee116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@koumbit.org> Date: Wed, 26 Jun 2013 14:31:16 -0400 Subject: [PATCH] change version information for release 2.0-beta2 --- aegir.make | 2 +- debian/changelog | 12 ++++++++++++ provision.info | 2 +- upgrade.sh.txt | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/aegir.make b/aegir.make index f0a70a35c..dbcb3da3b 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 f9b7f11e3..63686f595 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é <anarcat@debian.org> 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 a956a2991..35915bfae 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 6bd903605..a10c84585 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 -- GitLab