File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
3
6
4
7
## v0.4.1 - 20 Jun 2022
5
8
* Support OCaml 5 new Unix primitive names
Original file line number Diff line number Diff line change 10
10
test :
11
11
dune runtest
12
12
13
- VERSION =0.4.1
13
+ VERSION =0.4.2
14
14
NAME =ocaml-extunix-$(VERSION )
15
15
16
16
release :
Original file line number Diff line number Diff line change 21
21
" \| * Provide common consistent ocaml interface: naming convention, exceptions.
22
22
" \| * Simple to build - no extra dependencies.
23
23
)
24
- (license " LGPL-2.1-only with OCaml-LGPL-linking-exception" )
24
+ (license " LGPL-2.1-only WITH OCaml-LGPL-linking-exception" )
25
25
(authors
26
26
" Andre Nathan"
27
27
" Antonin Décimo"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ authors: [
29
29
"ygrek"
30
30
"Zhenya Lykhovyd"
31
31
]
32
- license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
32
+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33
33
tags: ["org:ygrek"]
34
34
homepage: "https://github.com/ygrek/extunix"
35
35
bug-reports: "https://github.com/ygrek/extunix/issues"
You can’t perform that action at this time.
0 commit comments