Changelog for
mpfr-devel-3.1.2-14.11.x86_64.rpm :
Thu Jan 8 13:00:00 2015 rguentherAATTsuse.com
- Add mpfr-3.1.2-patch11.diff to fix possible buffer overflow in
mpfr_strtofr (CVE-2014-9474). [bnc#911812]
Tue Apr 16 14:00:00 2013 idonmezAATTsuse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
Thu Mar 14 13:00:00 2013 rguentherAATTsuse.com
- Update to version 3.1.2.
* Bug fixes
* Updated examples to the MPFR 3.x API
Wed Jul 4 14:00:00 2012 rguentherAATTsuse.com
- Update to version 3.1.1.
* Bug fixes
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Sun Jan 29 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections per specfile guideline suggestions
Tue Oct 11 14:00:00 2011 rguentherAATTsuse.com
- Update to version 3.1.0.
* The mpfr_urandom and mpfr_urandomb functions now return identical
values on processors with different word size.
* Speed improvement for the mpfr_sqr and mpfr_div functions using
Mulders\' algorithm.
* Much faster formatted output (mpfr_printf, etc.) with %Rg and similar.
* New divide-by-zero exception (flag) and associated functions.
- Remove bogus provides/obsoletes for old shared library version.
- Fix license, it is LGPL v3 or later.
Fri Apr 8 14:00:00 2011 rguentherAATTnovell.com
- Update to version 3.0.1.
* Minor bugfixes.
Mon Sep 6 14:00:00 2010 rguentherAATTnovell.com
- Update to version 3.0.0.
* Bump SO version to 4.
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
Mon May 17 14:00:00 2010 adrianAATTsuse.de
- PA-Risc is not threadsafe just as sparc
Fri Dec 11 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf to specfile as source
Mon Dec 7 13:00:00 2009 jengelhAATTmedozas.de
- Do not use --enable-thread-safe on SPARC (Fedora does the same) -
the tests segfault if TS is enabled
Mon Nov 30 13:00:00 2009 rguentherAATTsuse.de
- Update to version 2.4.2.
* Bug and documentation fixes.
Wed Jul 22 14:00:00 2009 rguentherAATTsuse.de
- Add x86 baselibs entry.
Mon Mar 16 13:00:00 2009 rguentherAATTsuse.de
- Update to version 2.4.1 (no changes).
- Apply current cummulative bugfixing patch.
* mpfr_fmod, mpfr_remainder and mpfr_remquo rounding issues.
* incorrect type in vasprintf.c.
* wrong type in mpfr_zeta_ui.