From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by c5ff346549e7 (Postfix) with ESMTPS id 690375D6 for ; Thu, 1 Aug 2019 12:39:00 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.64,334,1559512800"; d="scan'208";a="394128162" Received: from sympa.inria.fr ([193.51.193.213]) by mail2-relais-roc.national.inria.fr with ESMTP; 01 Aug 2019 14:38:59 +0200 Received: by sympa.inria.fr (Postfix, from userid 20132) id 8F7778270B; Thu, 1 Aug 2019 14:38:59 +0200 (CEST) Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 6FD02826BB for ; Thu, 1 Aug 2019 14:38:56 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.64,334,1559512800"; d="scan'208";a="394128155" Received: from pichon.paris.inria.fr (HELO [128.93.64.107]) ([128.93.64.107]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/AES128-SHA; 01 Aug 2019 14:38:56 +0200 To: caml-list@inria.fr References: <1689145177.8217021.1563487430016.JavaMail.zimbra@inria.fr> <52a8b5c9-7e82-a6b0-399f-8a5393c220ac@inria.fr> From: Florian Angeletti Message-ID: <025da503-eca1-0c45-9159-1b97f4718894@inria.fr> Date: Thu, 1 Aug 2019 14:38:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <52a8b5c9-7e82-a6b0-399f-8a5393c220ac@inria.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: [Caml-list] OCaml 4.08.1+rc3 Reply-To: Florian Angeletti X-Loop: caml-list@inria.fr X-Sequence: 17731 Errors-to: caml-list-owner@inria.fr Precedence: list Precedence: bulk Sender: caml-list-request@inria.fr X-no-archive: yes List-Id: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Dear OCaml users, The release of OCaml version 4.08.1 is expected for next week. Before this happy event, we are releasing a third and last release candidate. This new release integrates two configuration fixes from Debian and Fedora with the rc2 fixes for compilation failures in presence of "-pack" reported by Fabian @copy (breaking nocrypto), and dynlinking failures in bytecode mode reported by Andre Maroneze (breaking Frama-C). The source code is available at these addresses:  https://github.com/ocaml/ocaml/archive/4.08.1+rc3.tar.gz  https://caml.inria.fr/pub/distrib/ocaml-4.08/ocaml-4.08.1+rc3.tar.gz The compiler can also be installed as an OPAM switch with one of the following commands: opam switch create ocaml-variants.4.08.1+rc3 --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git or opam switch create ocaml-variants.4.08.1+rc3+ --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git  where you replace with one of these:    afl    default-unsafe-string    force-safe-string    flambda    fp    fp+flambda We want to know about any bugs. Please report them here:  https://github.com/ocaml/ocaml/issues Happy hacking, — Florian Angeletti, for the OCaml team. OCaml 4.08.1 rc3: ------------------------ ### Bug fixes: - #7887: ensure frame table is 8-aligned on ARM64 and PPC64   (Xavier Leroy, report by Mark Hayden, review by Mark Shinwell    and Gabriel Scherer) - #8751: fix bug that could result in misaligned data section when compiling to   native-code on amd64.  (observed with the mingw64 compiler)   (Nicolás Ojeda Bär, review by David Allsopp) - #8769, #8770: Fix assertion failure with -pack   (Leo White, review by Gabriel Scherer, report by Fabian @copy) - #8816, #8818: fix loading of packed modules with Dynlink (regression in   #2176).   (Leo White, report by Andre Maroneze, review by Gabriel Scherer) - #8830: configure script: fix tool prefix detection and Debian's armhf   detection   (Stéphane Glondu, review by David Allsopp) - #8843, #8841: fix use of off_t on 32-bit systems.   (Stephen Dolan, report by Richard Jones, review by Xavier Leroy)