summaryrefslogtreecommitdiff
path: root/libaio.spec
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2008-01-09 20:49:12 +0000
committerJeff Moyer <jmoyer@redhat.com>2008-01-09 20:49:12 +0000
commit88e89be263ff9890ac2e3a62d422b9be0649da86 (patch)
treebf141e745b17227df1d2d4963b7f0d645f6db726 /libaio.spec
parent1789c2ebe77358518cf76e7b3f4f5849dcffb49d (diff)
downloadlibaio-88e89be263ff9890ac2e3a62d422b9be0649da86.tar.gz
- Fix the test harness (Rusty Russell)libaio.0-3-107.1
- Add eventfd support (Rusty Russell)
Diffstat (limited to 'libaio.spec')
-rw-r--r--libaio.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/libaio.spec b/libaio.spec
index bdcc5b2..a7c17c5 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,5 +1,5 @@
Name: libaio
-Version: 0.3.106
+Version: 0.3.107
Release: 1
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
@@ -59,6 +59,10 @@ make install prefix=$RPM_BUILD_ROOT/usr \
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Wed Jan 9 2008 Jeff Moyer <jmoyer@redhat.com> - 0.3.107-1
+- Fix the test harness (Rusty Russell)
+- Add eventfd support (Rusty Russell)
+
* Tue Jan 3 2006 Jeff Moyer <jmoyer@redhat.com> - 0.3.106-1
- Add a .proc directive for the ia64_aio_raw_syscall macro. This sounds a lot
like the previous entry, but that one fixed the __ia64_raw_syscall macro,