- Update to GMP 6.1.2 release.
* Mini-GMP: Fixed a division bug, which on a machine with 64-bit unsigned long affects approximately 1 out of 2^32 divisors. * Mini-GMP: Fix mpz_set_str crash on inputs with a large number of leading zeros. Also stricter input validation, rejecting inputs with no digits. * Handle more systems which require PIC code in static libraries (e.g., "hardened" Gentoo and Debian 9). * Configuration for arm (-32 and -64) has been rewritten, fixing poor code selection for many CPUs. * Mini-GMP: Updated to the latest development version, including new functions mpn_com and mpn_neg. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=68
This commit is contained in:
16
gmp.changes
16
gmp.changes
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 08:20:17 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to GMP 6.1.2 release.
|
||||
* Mini-GMP: Fixed a division bug, which on a machine with 64-bit
|
||||
unsigned long affects approximately 1 out of 2^32 divisors.
|
||||
* Mini-GMP: Fix mpz_set_str crash on inputs with a large number of
|
||||
leading zeros. Also stricter input validation, rejecting inputs
|
||||
with no digits.
|
||||
* Handle more systems which require PIC code in static libraries (e.g.,
|
||||
"hardened" Gentoo and Debian 9).
|
||||
* Configuration for arm (-32 and -64) has been rewritten, fixing poor
|
||||
code selection for many CPUs.
|
||||
* Mini-GMP: Updated to the latest development version, including
|
||||
new functions mpn_com and mpn_neg.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 07:34:19 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user