From: Jeff Garzik Date: Sun, 4 Jul 2010 03:00:41 +0000 (-0400) Subject: Release version 3. X-Git-Tag: v3^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecaa5676cd4df693108b2793e001c4c0b2456597;p=thirdparty%2Frng-tools.git Release version 3. Signed-off-by: Jeff Garzik --- 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 You should have received a copy of the GNU General Public License 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 ]) +AC_INIT(rng-tools, 3, [Jeff Garzik ]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([rngd.c]) AM_INIT_AUTOMAKE([gnu])