From 26d037e63ae69c05024f1bc716183df40b625057 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 10 Nov 2002 11:10:19 +0000 Subject: [PATCH] New info, ready for 1.0.6.2 release --- doc/release.html | 11 ++++++++++- version.php | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/release.html b/doc/release.html index 8386db57662..124a2422e59 100644 --- a/doc/release.html +++ b/doc/release.html @@ -14,6 +14,11 @@ that apply throughout the course, not just to one particular topic or week.

+
Speed improvements +
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.

+
Popup "jump" menu.
You can now jump from one activity directly to any other using a popup menu in the upper-right corner of the page

@@ -21,8 +26,12 @@
Languages
Surveys are now completely translatable.

+
Admin improvements +
Paging was added to the user admin page, so that the admin can now + browse large numbers of users.

+
Fixes and tweaks -
Various small improvements to formatting

+
Various other small improvements to formatting

diff --git a/version.php b/version.php index ff12ff76988..f7100b05017 100644 --- a/version.php +++ b/version.php @@ -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