Skip to content

Commit cd97c80

Browse files
committed
ExtUnix v0.4.2
1 parent 30f9610 commit cd97c80

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## v0.4.2 - ???
2-
* fix splice
1+
## v0.4.2 - 10 Aug 2024
2+
* Add TIOCGWINSZ ioctl
3+
* Release runtime mutex in all functions in atfile.c
4+
* Fix splice bindings
5+
* Minor bug fixes
36

47
## v0.4.1 - 20 Jun 2022
58
* Support OCaml 5 new Unix primitive names

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc:
1010
test:
1111
dune runtest
1212

13-
VERSION=0.4.1
13+
VERSION=0.4.2
1414
NAME=ocaml-extunix-$(VERSION)
1515

1616
release:

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\| * Provide common consistent ocaml interface: naming convention, exceptions.
2222
"\| * Simple to build - no extra dependencies.
2323
)
24-
(license "LGPL-2.1-only with OCaml-LGPL-linking-exception")
24+
(license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception")
2525
(authors
2626
"Andre Nathan"
2727
"Antonin Décimo"

extunix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ authors: [
2929
"ygrek"
3030
"Zhenya Lykhovyd"
3131
]
32-
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
32+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
3333
tags: ["org:ygrek"]
3434
homepage: "https://github.com/ygrek/extunix"
3535
bug-reports: "https://github.com/ygrek/extunix/issues"

0 commit comments

Comments
 (0)