From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id EBCF0BBCA for ; Fri, 29 Feb 2008 13:38:12 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAO+Lx0fAXQInh2dsb2JhbACBVo8ZAQEBCAopnBw X-IronPort-AV: E=Sophos;i="4.25,426,1199660400"; d="scan'208";a="8779638" Received: from concorde.inria.fr ([192.93.2.39]) by mail1-smtp-roc.national.inria.fr with ESMTP; 29 Feb 2008 13:38:12 +0100 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m1TCcCKT008377 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Fri, 29 Feb 2008 13:38:12 +0100 X-IronPort-AV: E=Sophos;i="4.25,426,1199660400"; d="scan'208";a="9746648" Received: from yquem.inria.fr (HELO log.go.com) ([128.93.8.37]) by mail3-relais-sop.national.inria.fr with ESMTP; 29 Feb 2008 13:38:12 +0100 Message-Id: <625B7ADE-7ED6-4980-B7EF-B4072CC9992D@inria.fr> From: Damien Doligez To: caml users Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: OCaml version 3.10.2 released Date: Fri, 29 Feb 2008 13:38:12 +0100 X-Mailer: Apple Mail (2.919.2) X-Miltered: at concorde with ID 47C7FCB4.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; damien:01 damien:01 ocaml:01 ocaml:01 bug-fix:01 ocaml-:01 bug:01 ocamldep:01 ocamlopt:01 ocamlopt:01 hppa:01 mli:01 runtime:01 gcc:01 bug:01 Hello world, It is our pleasure to announce the release of OCaml version 3.10.2. This is mainly a bug-fix release, see the list of changes below. It will be available here shortly: < http://caml.inria.fr/download.en.html > If you're in a real hurry, you can get the source now from < ftp://ftp.inria.fr/INRIA/caml-light/ocaml-3.10/ > Happy hacking, -- Damien Doligez for the OCaml team. Objective Caml 3.10.2: ---------------------- Bug fixes: - PR#1217 (partial) Typo in ocamldep man page - PR#3952 (partial) ocamlopt: allocation problems on ARM - PR#4339 (continued) ocamlopt: problems on HPPA - PR#4455 str.mli not installed under Windows - PR#4473 crash when accessing float array with polymorphic method - PR#4480 runtime would not compile without gcc extensions - PR#4481 wrong typing of exceptions with object arguments - PR#4490 typo in error message - Random crash on 32-bit when major_heap_increment >= 2^22 - Big performance bug in Weak hashtables - Small bugs in the make-package-macosx script - Bug in typing of polymorphic variants (reported on caml-list)