Release version 3.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
diff --git a/NEWS b/NEWS
index b0f991b..d69de5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
 
+Version 3 (July 3, 2010):
+
+* add rngtest program
+* imported into git repository
+* support TPM chip's hardware RNG (and thus, a framework for supporting
+  multiple entropy sources)
+* change default hardware RNG device name to "/dev/hw_random"
+
 Version 2 (August 24, 2004):
 
 * Fixes and cleanups from Debian (Henrique de Moraes Holschuh)
diff --git a/README b/README
index 62bb1b8..a117ca6 100644
--- a/README
+++ b/README
@@ -1 +1,12 @@
-No documentation is good documentation.
+
+This is a random number generator daemon.
+
+It monitors a hardware random number generator, and supplies entropy from that
+to the system /dev/random machinery.
+
+Home page:
+	http://sourceforge.net/projects/gkernel/
+
+GIT repository:
+	git://git.kernel.org/pub/scm/utils/kernel/rng-tools/rng-tools.git
+
diff --git a/configure.ac b/configure.ac
index 763f548..7b4a409 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-AC_INIT(rng-tools, 2, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(rng-tools, 3, [Jeff Garzik <jgarzik@pobox.com>])
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([rngd.c])
 AM_INIT_AUTOMAKE([gnu])