liburing 0.6
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
c62cf14053
commit
88b6930806
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/liburing-0.3.tar.gz
|
||||
/liburing-0.5.tar.gz
|
||||
/liburing-0.5.tar.gz.asc
|
||||
/liburing-0.6.tar.gz
|
||||
/liburing-0.6.tar.gz.asc
|
||||
|
@ -1,8 +1,8 @@
|
||||
Name: liburing
|
||||
Version: 0.5
|
||||
Version: 0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Linux-native io_uring I/O access library
|
||||
License: LGPLv2+ or MIT
|
||||
License: (GPLv2 with exceptions and LGPLv2+) or MIT
|
||||
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
|
||||
Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc
|
||||
URL: https://git.kernel.dk/cgit/liburing/
|
||||
@ -49,6 +49,13 @@ for the Linux-native io_uring.
|
||||
%{_mandir}/man2/*
|
||||
|
||||
%changelog
|
||||
* Thu May 7 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.6-1
|
||||
- add io_uring_prep_splice()
|
||||
- add io_uring_prep_provide_buffers()
|
||||
- add io_uring_prep_remove_buffers()
|
||||
- add io_uring_register_eventfd_async()
|
||||
- reinstate io_uring_unregister_eventfd() (it was accidentally removed in 0.4)
|
||||
|
||||
* Thu Mar 19 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.5-1
|
||||
- Update license to GPL-2.0 OR MIT
|
||||
- Add io_uring_prep_epoll_ctl()
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (liburing-0.5.tar.gz) = ae133320e9caa851e548bb724ff77dd49bfd7384d032a836e9b70414b3726349a77a83658e5e3548f68a1f8c544251d17b4a115499dc8a0242a2fe5168821945
|
||||
SHA512 (liburing-0.5.tar.gz.asc) = ad575dfcd22661e62b9a9ede5cfe1acd875a3c97c98eb346bc3895dd699baa89860e5d53aefa05ebc62878b52eb0d79c8bd04d139781b599d23c30f36fc78b27
|
||||
SHA512 (liburing-0.6.tar.gz) = d01f3e20d853b050782b30f8644924ea8bc916caa3a52c44b30b0236f4717bc5152e5180ec32a4bff8be072e5576902a7ce0705070bead9228073cf732c34e68
|
||||
SHA512 (liburing-0.6.tar.gz.asc) = 06ae2f829dec65b8076213c68be4fdcbacb3596029dfe9d5f8b5a2d53c552615f506d296faa162ddc0f57db4d2ea9ce214514cdb6c49637e6d33a09e41f52a18
|
||||
|
Loading…
Reference in New Issue
Block a user