Skip to content

Commit 7988852

Browse files
committed
prepare v2.7.0 release, improve docstrings
1 parent c5164ca commit 7988852

File tree

2 files changed

+225
-36
lines changed

2 files changed

+225
-36
lines changed

CHANGES.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
115
## v0.9
216

317
- Fix statx constant fallback values, and fix with musl 1.2.5 (@alyssais #114).
418

5-
- Add Uring.sqe_ready (@talex5 #115).
19+
- Add `Uring.sqe_ready` (@talex5 #115).
620

721
## v0.8
822

0 commit comments

Comments
 (0)