summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2014-01-24 11:01:02 -0500
committerJeff Moyer <jmoyer@redhat.com>2014-01-24 11:01:02 -0500
commit08f50baec0e7731116d3f665c6155d7829edf5d7 (patch)
treebdb1e4fc9988a60efc29f4b4da408ede9d022727
parent485723669addf25eab4f4cc7a3e1da0b392b7c11 (diff)
downloadlibaio-08f50baec0e7731116d3f665c6155d7829edf5d7.tar.gz
libaio-0.3.110-1libaio-0.3.110-1
- Add suport for sparc and arm64 (Mike Frysinger and Jeff Moyer) - Add generic syscall fallbacks (Mike Frysinger) - Update man pages (Jeff Moyer and Cyril Hrubis) - Build system fixes (Mike Frysinger)
-rw-r--r--libaio.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/libaio.spec b/libaio.spec
index f1840a7..dfe97fd 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,5 +1,5 @@
Name: libaio
-Version: 0.3.108
+Version: 0.3.110
Release: 1
Summary: Linux-native asynchronous I/O access library
License: LGPL
@@ -59,6 +59,12 @@ make install prefix=$RPM_BUILD_ROOT/usr \
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* 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)
+- Update man pages (Jeff Moyer and Cyril Hrubis)
+- Build system fixes (Mike Frysinger)
+
* Tue Jun 9 2009 Jeff Moyer <jmoyer@redhat.com> - 0.3.108-1
- add ARM architecture support (grabbed from Debian arches tree)
- replace check of __i386__ with __LP64__ in test harness (Jeff Moyer)