From c43404f8335c2d2eb9918fe52b9b394a4dd2cb48 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 12 Feb 2003 18:59:20 +0000 Subject: [PATCH] project creation svn path=/trunk/boinc/; revision=894 --- checkin_notes | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/checkin_notes b/checkin_notes index bf37e7ee90..f39a19d329 100755 --- a/checkin_notes +++ b/checkin_notes @@ -3150,3 +3150,32 @@ David Feb 10 2003 test_file_xfer.C lib/ parse.C,h + +David Feb 12 2003 + - Added mechanism for starting or restarting all back-end processes + for a project. A list of the programs are now in config.xml. + All programs now use lock files to prevent duplicate execution. + A new program "start_servers" reads config.xml and starts servers. + - Added "user-friendly name" field to platform, so that users + see e.g. "Windows 95/98/XP" instead of "windows_intelx86" + NOTE: this requires patching existing databases + + db/ + db.h + db_mysql.C + schema.sql + html_ops/ + db.inc + html_user/ + download.inc + download.php + index.php + sched/ + Makefile.in + config.C,h + start_servers.C + test/ + make_project.php + test.inc + tools/ + add.C