From 44276aa6755b92eddc9ad58662a968afad243e8b Mon Sep 17 00:00:00 2001 From: fdopen Date: Thu, 23 Aug 2018 12:52:57 +0200 Subject: [PATCH] update Changelog --- .travis.yml | 3 ++- CHANGES.md | 10 ++++++++++ OMakefile | 2 +- appveyor.yml | 2 +- src/configure.ac | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d4abaa..55e6483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ env: - PINS="ocb-stubblr.0.1.1.1:https://github.com/fdopen/ocb-stubblr.git uwt-random:https://github.com/fdopen/uwt-random.git uwt-ssl:https://github.com/fdopen/uwt-ssl.git uwt-tls:https://github.com/fdopen/uwt-tls.git uwt-conduit:https://github.com/fdopen/uwt-conduit.git uwt-cohttp:https://github.com/fdopen/uwt-cohttp.git" - POST_INSTALL_HOOK="./.travis-own.sh" - TESTS=false - - PACKAGE=uwt.0.2.4 + - PACKAGE=uwt.0.3.3 + - OPAM_VERSION=1.2.2 matrix: - OCAML_VERSION=4.05 - OCAML_VERSION=4.06 diff --git a/CHANGES.md b/CHANGES.md index 0a3d449..4078e94 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +0.3.3 2018-08-28 +--------------------------- + +- update to libuv 1.23.0: + * new functions: `Uwt.Misc.setpriority`, `Uwt.Misc.getpriority`, + and `Uwt.Misc.getpid`. (`Unix.getpid` doesn't return + `GetCurrentProcessID` under Windows ...) + +- fix compilation + 0.3.2 2018-07-16 --------------------------- diff --git a/OMakefile b/OMakefile index 482fb19..e5bd485 100644 --- a/OMakefile +++ b/OMakefile @@ -1,6 +1,6 @@ .PHONY: clean all distclean install uninstall lib test examples minimal -VERSION=0.3.2 +VERSION=0.3.3 PROJNAME=uwt USE_OCAMLFIND= true BYTE_ENABLED= true diff --git a/appveyor.yml b/appveyor.yml index f759bd1..de925d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: FORK_USER: ocaml FORK_BRANCH: master CYG_ROOT: C:\cygwin64 - PACKAGE: uwt.0.2.1 + PACKAGE: uwt.0.3.3 matrix: - OPAM_SWITCH: 4.05.0+msvc64c - OPAM_SWITCH: 4.06.1+mingw32c diff --git a/src/configure.ac b/src/configure.ac index d39097b..34e3878 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([uwt], [0.3.2],[andreashauptmann@t-online.de],[uwt]) +AC_INIT([uwt], [0.3.3],[andreashauptmann@t-online.de],[uwt]) AC_PROG_CC