aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2012-08-02 15:02:09 -0400
committerJeff Garzik <jgarzik@redhat.com>2012-08-02 15:02:09 -0400
commitf930557bb70cd26d1ae96e542afed48c81f8e420 (patch)
tree4302414241c6f9e4c5f3d0c227853e4d6fc65bd3
parent90f24ea755f579ba06e1c0718d2af8c75cdd9273 (diff)
downloadrng-tools-f930557bb70cd26d1ae96e542afed48c81f8e420.tar.gz
Release version 4.v4
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d69de5f..5cf4fc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
+Version 4 (August 2, 2012):
+* Add RDRAND instruction support
+* Add -q and -v options for quiet and verbose output
+* Add -p option for specifying PID file (text file containing daemon's PID)
+* Disable entropy source if facing continued failures, but be
+ tolerant of the occasional fault.
+* Default device is now the preferred /dev/hwrng
+* Do not use TPM device for RNG access, if /dev/hwrng is present
+ (TPM RNG is exported via the kernel, in newer kernels)
+
Version 3 (July 3, 2010):
* add rngtest program
diff --git a/configure.ac b/configure.ac
index aff6103..cd38628 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, 3, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(rng-tools, 4, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([rngd.c])
AM_INIT_AUTOMAKE([gnu])