summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-27 19:53:18 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-27 19:53:18 +0000
commit5468b47b91ee040b35d30f7d8a79c66fba51531d (patch)
treedd1dd2c05885ae70c3933be545f65abf4f8229fc /CHANGELOG.txt
parent1aec298314454b67fbc18738c3ffa6f12a14dd59 (diff)
downloadbrdo-5468b47b91ee040b35d30f7d8a79c66fba51531d.tar.gz
brdo-5468b47b91ee040b35d30f7d8a79c66fba51531d.tar.bz2
- Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added initial support for PHP file wrappers.
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 12dfe3e47..7bbf11779 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -103,6 +103,9 @@ Drupal 7.0, xxxx-xx-xx (development version)
uploading a site logo--that don't require the overhead of databases and
hooks, the current unmanaged copy, move and delete operations have been
preserved but renamed to file_unmanaged_*().
+ * Rewrote file handling to use PHP stream wrappers to enable support for
+ both public and private files and to support pluggable storage mechanisms
+ and access to remote resources (e.g. S3 storage or Flickr photos).
- Image handling:
* Improved image handling, including better support for add-on image
libraries.