@@ -1,10 +1,16 @@
+liburing-2.4 release
+
+- Add io_uring_{major,minor,check}_version() functions.
+- Add IO_URING_{MAJOR,MINOR,CHECK}_VERSION() macros.
+- FFI support (for non-C/C++ languages integration).
+
liburing-2.3 release
- Support non-libc build for aarch64.
- Add io_uring_{enter,enter2,register,setup} syscall functions.
- Add sync cancel interface, io_uring_register_sync_cancel().
- Fix return value of io_uring_submit_and_wait_timeout() to match the
man page.
- Improvements to the regression tests
- Add support and test case for passthrough IO
- Add recv and recvmsg multishot helpers and support
Cc: Christian Hergert <chergert@redhat.com> # version check Cc: Christian Mazakas <christian.mazakas@gmail.com> # FFI support Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org> --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+)