]> git.mjollnir.org Git - moodle.git/commitdiff
New features and fixes
authormoodler <moodler>
Tue, 19 Nov 2002 16:14:47 +0000 (16:14 +0000)
committermoodler <moodler>
Tue, 19 Nov 2002 16:14:47 +0000 (16:14 +0000)
doc/release.html

index d83be24ea6f5310a40fa1cbeb599b1030106aa6f..adfa86c2ec0be269e0279077acc38713dba99b24 100644 (file)
@@ -6,6 +6,40 @@
 <BODY BGCOLOR="#FFFFFF">
 <H2>Release notes</H2>
 
+<P>  New in Moodle 1.0.6.4:   </P>
+<UL><DL>
+
+<DT> Authentication
+<DD> Moodle now features seven different authentication mechanisms!
+     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, (thanks to contributor Petri
+     Asikainen), Moodle now sports a cool new GUI for configuring 
+     all of this, so it should be pretty easy to hook Moodle up to 
+     nearly any external list of users.
+
+<DT> Languages
+<DD> Complete new Norwegian translation (see credits for details), 
+     and updates for several others.
+
+<DT> Bug fixes
+<DD> <UL>
+     <LI> Day value in dates (eg forum posts, weekly listing) are 
+          now displayed correctly on Windows servers.
+     <LI> config-dist.php is now DOS format to make it easier for Windows users.
+     <LI> 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.
+     <LI> Logout now sends you to the home page.
+     <LI> Timezones now range between -13 to 13 hours (for daylight saving).
+     <LI> Character set in email now matches current language
+     </UL>
+
+</DL></UL>
+
+
+<HR>
 <P>  New in Moodle 1.0.6.3:   </P>
 <UL><DL>