]> git.ipfire.org Git - thirdparty/rng-tools.git/commitdiff
Release version 3. v3
authorJeff Garzik <jeff@garzik.org>
Sun, 4 Jul 2010 03:00:41 +0000 (23:00 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Sun, 4 Jul 2010 03:00:41 +0000 (23:00 -0400)
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index b0f991b89d8eb83afb8191db6d102c4eb4b55422..d69de5fd9a59082f1d2f43aeeb6ec1f6e92fc243 100644 (file)
--- 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 62bb1b80f6104f88d6e8e2db5e1e387654c2a27d..a117ca6f260b7e4975fe46e6f562ba33fd996fb6 100644 (file)
--- 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
+
index 763f5483cb29d2f422e0b7a0246c9f933c230745..7b4a4091e22075a5f2bc99c562293ab0da3f7416 100644 (file)
@@ -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])