diff --git a/aegir.make b/aegir.make index c98843487bf6b14b470feb6d0bc856256cd7665f..6825d32846bbc487b0202e7449beb5e6f503f134 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-1.x" +projects[hostmaster][download][tag] = "6.x-1.9" diff --git a/debian/changelog b/debian/changelog index cc95f89f9852cdafbe32245f1b753db650436c44..27c60005a324d11ee2dfee3009b5ef5643a4c3ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +aegir-provision (1.9) testing; urgency=high + + * new release: Security fixes for less-critical vulnerabilities found in + the front-end, also various bug fixes since release 1.8. + + -- Steven Jones Wed, 16 May 2012 13:03:17 +0100 + aegir-provision (1.8) testing; urgency=low * new release: various bugfixes to regressions introduced in 1.7, a few diff --git a/provision.info b/provision.info index 43567aa49b14e8acb290edc2d178c9a9608ea1ce..6b870ae0b4416afe9064089d7f8fffd5d9269030 100644 --- a/provision.info +++ b/provision.info @@ -1,4 +1,4 @@ name=Provision description="Aegir backend" -version=6.x-1.x +version=6.x-1.9 diff --git a/upgrade.sh.txt b/upgrade.sh.txt index afa25d2cb93466a579ab5c42380e8991fe69c1bf..c1f9df3f3e01b582e0410351f73de27c641e8f0f 100644 --- a/upgrade.sh.txt +++ b/upgrade.sh.txt @@ -15,7 +15,7 @@ msg() { } # basic variables, change before running -AEGIR_VERSION="6.x-1.x" +AEGIR_VERSION="6.x-1.9" 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