summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-10 11:40:33 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-10 11:40:33 -0400
commite105186172a34f4c3ba05af594e34dfa63083b72 (patch)
treebd949b90bceb238b5133197942cee47b740d7620 /CHANGELOG.txt
parent3c8b182b79850c497b24c79c1c3e56999b3da12a (diff)
downloadbrdo-e105186172a34f4c3ba05af594e34dfa63083b72.tar.gz
brdo-e105186172a34f4c3ba05af594e34dfa63083b72.tar.bz2
Issue #496170 by stefan.r, chx, Fabianx, jbrauer, David_Rothstein, roderik, rwohleb, pounard, kenorb, Jose Reyero, joelpittet, catch: module_implements() cache can be polluted by module_invoke_all() being called (in)directly prior to full bootstrap completion
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 069595046..4e9e4f0da 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,9 @@
Drupal 7.40, xxxx-xx-xx (development version)
-----------------------
+- Fixed various bugs that occurred after hooks were invoked early in the Drupal
+ bootstrap and that caused module_implements() and drupal_alter() to cache an
+ incomplete set of hook implementations for later use.
- Set the X-Content-Type-Options header to "nosniff" when possible, to prevent
certain web browsers from picking an unsafe MIME type.
- Prevented the database API from executing multiple queries at once on MySQL,