diff --git a/apps/sam/c/Makefile.common b/apps/sam/c/Makefile.common
index a8b2a1a725b7154b2acb846a550c3717dcc50762..e43d22f043f3ef1aae2e23f77485c12e073076c9 100644
--- a/apps/sam/c/Makefile.common
+++ b/apps/sam/c/Makefile.common
@@ -21,5 +21,6 @@ libsam: $(OBJS)
 # Cleanup rules
 #
 
+# WTF doesn't this remove the .depend ?!?
 clean:
 	-$(RM) -f $(LIBDIR)/libsam.a $(OBJDIR)/*.o .depend
diff --git a/apps/sam/c/doc/todo.txt b/apps/sam/c/doc/todo.txt
index 72f72fce81bba56ef48172c1fd92b6f44436a6d2..8d51040b16631fd766c32592ac9d3ca99137f1dd 100644
--- a/apps/sam/c/doc/todo.txt
+++ b/apps/sam/c/doc/todo.txt
@@ -4,6 +4,7 @@ I need to do these things:
 * Write an instruction manual
 * Make dest a dynamic string
 * Change SAM parser to use a hashmap
+* Switch to GNU Autoconf (?)
 
 Anyone can help with these things:
 
diff --git a/apps/sam/c/doc/whatsnew.txt b/apps/sam/c/doc/whatsnew.txt
index e76de5ba17fb0ef95fd2e0d015801d24cbff7833..2836bc9fb111a873aed6f06c228d449e09703940 100644
--- a/apps/sam/c/doc/whatsnew.txt
+++ b/apps/sam/c/doc/whatsnew.txt
@@ -2,6 +2,8 @@
 
 v1.30
 	* Added SAM_BAD_STYLE error
+	* Added "pinger.sh" shell script example for using i2p-ping
+	* Various minor enhancements and bug fixes
 
 v1.25	2004-07-31
 	* Created I2P-Ping, a new example program (it's a clone of I2Ping).  Works