ChangeLog 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. 0.4.0
  12. - remove libredhat-kernel
  13. - add rough outline for man pages
  14. - make the compiled io_getevents() add the extra parameter and
  15. pass the timeout for updating as per 2.5
  16. - fixes for ia64, now works
  17. - fixes for x86-64
  18. - powerpc support from Gianni Tedesco <gianni@ecsc.co.uk>
  19. - disable the NULL check in harness/cases/4.t on ia64: ia64
  20. maps the 0 page and causes this check to fail.
  21. 0.3.15
  22. - use real syscall interface, but don't break source compatibility
  23. yet (that will happen with 0.4.0)
  24. 0.3.13
  25. - add test cases
  26. 0.3.11
  27. - use library versioning of libredhat-kernel to always provide a
  28. fallback
  29. 0.3.9
  30. - add io_queue_release function
  31. 0.3.8
  32. - make clean deletes libredhat-kernel.so.1
  33. - const struct timespec *
  34. - add make srpm target
  35. 0.3.7
  36. - fix assembly function .types
  37. - export io_getevents
  38. - fix io_submit function prototype to match the kernel
  39. - provide /usr/lib/libredhat-kernel.so link for compilation
  40. (do NOT link against libredhat-kernel.so directly)
  41. - fix soname to libaio.so.1
  42. - fix dummy libredhat-kernel's soname
  43. - work around nfs bug
  44. - provide and install libredhat-kernel.so.1 stub
  45. - Makefile improvements
  46. - make sure dummy libredhat-kernel.so only returns -ENOSYS