We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5164ca commit 7988852Copy full SHA for 7988852
CHANGES.md
@@ -1,8 +1,22 @@
1
+## v2.7.0
2
+
3
+- Fix use-after-free data race in CQE handlers (@avsm #124, reported #123 by @polytypic).
4
5
+- Add socket bind and listen operations (@avsm #118).
6
7
+- Update liburing to 2.7 (@avsm #118).
8
9
+- Add `Uring.Setup_flags` module (@talex5 #122).
10
11
+- Clean up configurator code and update primitives.h (@talex5 #121).
12
13
+- Add `mkdirat` operation (@patricoferris #120).
14
15
## v0.9
16
17
- Fix statx constant fallback values, and fix with musl 1.2.5 (@alyssais #114).
18
-- Add Uring.sqe_ready (@talex5 #115).
19
+- Add `Uring.sqe_ready` (@talex5 #115).
20
21
## v0.8
22
0 commit comments