diff --git a/aegir-release.make b/aegir-release.make index 802feba70fd018c29d2577d7600e6f652b93006a..48f4ddeab09c6bd47c0af6a342fefd95d770bfc5 100644 --- a/aegir-release.make +++ b/aegir-release.make @@ -3,7 +3,7 @@ api = 2 ; This makefile fetches the latest release of Drupal from Drupal.org. projects[drupal][type] = "core" -projects[drupal][version] = 7.59 +projects[drupal][version] = 7.60 ; Sync manually with drupal-org-core.make in the hostmaster repo. @@ -16,5 +16,5 @@ projects[drupal][patch][2885610] = "https://www.drupal.org/files/issues/2018-04- ; The release.sh script updates the version of hostmaster. projects[hostmaster][type] = "profile" projects[hostmaster][download][type] = "git" -projects[hostmaster][download][tag] = "7.x-3.160" +projects[hostmaster][download][tag] = "7.x-3.161" projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git" diff --git a/debian/changelog b/debian/changelog index 1b2bc6fbacfbca5fcbd23ab0b228307034a16f91..9c2376f80c804a4d29e16eea94af2885567625e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +aegir3-provision (3.161) testing; urgency=medium + + * Minor bugfix release + * Include Drupal 7.60 (security) + + -- Herman van Rink Thu, 18 Oct 2018 19:29:19 +0200 + aegir3-provision (3.160) unstable; urgency=medium * Bugfixes and UI improvements, see http://aegir.readthedocs.org/en/3.x/release-notes/3.16 diff --git a/provision.info b/provision.info index 14faf123f8ee41cedeade726afa1a952260ff6f5..c6bc3b93d3eed4f9e430227611da87826f965151 100644 --- a/provision.info +++ b/provision.info @@ -1,4 +1,4 @@ name=Provision description="Aegir backend" -version=7.x-3.160 +version=7.x-3.161 diff --git a/upgrade.sh.txt b/upgrade.sh.txt index 0f9a4551f293b34edbddb7b59da181f2da8b6b34..24b03367bec374385d639eb21a0f51cd0646083c 100644 --- a/upgrade.sh.txt +++ b/upgrade.sh.txt @@ -9,7 +9,7 @@ ######################################################################## # Basic variables, change before running. -AEGIR_VERSION="7.x-3.160" +AEGIR_VERSION="7.x-3.161" NEW_DRUSH_VERSION="stable" # e.g stable, unstable, ignore or a version number like 8.1.3 # Extra variables, no changes needed for most use-cases.