From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 41614BBAF for ; Mon, 19 Apr 2010 21:03:28 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AggBAIdFzEuK54gDmWdsb2JhbACDFJhoFQEBAQEBCAsKBxEirGaQToEqgnZuBA X-IronPort-AV: E=Sophos;i="4.52,237,1270418400"; d="scan'208";a="60947259" Received: from rouge.crans.org ([138.231.136.3]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 19 Apr 2010 21:03:27 +0200 Received: from localhost (localhost.crans.org [127.0.0.1]) by rouge.crans.org (Postfix) with ESMTP id B623885C3; Mon, 19 Apr 2010 21:03:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at crans.org Received: from rouge.crans.org ([10.231.136.3]) by localhost (rouge.crans.org [10.231.136.3]) (amavisd-new, port 10024) with LMTP id H3Is6xAw3AIb; Mon, 19 Apr 2010 21:03:25 +0200 (CEST) Received: from [192.168.39.1] (fbx.up7.fr [88.185.141.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rouge.crans.org (Postfix) with ESMTPSA id 7D0D985C2; Mon, 19 Apr 2010 21:03:25 +0200 (CEST) Message-ID: <4BCCA903.1070307@glondu.net> Date: Mon, 19 Apr 2010 21:03:31 +0200 From: =?UTF-8?B?U3TDqXBoYW5lIEdsb25kdQ==?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: caml-list , ocsigen@sympa.mancoosi.univ-paris-diderot.fr Subject: [ANN] Lwt 2.1.0 released X-Enigmail-Version: 0.95.7 OpenPGP: id=49881AD3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; camlp:01 inlining:01 recv:01 descriptors:01 bugfix:01 bugfix:01 bugfixes:01 descriptors:01 phane:98 steph:98 phane:98 char:01 char:01 unix:01 unix:01 Hello, The Lwt team is pleased to announce the release of Lwt 2.1.0. You can download it at: http://ocsigen.org/lwt/install Here is a list of changes from the previous version (2.0.0): * Rename Lwt.select to Lwt.pick * Removing module Lwt_monitor in favour of Lwt_mutex and new module Lwt_condition * More react helpers: - Lwt_event.next - Lwt_event.limit and Lwt_signal.limit - Lwt_event.from * Adding function Lwt_main.fast_yield * Adding unit tests * Optimisation of Lwt * Adding module Lwt_log for logging * Adding a camlp4 filter for remmoving logging statement or inlining tests * Adding module Lwt_daemon * Adding function Lwt_unix.recv_msg and Lwt_unix.send_msg * Adding function Lwt_unix.wait4 * Adding function Lwt_io.establish_server * Adding module Lwt_list * Enhancement in Lwt_process, it now support redirections and timeouts * Allow to use select on arbitrary high file descriptors * More commands and features in Lwt_read_line: - Handle "undo" command - New controlable read-lines instances - More edition commands - Completion as you type - Backward search * Enhancement in Lwt_term: more drawing functions and allow to put the terminal into drawing mode * Optimisation of Lwt_stream * Optimisation of Lwt_io.write_char and Lwt_io.read_char * Bugfix of Lwt_stream: two parallel Lwt_stream.get returned the same value * Bugfix in Lwt_unix.connect: it returned immediatly on EINPROGRESS * Bugfixes in Lwt_glib: file descriptors were not monitored correctly Enjoy! --=20 St=C3=A9phane Glondu, on behalf of the Lwt team