summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-07-08 19:22:48 +0000
committerDries Buytaert <dries@buytaert.net>2004-07-08 19:22:48 +0000
commita0671877111ade392e699588c2efcbeaa139354b (patch)
tree57b2b6c00448c758c1334811ec9abf2094be2a7d /CHANGELOG.txt
parent56fa37cb8ed145e83a639fb45ac96fb399cad1b0 (diff)
downloadbrdo-a0671877111ade392e699588c2efcbeaa139354b.tar.gz
brdo-a0671877111ade392e699588c2efcbeaa139354b.tar.bz2
- Patch #8509 by Killes and Steven: added support for sending compressed
pages. Useful to reduce your site's bandwidth.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 30bc4331e..e180b2fc5 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -27,9 +27,13 @@ Drupal x.x.x, xxxx-xx-xx
* added 'categories' block.
- blogger API:
* added support for auto-discovery of blogger API via RSD.
+- performance:
+ * added support for sending gzip compressed pages.
- accessibility:
* improved the accessibility of the archive module's calendar.
* improved form handling and error reporting.
+- documentation:
+ * added PHPDoc/Doxygen comments.
Drupal 4.4.2, 2004-07-04
@@ -80,10 +84,11 @@ Drupal 4.4.0, 2004-04-01
* grouped form elements using '<fieldset>' and '<legend>' tags.
* added '<label>' tags to form elements.
- refactored 404 (file not found) handling and added support for custom 404 pages.
-- documentation:
- * added PHPDoc/Doxygen comments.
- improved the filter system to prevent conflicts between filters:
* made it possible to change the order in which filters are applied.
+- documentation:
+ * added PHPDoc/Doxygen comments.
+
Drupal 4.3.2, 2004-01-01
------------------------