Package Release Info

tevent-0.16.2-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libtevent0-32bit
python3-tevent-32bit

Change Logs

* Tue Mar 11 2025 scabrero@suse.de
- Update to version 0.16.2
  * Documentation fixes
  * Add LGPLv3 LICENSE file
* Thu May 16 2024 scabrero@suse.de
- Update to version 0.16.1
  * build with Python 3.12 (bso#15513)
  * documentation fixes
* Mon Jan 22 2024 jgwang@suse.com
- Update to version 0.16.0
  * the epoll backend is no longer limited to 2 event handlers
    per low level fd.
  * finally add support for TEVENT_FD_ERROR
* Tue Sep 26 2023 nopower@suse.com
-  Update to version 0.15.0
  * remove py2 ifdefs
  * python: Safely clear structure members
  * the tevent_thread_call_depth API is updated
    in order to allow better tracing.
  * add tevent_set_max_debug_level() only and don't
    pass TEVENT_DEBUG_TRACE to tevent_debug() callbacks by default.
  * Spelling fixes
  * Make use of epoll_create1() for epoll backend
  * Optimize overhead in the epoll backend
* Mon Apr 24 2023 dimstar@opensuse.org
- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.
* Fri Mar 17 2023 scabrero@suse.de
- Update to version 0.14.1
  * Build fix for GNU/Hurd
  * Build fix for Solaris, after removal of ports backend (bso#15298)
- Changes from version 0.14.0
  * Support python 3.12
  * Remove solaris port backend
  * Make tevent_find_ops_byname() available for callers
  * Allow the "standard" backend to be overloaded
  * Add interface for request/subrequest call depth tracking
* Thu Sep 22 2022 nopower@suse.com
- Update to version 0.13.0
  + tevent: add tevent_cached_getpid() helper
- Update to version 0.12.0
  + tevent: Add tevent queue tracing support
  + tevent: Use internally an empty trigger function for
    blocker requests
* Wed Feb 02 2022 dmulder@suse.com
- Fix build on 15.3 (for the heimdal addc build), by bundling cmocka.
* Fri Sep 17 2021 scabrero@suse.de
- Update to version 0.11.0
  + Other minor build fixes; (bso#14526);
  + Add custom tag to events
  + Add event trace api
* Sat Mar 07 2020 nopower@suse.com
- Update to version 0.10.2
  + Upgrade waf to version 2.0.18 to fix a cross-compilation issue;
    (bso#13846).