From c2cae51e5c32296f6129edb0bc08d5d2b38b92c9 Mon Sep 17 00:00:00 2001 From: Lee Rowlands Date: Wed, 20 Mar 2019 16:01:25 +1000 Subject: [PATCH] Drupal 7.65 --- CHANGELOG.txt | 5 +++++ includes/bootstrap.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8c651312f5e..8a567dc0623 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,11 @@ Drupal 7.xx, xxxx-xx-xx (development version) ----------------------- +Drupal 7.65, 2019-03-20 +----------------------- +- Fixed security issues: + - SA-CORE-2019-004 + Drupal 7.64, 2019-02-06 ----------------------- - [regression] Unset the 'host' header in drupal_http_request() during redirect diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 67185710060..bbf21d7625f 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.64'); +define('VERSION', '7.65'); /** * Core API compatibility.