summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2022-03-28 11:30:33 -0400
committerJeff Moyer <jmoyer@redhat.com>2022-03-28 11:30:33 -0400
commit1b18bfafc6a2f7b9fa2c6be77a95afed8b7be448 (patch)
treec9442e111b747e9329ea782c6edb9d13a827cc08
parentb33e65064cec308e62046b3094a3ea667f5fe4ac (diff)
downloadlibaio-master.tar.gz
bump libaio versionHEADlibaio-0.3.113master
- Fix padding in vector and sockaddr structures on 32 bit (Brett Holman) - Add a test case for missed poll events (Eric Biggers) - Add loongarch support (Yehui Ren) - man page cleanup and fixes (Guillem Jover) - assorted test harness fixess (Guillem Jover, Jeff Moyer)
-rw-r--r--libaio.spec9
-rw-r--r--src/Makefile2
2 files changed, 9 insertions, 2 deletions
diff --git a/libaio.spec b/libaio.spec
index 468be43..fc62371 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,5 +1,5 @@
Name: libaio
-Version: 0.3.112
+Version: 0.3.113
Release: 1
Summary: Linux-native asynchronous I/O access library
License: LGPL
@@ -57,6 +57,13 @@ make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr libdir=/%{_libdir}
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Mon Mar 28 2022 Jeff Moyer <jmoyer@redhat.com> - 0.3.113-1
+- Fix padding in vector and sockaddr structures on 32 bit (Brett Holman)
+- Add a test case for missed poll events (Eric Biggers)
+- Add loongarch support (Yehui Ren)
+- man page cleanup and fixes (Guillem Jover)
+- assorted test harness fixess (Guillem Jover, Jeff Moyer)
+
* Mon Oct 22 2018 Jeff Moyer <jmoyer@redhat.com> - 0.3.112-1
- Add async poll support (Christoph Hellwig)
- Use canonical DESTDIR= environment variable (Thomas Petazzoni)
diff --git a/src/Makefile b/src/Makefile
index b6d0499..d080a1b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -12,7 +12,7 @@ ENABLE_SHARED ?= 1
soname=libaio.so.1
minor=0
-micro=1
+micro=2
libname=$(soname).$(minor).$(micro)
all_targets += libaio.a