Skip to content

Commit 9f57ff7

Browse files
committed
Update CHANGES and version
Ignore-this: f683a168e36c3e15373ebce5dd2f87f7 darcs-hash:20111104135220-0cb73-08f760e56ea1d43e736a5f90cb7aa49623e7a26f
1 parent ab2a130 commit 9f57ff7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
===== 2.3.2 (2011-11-04) =====
2+
3+
* Add location informations in logs:
4+
** allow loggers to get the current location through local storage
5+
** pass current location to logging functions
6+
** pass the current location with the syntax extension
7+
* Add Lwt.on_termination
8+
* Add Lwt_unix.reinstall_signal_handler
9+
* Add Lwt_io.flush_all
10+
* Add assert_lwt keyword to the syntax extension
11+
* Add Lwt.wrap
12+
* Add Lwt_glib.iter and Lwt_glib.wakeup
13+
* ocaml 3.13 ready
14+
* Allow to compile without libev support
15+
* Fix bugs in Lwt_io
16+
* Better handling of forks
17+
* Fix many problems on Windows
18+
119
===== 2.3.1 (2011-07-13) =====
220

321
* Fix building of documentation when using the tarball

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
OASISFormat: 0.1
66
OCamlVersion: >= 3.12
77
Name: lwt
8-
Version: 2.3.1
8+
Version: 2.3.2
99
LicenseFile: COPYING
1010
License: LGPL-2.1 with OCaml linking exception
1111
Authors:

0 commit comments

Comments
 (0)