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 98A045D5 for ; Thu, 18 Jul 2019 22:03:57 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.64,279,1559512800"; d="scan'208,217";a="392397171" Received: from sympa.inria.fr ([193.51.193.213]) by mail2-relais-roc.national.inria.fr with ESMTP; 19 Jul 2019 00:03:56 +0200 Received: by sympa.inria.fr (Postfix, from userid 20132) id 68105826E1; Fri, 19 Jul 2019 00:03:56 +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 1FB497F081; Fri, 19 Jul 2019 00:03:50 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.64,279,1559512800"; d="scan'208,217";a="392397149" X-MGA-submission: =?us-ascii?q?MDGtlreBUvVDab2K1qo4F2WQH7u8IjJQ6b2hqc?= =?us-ascii?q?sNqQ7UnYuvsh08vhEP3pC1SNYbGXCKP83rHHJGS0RTeYfTrUyQOD0ci1?= =?us-ascii?q?d7Zl7XkoSpktAyi8hmWALNOKzeAr4NDdhpFp8S5LciKn7jDxsuVKnlF1?= =?us-ascii?q?hcGHr/toiTT+MAv1E+STPITA=3D=3D?= Received: from zcs-store1.inria.fr ([128.93.142.28]) by mail2-relais-roc.national.inria.fr with ESMTP; 19 Jul 2019 00:03:49 +0200 Date: Fri, 19 Jul 2019 00:03:50 +0200 (CEST) From: Florian Angeletti To: caml-list@inria.fr, caml-announce@inria.fr Message-ID: <1689145177.8217021.1563487430016.JavaMail.zimbra@inria.fr> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_4506e383-ca87-4911-83f5-58aad6937c95" X-Originating-IP: [90.2.150.201] X-Mailer: Zimbra 8.7.11_GA_3800 (ZimbraWebClient - FF67 (Linux)/8.7.11_GA_3800) Thread-Index: cDspHQYR77mbZMK5PSYSRc0P7EHrBg== Thread-Topic: OCaml 4.08.1+rc1 Subject: [Caml-list] OCaml 4.08.1+rc1 Reply-To: Florian Angeletti X-Loop: caml-list@inria.fr X-Sequence: 17691 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: --=_4506e383-ca87-4911-83f5-58aad6937c95 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Dear OCaml users,=20 The release of OCaml version 4.08.1 is imminent.=20 This new bugfix release fixes some compilation failures in presence of "-pa= ck",=20 and some native-code alignment issues on ARM64, PPC64 and amd64.=20 We have created a release candidate that you can test.=20 The source code is available at these addresses:=20 https://github.com/ocaml/ocaml/archive/4.08.1+rc1.tar.gz=20 https://caml.inria.fr/pub/distrib/ocaml-4.08/ocaml-4.08.1+rc1.tar.gz=20 The compiler can also be installed as an OPAM switch with one of the=20 following commands:=20 opam switch create ocaml-variants.4.08.1+rc1 --repositories=3Ddefault,ocaml= -beta=3Dgit+https://github.com/ocaml/ocaml-beta-repository.git=20 or=20 opam switch create ocaml-variants.4.08.1+rc1+ --repositories=3Ddef= ault,ocaml-beta=3Dgit+https://github.com/ocaml/ocaml-beta-repository.git=20 where you replace with one of these:=20 afl=20 default-unsafe-string=20 force-safe-string=20 flambda=20 fp=20 fp+flambda=20 We want to know about all bugs. Please report them here:=20 https://github.com/ocaml/ocaml/issues=20 Happy hacking,=20 =E2=80=94 Florian Angeletti, for the OCaml team.=20 OCaml 4.08.1 changes:=20 ------------------------=20 ### Bug fixes:=20 - #7887: ensure frame table is 8-aligned on ARM64 and PPC64=20 (Xavier Leroy, report by Mark Hayden, review by Mark Shinwell=20 and Gabriel Scherer)=20 - #8751: fix bug that could result in misaligned data section when compilin= g to=20 native-code on amd64. (observed with the mingw64 compiler)=20 (Nicol=C3=A1s Ojeda B=C3=A4r, review by David Allsopp)=20 - #8769, #8770: Fix assertion failure with -pack=20 (Leo White, review by Gabriel Scherer, report by Fabian @copy)=20 --=_4506e383-ca87-4911-83f5-58aad6937c95 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Dear OCaml users,

The release of OCa= ml version 4.08.1 is imminent.
This new bugfix release fixes some compil= ation failures in presence of "-pack",
and some native-code alignment is= sues on ARM64, PPC64 and amd64.
We have created a release candidate that= you can test.

The source code is available at these addresses:
<= br> https://github.com/ocaml/ocaml/archive/4.08.1+rc1.tar.gz
 = https://caml.inria.fr/pub/distrib/ocaml-4.08/ocaml-4.08.1+rc1.tar.gz
The compiler can also be installed as an OPAM switch with one of the
fo= llowing commands:

opam switch create ocaml-variants.4.08.1+rc1 --rep= ositories=3Ddefault,ocaml-beta=3Dgit+https://github.com/ocaml/ocaml-beta-re= pository.git

or

opam switch create ocaml-variants.4.08.1+rc1+= <VARIANT> --repositories=3Ddefault,ocaml-beta=3Dgit+https://github.co= m/ocaml/ocaml-beta-repository.git

 where you replace <VARIAN= T> with one of these:
   afl
   default-unsafe= -string
   force-safe-string
   flambda
 =   fp
   fp+flambda

We want to know about all bugs.= Please report them here:
 https://github.com/ocaml/ocaml/issues
Happy hacking,
=E2=80=94 Florian Angeletti, for the OCaml team.
=

OCaml 4.08.1 changes:
------------------------

### Bug fi= xes:

- #7887: ensure frame table is 8-aligned on ARM64 and PPC64
=   (Xavier Leroy, report by Mark Hayden, review by Mark Shinwell
&nb= sp;  and Gabriel Scherer)

- #8751: fix bug that could result in= misaligned data section when compiling to
  native-code on amd64.&= nbsp; (observed with the mingw64 compiler)
  (Nicol=C3=A1s Ojeda B= =C3=A4r, review by David Allsopp)

- #8769, #8770: Fix assertion fail= ure with -pack
  (Leo White, review by Gabriel Scherer, report by F= abian @copy)
--=_4506e383-ca87-4911-83f5-58aad6937c95--