summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-27 21:41:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-27 21:41:44 +0000
commit11f7c9662c0d0dd2a802380b0f89aa18438fb9e5 (patch)
tree79a126c7db1f123a935fa8cb3389f4d7a4b5de00 /CHANGELOG.txt
parent6f41d692fd407cf63bf3c4f560129cddca054ac9 (diff)
downloadbrdo-11f7c9662c0d0dd2a802380b0f89aa18438fb9e5.tar.gz
brdo-11f7c9662c0d0dd2a802380b0f89aa18438fb9e5.tar.bz2
- Patch #300993 by sun: added CHANGELOG.txt entries for user module.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt19
1 files changed, 11 insertions, 8 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ead49ed0e..c4e91388a 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -83,14 +83,17 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Refactored the HTML corrector to take advantage of PHP 5 features.
- Removed ping module:
* Contributed modules with similar functionality are available.
-- Removed per-user themes:
- * 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. The previous functionality in the user module for restricting
- certain e-mail addresses and usernames is now available as a contributed module.
- Further, IP address range blocking is no longer supported and should be
- implemented at the operating system level.
+- User system:
+ * Added clean API functions for creating, loading, updating, and deleting
+ user roles and permissions.
+ * Refactored the "access rules" component of user module: The user module
+ now provides a simple interface for blocking single IP addresses. The
+ previous functionality in the user module for restricting certain e-mail
+ addresses and usernames is now available as a contributed module. Further,
+ IP address range blocking is no longer supported and should be implemented
+ at the operating system level.
+ * Removed per-user themes: Contributed modules with similar functionality
+ are available.
- Removed throttle module:
* Alternative methods for improving performance are available in other core and
contributed modules.