Skip to content

Commit 96361a6

Browse files
Merge pull request #1098 from ocsigen/release-6.1.0
Release 6.1.0
2 parents 1fdcd4b + aadc65c commit 96361a6

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
===== 6.1.0 =====
2+
3+
====== Additions ======
4+
5+
* Lwt_engine.engine_id: a mechanism to identify which engine is currently in use. (#1097)
6+
7+
====== Changes ======
8+
9+
* When ?set_tcp_nodelay is not set explicitly, it sets TCP_NODELAY but ignores EOPNOTSUPP errors. (Simon Cruanes, #1092)
10+
11+
====== Fixes ======
12+
13+
* lwt_ppx: correctly carry type annotations again (broken since in 5.9.2). (Pierre Villemot, #1091)
14+
15+
* Fix build on some windows setups. (Kate Deplaix, #1095, #1082)
16+
17+
* Fix data-race in Lwt's internals. (Olivier Nicole, #1094, #1026)
18+
19+
* Fix spelling mistakes in documentation. (Tim McGilchrist, #1093)
20+
121
===== 6.0.0 =====
222

323
====== Additions ======

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
(package
2929
(name lwt_ppx)
30-
(version 6.0.0)
30+
(version 6.1.0)
3131
(synopsis "PPX syntax for Lwt, providing something similar to async/await from JavaScript")
3232
(maintenance_intent "(latest)")
3333
(depends
@@ -80,7 +80,7 @@
8080

8181
(package
8282
(name lwt)
83-
(version 6.0.0)
83+
(version 6.1.0)
8484
(synopsis "Promises and event-driven I/O")
8585
(description "A promise is a value that may become determined in the future.
8686

lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "6.0.0"
3+
version: "6.1.0"
44
synopsis: "Promises and event-driven I/O"
55
description: """
66
A promise is a value that may become determined in the future.

lwt_ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "6.0.0"
3+
version: "6.1.0"
44
synopsis:
55
"PPX syntax for Lwt, providing something similar to async/await from JavaScript"
66
maintainer: [

0 commit comments

Comments
 (0)