Skip to content

Commit

Permalink
release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fdopen committed Feb 10, 2018
1 parent 6a16607 commit f8b3854
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.2.4 2018-02-10
---------------------------

- fix compilation under OCaml 4.06.0 (Windows)

- update to libuv 1.19.1:
* new flags for `Uwt.Fs.openfile`: `O_DIRECT`, `O_EXLOCK`,
`O_NOATIME`, `O_SYMLINK`, `O_NOFOLLOW`, and `O_DIRECTORY`
* new function: `Uwt.Pipe.chmod` to allow access from other users
* new function: `Uwt.Misc.getppid` (similar to `Unix.getppid`, but also
supported under Windows).

0.2.3 2017-09-08
---------------------------

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.3
VERSION=0.2.4
PROJNAME=uwt
USE_OCAMLFIND= true
BYTE_ENABLED= true
Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([uwt], [0.2.3],[[email protected]],[uwt])
AC_INIT([uwt], [0.2.4],[[email protected]],[uwt])

AC_PROG_CC

Expand Down

0 comments on commit f8b3854

Please sign in to comment.