diff --git a/doc/release.html b/doc/release.html
index e4d634be8d5..aaab31d7e3c 100644
--- a/doc/release.html
+++ b/doc/release.html
@@ -16,10 +16,12 @@
New methods just added include IMAP, POP3 and NNTP servers (including
those using SSL or certificate-based authentication), and also
authentication against user-specified fields in ANY
- external database table. In addition, Moodle now sports a cool
+ external database table. The login page can now be partially customised
+ by the admin with personalised instructions, and the guest login can be
+ hidden if desired. In addition, Moodle now sports a cool
new admin GUI for configuring all of this, so it should be pretty
- easy to configure external authentication.
- Many thanks to contributor Petri Asikainen for helping with the GUI.
+ easy now to set up external authentication.
+ Many thanks to contributor Petri Asikainen for helping with the admin GUI.
Languages
Complete new Norwegian translation (from Jøran Sørbø), and updates for several others.
@@ -40,7 +42,7 @@
- Day value in dates (eg forum posts, weekly listing) are
now displayed correctly on Windows servers.
-
- config-dist.php is now DOS format to make it easier for Windows users.
+
- config-dist.php and README.txt is now in DOS format to make it easier for Windows users to get started (Unix users shouldn't be affected).
- Added a workaround (and new config switch in config-dist.php) for
some systems which have buggy referer variables. This should help
those people getting "stuck" on a form during setup.
@@ -49,12 +51,15 @@
- Character set in email now matches current language.
- User pictures are now uploaded even if other fields have errors.
- Full-size user pictures on user profile page no longer clickable.
+
- Long user listing now has a small notice at the bottom about automatic unenrolment
+
- Unenrol and change password buttons are hidden for guest student
- Fixed occasional case where submitted assignments were sometimes having their owner changed.
- User log graphs are now faster, cleaner and translatable.
- Fixed HTML display errors with courses on front page.
- Admin and guest accounts now always work, even with external authentication activated.
- Slightly more security when writing/reading files (now checks for embedded scripting).
- The same user can now be deleted more than once (create, delete, recreate, delete caused error).
+
- Language editor now works with multibyte languages (Thanks, Mits)