Skip to content

Commit

Permalink
ExtUnix v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Aug 10, 2024
1 parent 30f9610 commit cd97c80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## v0.4.2 - ???
* fix splice
## v0.4.2 - 10 Aug 2024
* Add TIOCGWINSZ ioctl
* Release runtime mutex in all functions in atfile.c
* Fix splice bindings
* Minor bug fixes

## v0.4.1 - 20 Jun 2022
* Support OCaml 5 new Unix primitive names
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ doc:
test:
dune runtest

VERSION=0.4.1
VERSION=0.4.2
NAME=ocaml-extunix-$(VERSION)

release:
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"\| * Provide common consistent ocaml interface: naming convention, exceptions.
"\| * Simple to build - no extra dependencies.
)
(license "LGPL-2.1-only with OCaml-LGPL-linking-exception")
(license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception")
(authors
"Andre Nathan"
"Antonin Décimo"
Expand Down
2 changes: 1 addition & 1 deletion extunix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ authors: [
"ygrek"
"Zhenya Lykhovyd"
]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
tags: ["org:ygrek"]
homepage: "https://github.com/ygrek/extunix"
bug-reports: "https://github.com/ygrek/extunix/issues"
Expand Down

0 comments on commit cd97c80

Please sign in to comment.