Updated documentation
diff --git a/AUTHORS b/AUTHORS
index 640ffec..20ff1b9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,8 +5,8 @@
 
 
 Main designer: Jon Dugan, ESnet
-Original implementation: Kaustubh Prabhu (summer student)
-major overall: Brian Tierney, ESnet
+Original implementation: Seth Elliott, Kaustubh Prabhu (summer students)
+Major overall: Brian Tierney, ESnet
 
 
 -------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 2a0c25b..2748cd6 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,17 @@
+== iperf 3.0b4 2010-08-02 ==
+
+  * Added support for binding to a specific interface (-B)
+  * Added support for IPv6 mode (-6)
+  * Setting TCP window size (-w) is now supported
+  * Updates to iperf_error
+      * Added new errors
+      * Should generate more relavent messages
+  * Stream list now managed by queue.h macros
+  * Test structures are now kept intact after a test is run (for API users)
+  * Improved interval timer granularity
+      * Support for decimal values
+  * Many bug fixes
+
 == iperf 3.0b3 2010-07-23 ==
 
   * Better error handling
diff --git a/TODO b/TODO
index 84cb1c4..9112e13 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@
 -  readd -Z option (linux tcp congestion control algoritm)
 -  readd flag to set IP_TOS (-S)
 -  add debug options and extend verbose mode
--  separate iperf_api.c into iperf_client.c and iperf_utils.c
 -  add more iperf API support and documentation 
 -  look for 'XXX' in code and address
 -  better packaging/makefile, README, LICENCE, etc files
@@ -13,8 +12,7 @@
 -  add human readable vs machine readable output mode
      (my idea on this is that "human readable" = compatable with old iperf,
      and that "machine readable is all name=value pairs -blt )
--  add IPV6
--  lots more testing
+-  more testing
 -  add daemon mode (-D)
 -  see issue tracker for other wish list items
 	http://code.google.com/p/iperf/issues/list
diff --git a/src/version.h b/src/version.h
index ae119e4..e07b09d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define IPERF_VERSION "3.0-BETA3"
-#define IPERF_VERSION_DATE "23 Jul 2010"
+#define IPERF_VERSION "3.0-BETA4"
+#define IPERF_VERSION_DATE "2 Aug 2010"