]> git.ipfire.org Git - thirdparty/rng-tools.git/commitdiff
Release version 4. v4
authorJeff Garzik <jeff@garzik.org>
Thu, 2 Aug 2012 19:02:09 +0000 (15:02 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 2 Aug 2012 19:02:09 +0000 (15:02 -0400)
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d69de5fd9a59082f1d2f43aeeb6ec1f6e92fc243..5cf4fc539e44257f0d49a3db3aac721b640a4abe 100644 (file)
--- 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
index aff6103627a8dd5e86de7a209a9063a8aedea7d6..cd38628945e6252359fa16c2c22963ded1fd67fc 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, 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])