]> git.mjollnir.org Git - moodle.git/commitdiff
New info, ready for 1.0.6.2 release
authormoodler <moodler>
Sun, 10 Nov 2002 11:10:19 +0000 (11:10 +0000)
committermoodler <moodler>
Sun, 10 Nov 2002 11:10:19 +0000 (11:10 +0000)
doc/release.html
version.php

index 8386db57662f4cc3fa94fee10a4a77bc384328e5..124a2422e59d59fe8160e6b6511c3dc7bce65bef 100644 (file)
      that apply throughout the course, not just to one particular topic
      or week.<BR><BR>
 
+<DT> Speed improvements
+<DD> Course activity details are now cached for each course, which 
+     greatly reduces the amount of database access required to display
+     the course page.  On heavily accessed systems this should improve speed.<BR><BR>
+
 <DT> Popup "jump" menu.
 <DD> You can now jump from one activity directly to any other using a 
      popup menu in the upper-right corner of the page<BR><BR>
 <DT> Languages
 <DD> Surveys are now completely translatable.<BR><BR>
 
+<DT> Admin improvements
+<DD> Paging was added to the user admin page, so that the admin can now 
+     browse large numbers of users.  <BR><BR>
+
 <DT> Fixes and tweaks
-<DD> Various small improvements to formatting<BR><BR>
+<DD> Various other small improvements to formatting<BR><BR>
 </DL></UL>
 
 
index ff12ff76988d12a9fe12e37e050dd726ced9d86b..f7100b050173dafdc8480ee1ec36d625c9b9dd2a 100644 (file)
@@ -5,7 +5,7 @@
 // database to determine whether upgrades should
 // be performed (see lib/db/*.php)
 
-$version = 2002111003;   // The current version is a date (YYYYMMDDXX)
+$version = 2002111004;   // The current version is a date (YYYYMMDDXX)
 
-$release = "1.0.6.2 dev";  // User-friendly version number
+$release = "1.0.6.2 beta";  // User-friendly version number