summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-04-22 09:18:47 +0000
committerDries Buytaert <dries@buytaert.net>2008-04-22 09:18:47 +0000
commit99b87b4daef5b21eecf88005415b4173aa1ca8b6 (patch)
tree309202935b9e42c63510b3b178c258b6e3c1b089 /CHANGELOG.txt
parentffc0e93c4eb0555a08f0b58bed0735416e6ba41f (diff)
downloadbrdo-99b87b4daef5b21eecf88005415b4173aa1ca8b6.tar.gz
brdo-99b87b4daef5b21eecf88005415b4173aa1ca8b6.tar.bz2
- Patch #249342 by keith.smith: CHANGELOG.txt clean-up.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt27
1 files changed, 13 insertions, 14 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 953c7bf9d..4005842d7 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -6,27 +6,26 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Protected cron.php -- cron will only run if the proper key is provided.
* Changed to much stronger password hashes that are also compatible with the
Portable PHP password hashing framework.
- * Implemented a pluggable password hashing API (similar to how an alternate
- cache mechanism can be used) to allow developers to readily substitute
- an alternative hashing and authentication scheme.
+ * Implemented a pluggable password hashing API that supports alternative
+ hashing and authentication schemes.
- Usability:
* Implemented drag-and-drop positioning for input format listings.
- * Provide descriptions for permissions on the administration page.
+ * Provided descriptions for user permissions.
- Search:
- * Made it possible to language-aware searches.
+ * Added support for language-aware searches.
- Testing:
* Added test framework and tests.
- Removed ping module:
- * This module has been removed from the core download. Contributed
- alternatives are available.
-- Removed access rules:
- * The access rules capability of user module has been stripped down to a
- simple method for blocking IP addresses. E-mail and username restrictions
- are now available in a contributed module. IP address range blocking is
- no longer supported and should be done at the server level.
+ * Contributed modules with similar functionality are available.
+- Refactored the "access rules" component of user module:
+ * The user module now provides a simple interface for blocking single
+ IP addresses. Previous user module functionality for restricting certain
+ e-mail addresses and usernames are available as a contributed module.
+ Further, IP address range blocking is no longer supported and should be
+ implemented at the operating system level.
- Removed throttle module:
- * The throttle module has been removed. Alternative methods to improve
- performance are available in core and contributed modules.
+ * Alternative methods for improving performance are available in other core and
+ contributed modules.
Drupal 6.0, 2008-02-13
----------------------