Skip to content

Commit

Permalink
prepare 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fdopen committed Aug 17, 2017
1 parent e91bdf7 commit d501847
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.2.2 2017-08-17
---------------------------

- update to libuv 1.14.0:
* new function: `Uwt.Fs.copyfile`
* `Uwt.Poll.start` now supports watching for sysfs interrupts or TCP
out-of-band messages
* `Uwt.Udp.try_send` now works under Windows

- `Uwt.Tcp.enable_keepalive` will now fail, if you pass an `Uwt.Tcp.t`
handle to it, that doesn't wrap a socket yet. libuv silently ignores
the delay parameter in this case. You can use `Uwt.Tcp.init_ipv4` or
`Uwt.Tcp.init_ipv6` instead of `Uwt.Tcp.init` to circumvent this problem.

- `Uwt_io` and `Uwt_log` have been updated to match the recent `lwt.unix`
changes.

0.2.1 2017-06-01
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion OMakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: clean all distclean install uninstall lib test examples minimal

VERSION=0.2.1
VERSION=0.2.2
PROJNAME=uwt
USE_OCAMLFIND= true
BYTE_ENABLED= true
Expand Down

0 comments on commit d501847

Please sign in to comment.