File ivykis.changes of Package ivykis
-------------------------------------------------------------------
Thu Dec 20 06:08:42 UTC 2012 - jengelh@inai.de
- Update to new upstream release 0.37
* fixes falling back to eventfd(2) if eventfd2(2) was available at
build time but is not supported by the running kernel
* adds support for ppoll(2)
-------------------------------------------------------------------
Tue Dec 4 22:35:28 UTC 2012 - jengelh@inai.de
- Update to new upstream release 0.36
* Work around a kernel change in FreeBSD 9.0-STABLE where /dev/klog
has become pollable via kevent(), but returns -EINVAL if you try
to register an EVFILT_WRITE filter, which confused the
iv_fd_register_try() logic in iv_fd_kqueue.
* Rework iv_timer to use less memory when only a small number of
timers is in use, and allow adding radix tree levels as needed
to remove the previous ~1M timer limit.
- Update to new upstream release 0.35
* Fix an abort on iv_work worker thread timeout introduced by the
race condition fix optimization that went into 0.32.
* Two iv_event race condition fixes.
-------------------------------------------------------------------
Sat Sep 15 18:16:16 UTC 2012 - jengelh@inai.de
- Update to new upstream release 0.34
* This release enables ELF symbol versioning, and adds various
optimizations and bugfixes.
-------------------------------------------------------------------
Fri Aug 31 00:11:10 UTC 2012 - jengelh@inai.de
- Initial package (version 0.33) for build.opensuse.org