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 0650C5D5 for ; Thu, 4 Oct 2018 15:01:19 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.54,340,1534802400"; d="scan'208";a="349538386" Received: from sympa.inria.fr ([193.51.193.213]) by mail2-relais-roc.national.inria.fr with ESMTP; 04 Oct 2018 17:01:10 +0200 Received: by sympa.inria.fr (Postfix, from userid 20132) id 1E1C68251A; Thu, 4 Oct 2018 17:01:10 +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 9DFD8824CF; Thu, 4 Oct 2018 17:01:00 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.54,340,1534802400"; d="scan'208";a="349538238" Received: from ec-ap-2-13-07.paris.inria.fr (HELO [192.168.1.5]) ([128.93.65.24]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2018 17:01:00 +0200 From: Damien Doligez Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Message-Id: <0068B661-F99C-4843-B0C7-CC136492E907@inria.fr> Date: Thu, 4 Oct 2018 17:00:59 +0200 To: caml announce , caml users X-Mailer: Apple Mail (2.3445.9.1) Subject: [Caml-list] OCaml 4.07.1 released Reply-To: Damien Doligez X-Loop: caml-list@inria.fr X-Sequence: 17092 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, We have the pleasure of celebrating the anniversary of Sputnik-1 by announcing the release of OCaml version 4.07.1. This is a bug-fix release, see the list of changes below. 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.07/ Happy hacking, -- Damien Doligez for the OCaml team. OCaml 4.07.1 (4 October 2018) ----------------------------- ### Bug fixes: - MPR#7815, GPR#1896: major GC crash with first-fit policy (Stephen Dolan and Damien Doligez, report by Joris Giovannangeli) * MPR#7818, GPR#2051: Remove local aliases in functor argument types, to prevent the aliasing of their target. (Jacques Garrigue, report by mandrykin, review by Leo White) - MPR#7820, GPR#1897: Fix Array.of_seq. This function used to apply a circu= lar permutation of one cell to the right on the sequence. (Thierry Martinez, review by Nicol=C3=A1s Ojeda B=C3=A4r) - MPR#7821, GPR#1908: make sure that the compilation of extension constructors doesn't cause the compiler to load more cmi files (J=C3=A9r=C3=A9mie Dimino) - MPR#7824, GPR#1914: subtype_row: filter out absent fields when row is clo= sed (Leo White and Thomas Refis, report by talex, review by Jacques Garrigue) - GPR#1915: rec_check.ml is too permissive for certain class declarations. (Alban Reynaud with Gabriel Scherer, review by Jeremy Yallop) - MPR#7833, MPR#7835, MPR#7822, GPR#1997: Track newtype level again (Leo White, reports by Jerome Simeon, Thomas Refis and Florian Angeletti, review by Jacques Garrigue) - MPR#7838: -principal causes assertion failure in type checker (Jacques Garrigue, report by Markus Mottl, review by Thomas Refis) --=20 Caml-list mailing list. Subscription management and archives: https://sympa.inria.fr/sympa/arc/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs=