Changelog for
mpfr-devel-3.0.1-3.2.2.i586.rpm :
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.
Wed Feb 25 13:00:00 2009 rguentherAATTsuse.de
- Apply current cummulative bugfixing patch.
* Fixes mpfr_snprintf and mpfr_vsnprintf buffer overflows.
Tue Jan 27 13:00:00 2009 rguentherAATTsuse.de
- Update to version 2.4.0.
* Function mpfr_init_gmp_rand is no longer defined.
* New functions:
- between a MPFR number and a double: mpfr_add_d, mpfr_sub_d, mpfr_d_sub,
mpfr_mul_d, mpfr_div_d, mpfr_d_div;
- formatted input/output: mpfr_printf, mpfr_fprintf, mpfr_vprintf,
mpfr_vfprintf, mpfr_sprintf, mpfr_snprintf, mpfr_vsprintf,
mpfr_vsnprintf, mpfr_asprintf, mpfr_vasprintf;
- mpfr_sinh_cosh, mpfr_li2, mpfr_modf, mpfr_fmod, mpfr_rec_sqrt.
* Documented the fact that mpfr_random and mpfr_random2 will be suppressed
in the next release, and that the specification of mpfr_eq may change in
the next release (for compatibility with the mpf layer of GMP).
* Bug fixes.
Thu Nov 27 13:00:00 2008 roAATTsuse.de
- update baselibs.conf
Wed Oct 22 14:00:00 2008 mrueckertAATTsuse.de
- fix debug_packages_requires define
Sat Sep 13 14:00:00 2008 rguentherAATTsuse.de
- Update to version 2.3.2. Includes fixes for
* Functions mpfr_pow_ui, mpfr_pow_si and mpfr_pow_z (but not mpfr_pow)
on NaN^0 return NaN instead of 1.
* Underflow bug in function mpfr_div.
* Underflow bug due to double-rounding in functions mpfr_mul_2si,
mpfr_div_2si and mpfr_div_2ui.
* mpfr_exp problems.
* The overflow flag can be lost in many functions called with the
maximum exponent equal to MPFR_EMAX_MAX.
* assertion/overflow/underflow issues with MPFR\'s power functions
(mpfr_pow, mpfr_pow_ui, mpfr_pow_si, mpfr_pow_z).
* Inifinite looping in mpfr_hypot.
* Hide internal symbol mpfr_init_gmp_rand.
Sat Aug 2 14:00:00 2008 rguentherAATTsuse.de
- make mpfr-debuginfo depend on libmpfr1 instead of mpfr
Tue Jul 15 14:00:00 2008 rguentherAATTsuse.de
- allow build on SLES9 by disabling TLS usage there
Tue Apr 29 14:00:00 2008 cthielAATTsuse.de
- obsolete mpfr-
via baselibs.conf
Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support
Tue Jan 29 13:00:00 2008 rguentherAATTsuse.de
- Update to final version 2.3.1.
* Changes in the behavior of mpfr_strtofr and in its documentation
concerning particular cases where the code and the documentation
did not match.
* Bug fixes; see .
* Configure test for TLS support.
* Improved MPFR manual.
Sun Jan 13 13:00:00 2008 rguentherAATTsuse.de
- Update to 2.3.1 release candidate 1.
* Fixes various bugs.
Wed Dec 12 13:00:00 2007 rguentherAATTsuse.de
- Apply bugfixes from upstream, up to patch 4. [#343720]
Tue Oct 2 14:00:00 2007 roAATTsuse.de
- added provides mpfr to libmpfr1 package
Wed Aug 29 14:00:00 2007 rguentherAATTsuse.de
- New upstream version 2.3.0.
* New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn,
mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit,
mpfr_setsign, mpfr_copysign, mpfr_get_patches.
* Improved testsuite.
* Bug fixes.
- Rename shared library package to libmfpr1 according to policy.
- Move AUTHORS and NEWS to mpfr-devel package.
- Package COPYING.LIB.
- Do not package CVS ChangeLog and README files.
Wed Nov 29 13:00:00 2006 rguentherAATTsuse.de
- New upstream version 2.2.1.
Mon Oct 9 14:00:00 2006 rguentherAATTsuse.de
- Apply bugfixes from upstream, up to patch 16.