<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>
// 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