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 25CAE5D4 for ; Fri, 28 Jun 2019 16:10:34 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.63,428,1557180000"; d="scan'208";a="389614141" Received: from sympa.inria.fr ([193.51.193.213]) by mail2-relais-roc.national.inria.fr with ESMTP; 28 Jun 2019 18:10:33 +0200 Received: by sympa.inria.fr (Postfix, from userid 20132) id 2502582700; Fri, 28 Jun 2019 18:10:33 +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 D8A52826B2; Fri, 28 Jun 2019 18:10:20 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.63,428,1557180000"; d="scan'208";a="311809429" Received: from cac94-1-81-57-150-173.fbx.proxad.net (HELO [192.168.0.62]) ([81.57.150.173]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2019 18:10:20 +0200 From: Damien Doligez Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Message-Id: Date: Fri, 28 Jun 2019 18:10:29 +0200 To: caml announce , caml users X-Mailer: Apple Mail (2.3445.9.1) Subject: [Caml-list] Ocaml 4.09.0+beta1 Reply-To: Damien Doligez X-Loop: caml-list@inria.fr X-Sequence: 17651 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 4.09.0 is approaching. We have created a beta version to help you prepare for the release. The source code is available at these addresses: https://github.com/ocaml/ocaml/archive/4.09.0+beta1.tar.gz https://caml.inria.fr/pub/distrib/ocaml-4.09/ocaml-4.09.0+beta1.tar.gz The compiler can also be installed as an OPAM switch with one of the following commands. opam switch create ocaml-variants.4.09.0+beta1 = --repositories=3Ddefault,beta=3Dgit+https://github.com/ocaml/ocaml-beta-re= pository.git or opam switch create ocaml-variants.4.09.0+beta1+ = --repositories=3Ddefault,beta=3Dgit+https://github.com/ocaml/ocaml-beta-re= pository.git where you replace with one of these: afl default_unsafe_string flambda fp fp+flambda We want to know about all bugs. Please report them here: https://github.com/ocaml/ocaml/issues Happy hacking, -- Damien Doligez for the OCaml team.