]> git.ipfire.org Git - thirdparty/rng-tools.git/commitdiff
Release version 5. master v5
authorJeff Garzik <jgarzik@bitpay.com>
Tue, 1 Apr 2014 05:03:31 +0000 (01:03 -0400)
committerJeff Garzik <jgarzik@bitpay.com>
Tue, 1 Apr 2014 05:03:31 +0000 (01:03 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5cf4fc539e44257f0d49a3db3aac721b640a4abe..9593ed4868e913b120d6bdf0a674c0e1589e8939 100644 (file)
--- 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
index 80ff710c875c34ebd45d8475de712f8927be6536..27a2dba53d65e9bcdd77937518fd4f963931dbab 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., 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])