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 ESMTP id DC2285D4 for ; Fri, 21 Aug 2020 09:22:34 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.76,335,1592863200"; d="scan'208";a="464199722" Received: from prod-listesu18.inria.fr (HELO sympa.inria.fr) ([128.93.162.160]) by mail2-relais-roc.national.inria.fr with ESMTP; 21 Aug 2020 11:22:31 +0200 Received: by sympa.inria.fr (Postfix, from userid 20132) id D55FCE0C4F; Fri, 21 Aug 2020 11:22:31 +0200 (CEST) Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 29536E0AD1 for ; Fri, 21 Aug 2020 11:22:27 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.76,335,1592863200"; d="scan'208";a="356972941" Received: from cadillac.paris.inria.fr (HELO [128.93.64.106]) ([128.93.64.106]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 21 Aug 2020 11:22:26 +0200 To: caml-list@inria.fr From: Florian Angeletti Message-ID: <8f166543-c1d2-b24b-c963-13eb8e43c2f2@inria.fr> Date: Fri, 21 Aug 2020 11:22:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: [Caml-list] OCaml release 4.10.1 Reply-To: Florian Angeletti X-Loop: caml-list@inria.fr X-Sequence: 18223 Errors-To: caml-list-owner@inria.fr Precedence: list Precedence: bulk Sender: caml-list-request@inria.fr X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Archived-At: Dear OCaml users, We have the pleasure of celebrating the birthday of Augustin-Louis Cauchy by announcing the release of OCaml version 4.10.1. This release is a collection of safe bug fixes, cherry-picked from the 4.11.0 development cycle. If you were using OCaml 4.10.0 and cannot yet upgrade to 4.11.0, this release is for you. See the list of changes below for more details. It is (or soon will be) available as a set of OPAM switches, and as a source download here: https://caml.inria.fr/pub/distrib/ocaml-4.10/ Happy hacking, -- Florian Angeletti for the OCaml team. OCaml 4.10.1 (20 August 2020) ------------------------------------------ ### Runtime system: - #9344, #9368: Disable exception backtraces in bytecode programs   built with "-output-complete-exe". At the moment, such programs do   not embed debug information and exception backtraces where causing   them to crash.   (Jérémie Dimino, review by Nicolás Ojeda Bär) ### Build system: - #9531: fix support for the BFD library on FreeBSD   (Hannes Mehnert, review by Gabriel Scherer and David Allsopp) ### Bug fixes: - #9068, #9437: ocamlopt -output-complete-obj failure on FreeBSD 12   (Xavier Leroy, report by Hannes Mehnert, review by Sébastien Hinderer) - #9165, #9840: Add missing -function-sections flag in Makefiles.   (Greta Yorsh, review by David Allsopp) - #9495: fix a bug where bytecode binaries compiled with `-output-complete-exe`   would not execute `at_exit` hooks at program termination (in particular,   output channels would not be flushed).   (Nicolás Ojeda Bär, review by David Allsopp) - #9714, #9724: Use the C++ alignas keyword when compiling in C++ in MSVC.   Fixes a bug with MSVC C++ 2015 onwards.   (Antonin Décimo, review by David Allsopp and Xavier Leroy) - #9736, #9749: Compaction must start in a heap where all free blocks are   blue, which was not the case with the best-fit allocator.   (Damien Doligez, report and review by Leo White) ### Tools: - #9552: restore ocamloptp build and installation   (Florian Angeletti, review by David Allsopp and Xavier Leroy)