diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2025-02-21 13:15:16 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2025-02-21 13:36:13 +0300 |
commit | a4e53fc5cc0c64cd0c54aa050e82cab26e258b7f (patch) | |
tree | 4a11071a8b2c78a978064585a2583afb14f6a99d /contrib/libs/liburing/CHANGELOG | |
parent | c1fa17d4daa4633b45d839e44f84d16eacfb82b8 (diff) | |
download | ydb-a4e53fc5cc0c64cd0c54aa050e82cab26e258b7f.tar.gz |
Update contrib/libs/liburing to 2.9
commit_hash:88f21b0567edce8f03258355bcc0e4029ea2085b
Diffstat (limited to 'contrib/libs/liburing/CHANGELOG')
-rw-r--r-- | contrib/libs/liburing/CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/libs/liburing/CHANGELOG b/contrib/libs/liburing/CHANGELOG index ca1056ed4f..ce8015f22d 100644 --- a/contrib/libs/liburing/CHANGELOG +++ b/contrib/libs/liburing/CHANGELOG @@ -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 |