Skip to content

Commit

Permalink
Update CHANGELOG for 2.9 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Jan 2, 2025
1 parent 423897a commit 4ac57e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
liburing-2.9 release

- Add support for ring resizing
- Add support for registered waits
- Test additions and improvements
- Fix bug with certain ring setups with SQE128 set not fully closing
the ring after io_uring_queue_exit(3) had been called.
- Various man page fixes and updates

liburing-2.8 release

- Add support for incrementally/partially consumed provided buffers,
usable with the provided buffer ring support.
- Add support for foo_and_wait_min_timeout(), where it's possible to
Expand Down

0 comments on commit 4ac57e5

Please sign in to comment.