We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334a409 commit 1c67c0eCopy full SHA for 1c67c0e
3 files changed
liburing.spec
@@ -1,5 +1,5 @@
1
Name: liburing
2
-Version: 2.9
+Version: 2.10
3
Release: 1%{?dist}
4
Summary: Linux-native io_uring I/O access library
5
License: (GPLv2 with exceptions and LGPLv2+) or MIT
src/liburing-ffi.map
@@ -225,3 +225,6 @@ LIBURING_2.9 {
225
io_uring_register_region;
226
io_uring_sqe_set_buf_group;
227
} LIBURING_2.8;
228
+
229
+LIBURING_2.10 {
230
+} LIBURING_2.9;
src/liburing.map
@@ -111,3 +111,6 @@ LIBURING_2.9 {
111
io_uring_clone_buffers_offset;
112
113
114
115
116
0 commit comments