2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

	* command.c: (do_echo) Added new "echo" command, useful for
	  watchdog pinging to make sure the daemon is responsive.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a91901c..6eb70a2 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,4 +1,9 @@
 2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+	* command.c: (do_echo) Added new "echo" command, useful for
+	  watchdog pinging to make sure the daemon is responsive.
+
+2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 	
 	* pid_output.c: (pid_output_lock) Eliminate static function, and just
 	  use the #ifdef to decide which version of the function to include.