Skip to content
Snippets Groups Projects
Commit bff83f53 authored by anarcat's avatar anarcat
Browse files

change version information for release 2.0-beta2

parent a6a3971f
No related branches found
Tags 6.x-2.0-beta2
No related merge requests found
......@@ -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"
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
......
name=Provision
description="Aegir backend"
version=6.x-2.x
version=6.x-2.0-beta2
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment