summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-02 08:59:54 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-02 08:59:54 +0000
commit0d9eedc8fb26b550c766b432e3e237c563272ace (patch)
tree4ca35341dccaa5c83004333dd65cfb652885b69e /CHANGELOG.txt
parent094a6b4f85de525d32a0b8787e533e5e77925f7d (diff)
downloadbrdo-0d9eedc8fb26b550c766b432e3e237c563272ace.tar.gz
brdo-0d9eedc8fb26b550c766b432e3e237c563272ace.tar.bz2
- Patch #727650 by Damien Tournoud: made OpenID more pluggable so we can extend it in contrib, and added support for Google's OpenID discovery protocol.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 9ddb62403..42784f225 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -99,6 +99,11 @@ Drupal 7.0, xxxx-xx-xx (development version)
at the operating system level.
* Removed per-user themes: Contributed modules with similar functionality
are available.
+- OpenID:
+ * Added support for Gmail and Google Apps for Domain identifiers. Users can
+ now login with their user@domain.com identifier when domain.com is powered
+ by Google.
+ * Made the OpenID module more pluggable.
- Added code registry:
* Using the registry, modules declare their includable files via their .info file,
allowing Drupal to lazy-load classes and interfaces as needed.