summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-06-03 18:06:36 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-06-03 18:06:36 -0400
commit30a95c80f3a1f0259c388f2b07cab171ac9ba223 (patch)
treece0ef466f5002d59429f36faabf6cfc49826551c /CHANGELOG.txt
parent43c8918f96612d6ab37e8ca122e0f7c0ac4520a1 (diff)
downloadbrdo-30a95c80f3a1f0259c388f2b07cab171ac9ba223.tar.gz
brdo-30a95c80f3a1f0259c388f2b07cab171ac9ba223.tar.bz2
Issue #1739986 by RobLoach, pwolanin, sun, Berdir, moshe weitzman, andypost, dcam: Fixed fallback in drupal_get_hash_salt(), move it to bootstrap.inc, use instead of $GLOBALS['drupal_hash_salt()'].
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 65b2a6795..18bebb547 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,9 @@
Drupal 7.23, xxxx-xx-xx (development version)
-----------------------
+- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
+ additional places in the code, for added security in the case where there is
+ no hash salt in settings.php.
- Fixed a regression in Drupal 7.22 that caused internal server errors for
sites running on very old Apache 1.x web servers.