diff --git a/lang/en/docs/release.html b/lang/en/docs/release.html
index d7b15f7606e..73a724c1646 100644
--- a/lang/en/docs/release.html
+++ b/lang/en/docs/release.html
@@ -10,7 +10,7 @@
Release notes
- New in Moodle 1.0.8 (due for release soon)
+ New in Moodle 1.0.8 (due for release 6th January)
- Databases
- Moodle now has complete native support support for PostgreSQL 7 databases (thanks
@@ -62,7 +62,9 @@
- The database module now supports databases that contain md5-encrypted passwords,
which means it should now be compatible with systems like PostNuke. When using
external authorisation students are now forced to fully fill-out their information
- before they can enter any course.
+ before they can enter any course. An ADOdb bug was also causing some mischief
+ when the external database type was the same as the Moodle database.
+ Overall it's now quite usable.
- Administration
- The admin can now assign other people to also be admins.
@@ -85,6 +87,7 @@
- Usernames can now contain "." and "-" characters.
- Cookies now use table prefixes for unique naming, so that many
different moodle sites can be run on the same web site and database.
+
- Site news forum heading can now be changed (edit the forum).
- Some small performance improvements here and there
- Many little code clean-ups.