+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)
-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
+
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])