From f8b3854a8118a6ddd0a03b045e68a9cbe89455f9 Mon Sep 17 00:00:00 2001 From: fdopen Date: Sat, 10 Feb 2018 13:31:04 +0100 Subject: [PATCH] release 0.2.4 --- CHANGES.md | 12 ++++++++++++ OMakefile | 2 +- src/configure.ac | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fd78aac..fa05556 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 --------------------------- diff --git a/OMakefile b/OMakefile index 02a016b..3a4b867 100644 --- a/OMakefile +++ b/OMakefile @@ -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 diff --git a/src/configure.ac b/src/configure.ac index 913e8c1..125f86d 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([uwt], [0.2.3],[andreashauptmann@t-online.de],[uwt]) +AC_INIT([uwt], [0.2.4],[andreashauptmann@t-online.de],[uwt]) AC_PROG_CC