diff --git a/checkin_notes b/checkin_notes
index d4122c47cb..e24d45c65b 100755
--- a/checkin_notes
+++ b/checkin_notes
@@ -17871,3 +17871,9 @@ David 29 Sept 2004
client_state.C
client_types.C
gui_rpc_server.C
+
+David 30 Sept 2004
+ - added -db_host option to db_dump (so it can use a DB replica)
+
+ sched/
+ db_dump.C
diff --git a/doc/software.php b/doc/software.php
index bbf1b6d7b5..e928d4756e 100644
--- a/doc/software.php
+++ b/doc/software.php
@@ -87,6 +87,9 @@ On Debian Linux you can install all of the above software using
apt-get install g++ python python-mysqldb python-xml mysql-server mysql-client apache php4 automake autoconf
+
+Some info on installing BOINC on Linux is +here.