File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ===== 2.4.8 (2015-03-11) =====
2
+
3
+ * Fix compilation under Windows (#117, #129)
4
+ * Fix Lwt_engine.on_timer (#121)
5
+ * Add Lwt_log_core.reset_rules (#123)
6
+ * Fixed typos in the documentation (#119, #131)
7
+
1
8
===== 2.4.7 (2015-01-06) =====
2
9
3
10
* camlp4 is now optional.
Original file line number Diff line number Diff line change @@ -63,14 +63,15 @@ The Lwt toplevel was deprecated and removed. Use utop instead:
63
63
* Pierre Clairambault
64
64
* Stéphane Glondu
65
65
* Jérémie Dimino
66
- * Warren Harris (Metaweb Technologies, Inc.)
66
+ * Warren Harris
67
67
* Pierre Chambart
68
68
* Mauricio Fernandez
69
69
* Gregoire Henri
70
70
* Gabriel Radanne
71
71
* Peter Zotov
72
72
* Hugo Heuzard
73
73
* Vincent Bernardoff
74
+ * Romain Slootmaekers
74
75
75
76
See each source file for copyright information, and COPYING for license.
76
77
Original file line number Diff line number Diff line change 5
5
OASISFormat: 0.4
6
6
OCamlVersion: >= 4.01
7
7
Name: lwt
8
- Version: 2.4.7
8
+ Version: 2.4.8
9
9
LicenseFile: COPYING
10
10
License: LGPL-2.1 with OCaml linking exception
11
11
Authors:
@@ -22,7 +22,8 @@ Authors:
22
22
Gabriel Radanne,
23
23
Peter Zotov,
24
24
Hugo Heuzard,
25
- Vincent Bernardoff
25
+ Vincent Bernardoff,
26
+ Romain Slootmaekers
26
27
Homepage: http://ocsigen.org/lwt/
27
28
BuildTools: ocamlbuild
28
29
Plugins: DevFiles (0.3), META (0.3)
You can’t perform that action at this time.
0 commit comments