summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>2003-06-18 12:14:55 +0000
committerMichael K. Johnson <johnsonm@redhat.com>2003-06-18 12:14:55 +0000
commitd37124e5630d22ab30b765c2a2a2fe3f231e2395 (patch)
treeb4453f5b28b5c88125f910cbf902a59350379132
parent7cede5af5adf01ad26155061cc476aad0804d3fc (diff)
downloadlibaio-d37124e5630d22ab30b765c2a2a2fe3f231e2395.tar.gz
build new libaio with optimization from Arjanlibaio.0-3-96.1
-rw-r--r--libaio.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/libaio.spec b/libaio.spec
index 6dcb1fd..6b29e93 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,5 +1,5 @@
Name: libaio
-Version: 0.3.95
+Version: 0.3.96
Release: 1
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
@@ -56,6 +56,9 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT
%attr(0644,root,root) /usr/lib/libaio.a
%changelog
+* Wed Jun 18 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.96-1
+- optimization in io_getevents from Arjan van de Ven
+
* Wed May 28 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.95-1
- ppc bugfix from Julie DeWandel