From: Jeff Garzik Date: Tue, 1 Apr 2014 05:03:31 +0000 (-0400) Subject: Release version 5. X-Git-Tag: v5^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=HEAD;p=thirdparty%2Frng-tools.git Release version 5. --- 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 ]) +AC_INIT(rng-tools, 5, [Jeff Garzik ]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([rngd.c]) AM_INIT_AUTOMAKE([gnu])