From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from joooj.vinc17.net (joooj.vinc17.net [155.133.131.76]) by sourceware.org (Postfix) with ESMTPS id 3968D38493FE for ; Tue, 13 Dec 2022 15:53:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3968D38493FE Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vinc17.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=vinc17.org Received: from smtp-zira.vinc17.net (128.119.75.86.rev.sfr.net [86.75.119.128]) by joooj.vinc17.net (Postfix) with ESMTPSA id C5CC8258; Tue, 13 Dec 2022 16:53:20 +0100 (CET) Received: by zira.vinc17.org (Postfix, from userid 1000) id A5BC92800119; Tue, 13 Dec 2022 16:53:20 +0100 (CET) Date: Tue, 13 Dec 2022 16:53:20 +0100 From: Vincent Lefevre To: gcc@gcc.gnu.org Subject: GNU MPFR 4.2.0 Release Candidate Message-ID: <20221213155320.GI7634@zira.vinc17.org> Mail-Followup-To: gcc@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: https://www.vinc17.net/mutt/ User-Agent: Mutt/2.2.9+54 (af2080d3) vl-149028 (2022-12-04) X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_LOTSOFHASH,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The release of GNU MPFR 4.2.0 ("fondue savoyarde") is imminent. Please help to make this release as good as possible by downloading and testing this release candidate: https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0-rc1.tar.xz https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0-rc1.tar.bz2 https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0-rc1.tar.gz https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0-rc1.zip The SHA1 digests: 72b03404b996494c79c13060fea6c9df68d4d99d mpfr-4.2.0-rc1.tar.bz2 6123e3495501f3d1f45368cf85dcab18fc6e9784 mpfr-4.2.0-rc1.tar.gz 00fa7c1ec1c5dd23cea3692b5351ab4e81e8ca27 mpfr-4.2.0-rc1.tar.xz 7f8e17d2c71e45fdba0d0547db68e8d37c8ad077 mpfr-4.2.0-rc1.zip The SHA256 digests: acb9c23e84ba946e974ef21c2afb8c6dd8017cdeb199f61741123f5393b150b8 mpfr-4.2.0-rc1.tar.bz2 50e34f8c7835c8fe66d7aa16d0f9b9c354df6bfb0d4ead780263f0a39ff14d8f mpfr-4.2.0-rc1.tar.gz 1f89ef8631753c50118ec5273ab2fd0d70fbb0e6f33c36a6b673e7e8c51cf5ef mpfr-4.2.0-rc1.tar.xz eb0de4bdbcb9b8b2b28b130aa053e3ad105ceed3ae0392c5911119b149a07b20 mpfr-4.2.0-rc1.zip The signatures: https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0-rc1.tar.xz.asc https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0-rc1.tar.bz2.asc https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0-rc1.tar.gz.asc https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0-rc1.zip.asc Each tarball is signed by Vincent Lefèvre. This can be verified using the GPG key ID 5831D11A0D4DB02A; this key can be retrieved with: gpg --recv-keys 5831D11A0D4DB02A or by downloading it from . The key fingerprint is: A534 BE3F 83E2 41D9 1828 0AEB 5831 D11A 0D4D B02A The signatures can be verified with: gpg --verify You should check that the key fingerprint matches. Changes from versions 4.1.* to version 4.2.0: - The "fondue savoyarde" release. - Binary compatible with MPFR 4.0.* and 4.1.*, though some minor changes in the behavior of the formatted output functions may be visible, regarded as underspecified behavior or bug fixes (see below). - New functions mpfr_cosu, mpfr_sinu, mpfr_tanu, mpfr_acosu, mpfr_asinu, mpfr_atanu and mpfr_atan2u. - New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi, mpfr_atanpi and mpfr_atan2pi. - New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and mpfr_compound_si. - New functions mpfr_fmod_ui, mpfr_powr, mpfr_pown, mpfr_pow_uj, mpfr_pow_sj and mpfr_rootn_si (mpfr_pown is actually a macro defined as an alias for mpfr_pow_sj). - Bug fixes. In particular, for the formatted output functions (mpfr_printf, etc.), the case where the precision consists only of a period has been fixed to be like ".0" as specified in the ISO C standard, and the manual has been corrected and clarified. The macros of the custom interface have also been fixed: they now behave like functions (except a minor limitation for mpfr_custom_init_set). Please send success and failure reports with "./config.guess" output to . If no problems are found, GNU MPFR 4.2.0 should be released around 2022-12-25. Regards, -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)