Changelog for
libtevent0-0.9.18-27.1.x86_64.rpm :
Tue Jul 2 14:00:00 2013 lmuelleAATTsuse.com
- Add tevent.pyc and pyo to the file list of python-tevent for post Centos and
RHEL 5 and Fedora 11 builds.
Tue Apr 9 14:00:00 2013 lmuelleAATTsuse.com
- Update to 0.9.18.
+ Adding new timer events is now faster, if there\'s
a large number of timer events.
+ sigprocmask does not work on FreeBSD to stop further signals in a signal
handler.
+ TEVENT_NUM_SIGNALS is calculated by configure in order
to support realtime signals on freebsd.
+ ./configure --disable-python was fixed for the standalone build.
+ Several crash bugs in the poll backend are fixed.
+ The poll backend removes deleted events from the cached pollfd array now.
+ The poll doesn\'t pass pollfd.events == 0 to poll() and maintains a list
of disabled events, instead of consuming 100% cpu and/or triggering
the callers handler.
+ The poll backend detects POLLNVAL and reports EBADF
instead of consuming 100% cpu.
+ The select backend supports separate handlers
for TEVENT_FD_READ and TEVENT_FD_WRITE.
+ The poll and select backends are now doing fair queuing of fd events.
+ The epoll has better error checking and supports separate handlers
for TEVENT_FD_READ and TEVENT_FD_WRITE.
+ The standard backend was rewritten to be a tiny
wrapper on top of epoll with a fallback to poll,
which means that it doesn\'t use select directly anymore.
+ TEVENT_TRACE_BEFORE_LOOP_ONCE and TEVENT_TRACE_AFTER_LOOP_ONCE are added
in order to allow the application to hook in before and after the
loop_once() backend function is called.
The TEVENT_HAS_LOOP_ONCE_TRACE_POINTS define can be used to
detect the new feature.
Thu Aug 30 14:00:00 2012 lmuelleAATTsuse.com
- Update to 0.9.17.
+ Add threaded poll_mt testcase
+ tevent_poll: Decouple poll_ev->fds handling from adding/removing fds
+ tevent: Refer to the correct header in testsuite.c
Tue Aug 7 14:00:00 2012 lmuelleAATTsuse.com
- Update to 0.9.16.
+ Adds tevent_
*_trace_
*() and tevent_context_init_ops().
+ Move tevent.py to the arch-specific directory.
Thu Jun 28 14:00:00 2012 lmuelleAATTsuse.com
- Disable rpath while configure.
Wed Jun 13 14:00:00 2012 ddissAATTsuse.com
- Tag GPLv3 due to tevent_util.h license; (bnc#765270).
Sun Jun 3 14:00:00 2012 lmuelleAATTsuse.com
- Define library name and use it instead of libtevent0.
Sat Jun 2 14:00:00 2012 lmuelleAATTsuse.com
- Rename package to tevent and add an independent libtevent0 subpackage.
- Enhance and polish the package descriptions and summaries.
Sat Jun 2 14:00:00 2012 lmuelleAATTsuse.com
- Define and use talloc version macro.
Fri Jun 1 14:00:00 2012 lmuelleAATTsuse.com
- BuildIgnore libtalloc to prevent a package conflict on Fedora systems.
Thu May 31 14:00:00 2012 lmuelleAATTsuse.com
- Define python_sitelib and python_sitearch if undefined.
Thu May 31 14:00:00 2012 lmuelleAATTsuse.com
- BuildRequire libtalloc-devel instead of libtalloc2-devel.
- Rename libtevent2-devel to libtevent-devel.
Wed May 30 14:00:00 2012 lmuelleAATTsuse.com
- Remove superfluous AutoReqProv on line.
Fri May 25 14:00:00 2012 lmuelleAATTsuse.com
- BuildRequire pkg-config.
- Move _tevent.so to the python-tevent package.
Wed May 16 14:00:00 2012 lmuelleAATTsuse.com
- Cleanup BuildRequires and spec file in general.
- BuildRequire doxygen, libtalloc2-devel >= 2.0.7, python-devel, and
pytalloc-devel >= 2.0.7.
- Require libtalloc2-devel >= 2.0.7 and pkg-config from the devel package.
- Move python files to an independent python-tevent package.
Mon May 14 14:00:00 2012 lmuelleAATTsuse.com
- Adjust licence.
- Require libtevent0 = %{version} from the devel package.
- Extend the description of the devel package.
Mon May 14 14:00:00 2012 lmuelleAATTsuse.com
- BuildRequire libtalloc2-devel.
- Remove superfluous BuildRequires to talloc libraries.
Wed Sep 7 14:00:00 2011 larsAATTsamba.org
- Initial independent libtevent0 package.