aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2010-07-03 23:00:41 -0400
committerJeff Garzik <jgarzik@redhat.com>2010-07-03 23:00:41 -0400
commitecaa5676cd4df693108b2793e001c4c0b2456597 (patch)
treef7555e7d278438501493fbbdf89948273023eb2b
parenta26d20cfbb7b8dd9856e62c6ce07e03d77df1d67 (diff)
downloadrng-tools-ecaa5676cd4df693108b2793e001c4c0b2456597.tar.gz
Release version 3.v3
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
-rw-r--r--NEWS8
-rw-r--r--README13
-rw-r--r--configure.ac2
3 files changed, 21 insertions, 2 deletions
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 <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])