- Some minor massaging.

6.x
Dries Buytaert 2007-08-21 08:15:07 +00:00
parent 6eaaa3c1b3
commit 22c1cb8a6a
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Fixes faulty and chopped off HTML in postings.
* Tags are now automatically closed at the end of the teaser.
- Performance:
* Made it easier to conditionally load include files.
* Made it easier to conditionally load include files and split up many core modules.
* Added a JavaScript aggregator and compressor.
* Added block-level caching, improving performance for both authenticated and anonymous users.
* Made Drupal work correctly when running behind a reverse proxy like Squid or Pound.
* Added block-level caching, improving performance for logged-in users.
- File handling improvements:
* Entries in the files table are now keyed to a user, and not a node.
* Added re-usable validation functions to check for uploaded file sizes, extensions, and image resolution.