Skip to content

Commit 4cd731f

Browse files
committed
release 2.4.8
1 parent 65fdaea commit 4cd731f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
===== 2.4.7 (2015-01-06) =====
29

310
* camlp4 is now optional.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@ The Lwt toplevel was deprecated and removed. Use utop instead:
6363
* Pierre Clairambault
6464
* Stéphane Glondu
6565
* Jérémie Dimino
66-
* Warren Harris (Metaweb Technologies, Inc.)
66+
* Warren Harris
6767
* Pierre Chambart
6868
* Mauricio Fernandez
6969
* Gregoire Henri
7070
* Gabriel Radanne
7171
* Peter Zotov
7272
* Hugo Heuzard
7373
* Vincent Bernardoff
74+
* Romain Slootmaekers
7475

7576
See each source file for copyright information, and COPYING for license.
7677

_oasis

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
OASISFormat: 0.4
66
OCamlVersion: >= 4.01
77
Name: lwt
8-
Version: 2.4.7
8+
Version: 2.4.8
99
LicenseFile: COPYING
1010
License: LGPL-2.1 with OCaml linking exception
1111
Authors:
@@ -22,7 +22,8 @@ Authors:
2222
Gabriel Radanne,
2323
Peter Zotov,
2424
Hugo Heuzard,
25-
Vincent Bernardoff
25+
Vincent Bernardoff,
26+
Romain Slootmaekers
2627
Homepage: http://ocsigen.org/lwt/
2728
BuildTools: ocamlbuild
2829
Plugins: DevFiles (0.3), META (0.3)

0 commit comments

Comments
 (0)