Bump to 0.3.113
[platform/upstream/libaio.git] / ChangeLog
1 0.3.107
2         - Make tests compile again on modern systems (warnings + -Werror)
3         - Add 'make partcheck' and don't require manual setup for testing.
4         - Change test harness to compile against this dir, not global install
5         - Fix 5.t for archs where PROT_WRITE mappings are readable.
6         - Allow sending of SIGXFSZ on aio over limits
7         - Explicitly specify bash for runtests.sh
8         - Put deprecating comments on never-merged io_prep_poll
9         - Add io_prep_preadv and io_prep_pwritev
10         - Add eventfd support (io_set_eventfd).
11
12 0.4.0
13         - remove libredhat-kernel
14         - add rough outline for man pages
15         - make the compiled io_getevents() add the extra parameter and 
16           pass the timeout for updating as per 2.5
17         - fixes for ia64, now works
18         - fixes for x86-64
19         - powerpc support from Gianni Tedesco <gianni@ecsc.co.uk>
20         - disable the NULL check in harness/cases/4.t on ia64: ia64 
21           maps the 0 page and causes this check to fail.
22
23 0.3.15
24         - use real syscall interface, but don't break source compatibility 
25           yet (that will happen with 0.4.0)
26
27 0.3.13
28         - add test cases
29
30 0.3.11
31         - use library versioning of libredhat-kernel to always provide a 
32           fallback
33
34 0.3.9
35         - add io_queue_release function
36
37 0.3.8
38         - make clean deletes libredhat-kernel.so.1
39         - const struct timespec *
40         - add make srpm target
41
42 0.3.7
43         - fix assembly function .types
44         - export io_getevents
45         - fix io_submit function prototype to match the kernel
46         - provide /usr/lib/libredhat-kernel.so link for compilation
47           (do NOT link against libredhat-kernel.so directly)
48         - fix soname to libaio.so.1
49         - fix dummy libredhat-kernel's soname
50         - work around nfs bug
51         - provide and install libredhat-kernel.so.1 stub
52         - Makefile improvements
53         - make sure dummy libredhat-kernel.so only returns -ENOSYS
54