summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2018-03-06 17:24:47 -0500
committerJeff Moyer <jmoyer@redhat.com>2018-03-06 17:24:47 -0500
commitf66be22ab0a59a39858900ab72a8c6a6e8b0b7ec (patch)
treec3202553c0484ca641acd233052e4f0d5012b899
parentd3766b1be75c914e3453e0a3558a8bf968b537ae (diff)
downloadlibaio-f66be22ab0a59a39858900ab72a8c6a6e8b0b7ec.tar.gz
libaio-0.3.111libaio-0.3.111
- Add two new tests to the test harness (Jeff Moyer) - Generic arch dectection for padding defines (Nathan Rossi) - harness: don't hardcode page size (Jeff Moyer) - harness: add a test case for mremap (Jeff Moyer) - libaio: harness: fix build errors due to attribute warn_unused_result (Mauricio Faria de Oliveira) - libaio: harness: fix build error due to linker search order (Mauricio Faria de Oliveira) - harness: add test for allocating aio-max-nr ioctxs (Jeff Moyer) - Add support for preadv2/pwritev2 (Jeff Moyer) - syscall-generic: don't overwrite errno (Jeff Moyer) - syscall: get rid of custom syscall implementation (Jeff Moyer) - Change syscall-arm64.h to syscall-generic.h (Icenowy Zheng) - Use generic syscall number schema for RISC-V (Icenowy Zheng) - Add endian detection (LE) and bit width detection (32/64) for RISC-V (Icenowy Zheng) - Makefile: convert tag and archive targets to git (Jeff Moyer) Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
-rw-r--r--libaio.spec18
1 files changed, 17 insertions, 1 deletions
diff --git a/libaio.spec b/libaio.spec
index dfe97fd..455bb6b 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,5 +1,5 @@
Name: libaio
-Version: 0.3.110
+Version: 0.3.111
Release: 1
Summary: Linux-native asynchronous I/O access library
License: LGPL
@@ -59,6 +59,22 @@ make install prefix=$RPM_BUILD_ROOT/usr \
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Tue Mar 6 2018 Jeff Moyer <jmoyer@redhat.com> - 0.3.111-1
+- Add two new tests to the test harness (Jeff Moyer)
+- Generic arch dectection for padding defines (Nathan Rossi)
+- harness: don't hardcode page size (Jeff Moyer)
+- harness: add a test case for mremap (Jeff Moyer)
+- libaio: harness: fix build errors due to attribute warn_unused_result (Mauricio Faria de Oliveira)
+- libaio: harness: fix build error due to linker search order (Mauricio Faria de Oliveira)
+- harness: add test for allocating aio-max-nr ioctxs (Jeff Moyer)
+- Add support for preadv2/pwritev2 (Jeff Moyer)
+- syscall-generic: don't overwrite errno (Jeff Moyer)
+- syscall: get rid of custom syscall implementation (Jeff Moyer)
+- Change syscall-arm64.h to syscall-generic.h (Icenowy Zheng)
+- Use generic syscall number schema for RISC-V (Icenowy Zheng)
+- Add endian detection (LE) and bit width detection (32/64) for RISC-V (Icenowy Zheng)
+- Makefile: convert tag and archive targets to git (Jeff Moyer)
+
* Fri Jul 5 2013 Jeff Moyer <jmoyer@redhat.com> - 0.3.110-1
- Add suport for sparc and arm64 (Mike Frysinger and Jeff Moyer)
- Add generic syscall fallbacks (Mike Frysinger)