diff options
-rw-r--r-- | CHANGELOG.txt | 5 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 750aabb24..69d94de73 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,9 @@ +Drupal 7.21, 2013-03-06 +----------------------- +- Allowed sites using the 'image_allow_insecure_derivatives' variable to still + have partial protection from the security issues fixed in Drupal 7.20. + Drupal 7.20, 2013-02-20 ----------------------- - Fixed security issues (denial of service). See SA-CORE-2013-002. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 2cfdfe953..93322de45 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.20'); +define('VERSION', '7.21'); /** * Core API compatibility. |