Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fdopen committed Jul 15, 2018
1 parent 1d0d724 commit 0358323
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
0.3.1 2018-07-02
0.3.2 2018-07-16
---------------------------

- update to libuv 1.21.0:
- update to libuv 1.22.0:
* new function: `Uwt.Fs.lchmown`

- Change license to MIT

- fix compilation under OCaml 4.07.0 (Windows)

- add new `Uwt.error` codes: `EHOSTDOWN`, `EREMOTEIO`, `ENOTTY`, and
`EFTYPE`

0.3.0.2 2018-04-23
---------------------------

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.1
VERSION=0.3.2
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.3.1],[[email protected]],[uwt])
AC_INIT([uwt], [0.3.2],[[email protected]],[uwt])

AC_PROG_CC

Expand Down

0 comments on commit 0358323

Please sign in to comment.