File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
19
===== 2.3.1 (2011-07-13) =====
2
20
3
21
* Fix building of documentation when using the tarball
Original file line number Diff line number Diff line change 5
5
OASISFormat: 0.1
6
6
OCamlVersion: >= 3.12
7
7
Name: lwt
8
- Version: 2.3.1
8
+ Version: 2.3.2
9
9
LicenseFile: COPYING
10
10
License: LGPL-2.1 with OCaml linking exception
11
11
Authors:
You can’t perform that action at this time.
0 commit comments