Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fdopen committed Aug 28, 2018
1 parent 382ea94 commit 44276aa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
---------------------------

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.3.2
VERSION=0.3.3
PROJNAME=uwt
USE_OCAMLFIND= true
BYTE_ENABLED= true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3.2],[andreashauptmann@t-online.de],[uwt])
AC_INIT([uwt], [0.3.3],[andreashauptmann@t-online.de],[uwt])

AC_PROG_CC

Expand Down

0 comments on commit 44276aa

Please sign in to comment.