caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [ANN] Lwt 2.2.0 released
@ 2010-12-13 15:36 Jérémie Dimino
  2010-12-16 16:05 ` [Caml-list] " Gregory Bellier
  0 siblings, 1 reply; 7+ messages in thread
From: Jérémie Dimino @ 2010-12-13 15:36 UTC (permalink / raw)
  To: caml-list

Hello,

The Lwt team is pleased to announce the release of Lwt 2.2.0. You can
download it at:

  http://ocsigen.org/lwt/install

Here is a list of changes from the previous version (2.1.1):

  * Bugfixes:
    ** Fix a bug with cancellable threads causing {{{Canceled}}}
       exceptions to be raised randomly
    ** Fix a fd-leak in Lwt_io.open_connection
  * {{{Lwt_unix}}} now use libev instead of select
  * Add thread local storage support to {{{Lwt}}}
  * Add backtrace support to {{{Lwt}}}. Now {{{Lwt}}} exceptions can
    be recored by using the syntax extension with the {{{-lwt-debug}}}
    command line switch.
  * Allow blocking system calls to be executed in parallels
  * Change the type of many functions of {{{Lwt_unix}}}, which now
    return a {{{Lwt}}} thread
  * Add functions {{{Lwt_unix.readable}}} and {{{Lwt_unix.writable}}}
  * Add function {{{Lwt_io.is_busy}}}
  * Add functions {{{Lwt_event.delay}}} and {{{Lwt_signal.delay}}}
  * Add function {{{Lwt_term.render_update}}}
  * Add function {{{Lwt_ssl.embed_socket}}}
  * Add module {{{Lwt_bytes}}} defining operations on bigarrays
    instead of strings
  * Use bigarrays in Lwt_io instead of strings for the internal buffer.
    Lwt_io.make now takes a function that uses a bigarray.
  * Add module {{{Lwt_switch}}}

Enjoy!

-- 
Jérémie Dimino, on behalf of the Lwt team


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-16 19:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-13 15:36 [ANN] Lwt 2.2.0 released Jérémie Dimino
2010-12-16 16:05 ` [Caml-list] " Gregory Bellier
2010-12-16 16:12   ` Sylvain Le Gall
2010-12-16 16:13   ` [Caml-list] " Jérémie Dimino
2010-12-16 16:18     ` Gregory Bellier
2010-12-16 16:54     ` Hans Ole Rafaelsen
2010-12-16 19:03       ` Jérémie Dimino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).