diff --git a/api/boinc_api.C b/api/boinc_api.C index f6eb191a14..2625c74850 100644 --- a/api/boinc_api.C +++ b/api/boinc_api.C @@ -718,6 +718,7 @@ int boinc_upload_file(std::string& name) { FILE* f = boinc_fopen(buf, "w"); if (!f) return ERR_FOPEN; have_new_upload_file = true; + fclose(f); return 0; } diff --git a/checkin_notes b/checkin_notes index d2e55d8ff1..e5c95521c8 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5991,6 +5991,8 @@ David 3 May 2005 which does an update only of those fields that have changed relative to the given initial values. (from Bruce Allen) + - scheduler: fixed a bug where host_cpid wasn't being maintained properly. + Caused it to change on each RPC. - removed unused "p_calculated" from HOST - removed code to parse non-existent fields p_fpop_err etc. in HOST @@ -6044,3 +6046,12 @@ Jeff 4 May 2005 configure.ac lib/ parse.C + +David 4 May 2005 + - bug fix in boinc_upload_file() (from Tolu Aina) + - added forum_preferences.ignore_sticky_posts to schema + + api/ + boinc_api.C + db/ + schema.sql diff --git a/db/schema.sql b/db/schema.sql index 052b98f119..8a84159c94 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -414,6 +414,7 @@ create table forum_preferences ( low_rating_threshold integer not null, high_rating_threshold integer not null, ignorelist varchar(254) not null, + ignore_sticky_posts tinyint(1) unsigned not null, primary key (userid) ) type=MyISAM; diff --git a/doc/contact.php b/doc/contact.php index b97f61f2e6..04aa788bee 100644 --- a/doc/contact.php +++ b/doc/contact.php @@ -40,6 +40,7 @@ function show_name($x) { } echo "