Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libaio-devel: Development files for Linux-native asynchronous I/O access
Name: | libaio-devel |
Vendor: | Scientific Linux |
Version: | 0.3.103 |
License: | LGPL |
Release: | 3 |
URL: | |
- Summary
- This package provides header files to include and libraries to link with
for the Linux-native asynchronous I/O facility ("async I/O", or "aio").
Changelog
- * Thu Jan 27 18:00:00 2005 Jeff Moyer <jmoyer{%}redhat{*}com> - 0.3.103-3
- Move away from the separate compat packege, as it won't be installed by
default and ISV's don't necessarily ship RPM's. As such, the compat
package would have to be explicitly installed.
- Build the library twice. Once with the old SONAME and once with the new
one. The compat approach taken before did not work since the library uses
versioned interfaces.
- * Fri Jan 21 18:00:00 2005 Jeff Moyer <jmoyer{%}redhat{*}com> - 0.3.103-2
- Add a compat library with soname libaio.so.1.0.0.
- Revert libaio.so.1 to SONAME .so.1.
- * Thu Oct 14 19:00:00 2004 Jeff Moyer <jmoyer{%}redhat{*}com> - 0.3.102-1
- update to 102. Fixes build errors on s390:
- S390 asm had a bug; I forgot to update the clobber list. Lucky for me,
newer compilers complain about such things.
- Also update the s390 asm to look more like the new kernel variants.