aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2014-04-01 01:03:31 -0400
committerJeff Garzik <jgarzik@bitpay.com>2014-04-01 01:03:31 -0400
commit4b3ca204811aec9b9dd669c7ba70db2cc99ffe55 (patch)
tree30ec46e7e5bd1c1e95b513481eaa8a678b0d445f
parentf655a53acbb2ca6df707577d2a20cc938d61157f (diff)
downloadrng-tools-4b3ca204811aec9b9dd669c7ba70db2cc99ffe55.tar.gz
Release version 5.HEADv5master
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cf4fc5..9593ed4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
+Version 5 (April 1, 2014):
+* Support RDRAND capable systems that don't have AES-NI
+* Man page spelling fixes
+* Add BUGS document
+* Don't use fixed AES key for data reduction
+* Platform: Support x32. x86-64 micro-optimizations.
+* Fix RDRAND data reduction
+* Enable RDSEED instruction
+
Version 4 (August 2, 2012):
* Add RDRAND instruction support
* Add -q and -v options for quiet and verbose output
diff --git a/configure.ac b/configure.ac
index 80ff710..27a2dba 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., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
-AC_INIT(rng-tools, 4, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(rng-tools, 5, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([rngd.c])
AM_INIT_AUTOMAKE([gnu])