]> git.mjollnir.org Git - moodle.git/commitdiff
Updated version and release notes
authormoodler <moodler>
Sun, 12 Jan 2003 07:11:44 +0000 (07:11 +0000)
committermoodler <moodler>
Sun, 12 Jan 2003 07:11:44 +0000 (07:11 +0000)
lang/en/docs/release.html
version.php

index 20051296c0237d9b565d8046f4cd6e9e07cd3340..eaad3a515dbce392c254e7f56def8c7cba544f36 100644 (file)
 <BODY BGCOLOR="#FFFFFF">
 <H2>Release notes</H2>
 
+<H3> New in Moodle 1.0.8.1 (12th January, 2003) :</H3>
+<UL><DL>
+<DT> No new features, just bug fixes:</DT>
+<DD>
+   <LI> Fixed one-in-a-million bug with email confirmations 
+   <LI> Quiz feedback text can be styled
+   <LI> Deals better with a new module that is not readable
+   <LI> Fixed bug when setting times for assignments, quizzes when the teacher is in a different timezone to the server
+   <LI> Fixed listing of calendar months on some servers
+   <LI> Richtext editor now works properly in choice module
+   <LI> More robust when looking for some environment variables
+   <LI> Installer checks that sessions directory is writeable
+   <LI> Added a small test program to test sessions support
+</DD>
+</DL></UL>
+
+<HR>
+
+
 <H3> New in Moodle 1.0.8 (6th January, 2003) :</H3>
 <UL><DL>
 <DT> Databases</DT>
index 7567939af65bf671ae2fbe2119070b6b1c2703fe..27e851d095803265dccffe8626b3fab3ee2d47ad 100644 (file)
@@ -5,7 +5,7 @@
 // database to determine whether upgrades should
 // be performed (see lib/db/*.php)
 
-$version = 2003011000;   // The current version is a date (YYYYMMDDXX)
+$version = 2003011200;   // The current version is a date (YYYYMMDDXX)
 
-$release = "1.0.9 dev";  // User-friendly version number
+$release = "1.0.8.1";  // User-friendly version number