diff --git a/ChangeLog b/ChangeLog index c024719..55787c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2.1.1-1: +2017-02-20 Jan Tulak + * Change the output of --version to the current version + 2.1.0-1: 2017-02-20 Jan Tulak * Update for OpenSSL 1.1.0 diff --git a/SPEC/RdRand.spec b/SPEC/RdRand.spec index aa832a1..da12815 100644 --- a/SPEC/RdRand.spec +++ b/SPEC/RdRand.spec @@ -1,6 +1,6 @@ Summary: Library for generating random numbers using the RdRand instruction on Intel CPUs Name: RdRand -Version: 2.1.0 +Version: 2.1.1 Release: 1%{?dist} License: LGPLv2+ Group: Applications/System @@ -62,10 +62,28 @@ rm -f $RPM_BUILD_ROOT{%{_libdir}/librdrand.la,%{_libdir}/librdrand/include/rdran %{_libdir}/pkgconfig/* %changelog +* Tue Feb 28 2017 Jan Tulak - 2.1.1-1 +- Fix the output of --version for current version + * Mon Feb 20 2017 Jan Tulak - 2.1.0-1 - Update for OpenSSL 1.1.0 - Remove an option that wasn't implemented +* Fri Feb 10 2017 Fedora Release Engineering - 2.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Jun 16 2015 Fedora Release Engineering - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Aug 15 2014 Fedora Release Engineering - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Jun 06 2014 Fedora Release Engineering - 2.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat May 24 2014 Jan Tulak - 2.0.0-1 - Partial rewriting, added AES encryption of generated values. diff --git a/src/rdrand-gen.c b/src/rdrand-gen.c index 8478ac2..c0fab1f 100644 --- a/src/rdrand-gen.c +++ b/src/rdrand-gen.c @@ -82,7 +82,7 @@ #define SLOW_RETRY_LIMIT 1000 #define SLOW_RETRY_DELAY 1000 // 1 ms -#define VERSION "2.0.0" +#define VERSION "2.1.1" // }}} macros // {{{