SHA256
1
0
forked from pool/tevent

Accepting request 1114104 from home:npower:branches:network:samba:STABLE

-  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.
      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

-  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

OBS-URL: https://build.opensuse.org/request/show/1114104
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=117
This commit is contained in:
2023-09-29 07:26:15 +00:00
committed by Git OBS Bridge
parent 149f871222
commit 574be290a2
8 changed files with 45 additions and 18 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 26 09:34:49 UTC 2023 - Noel Power <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.
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
-------------------------------------------------------------------
Fri Mar 17 07:58:05 UTC 2023 - Samuel Cabrero <scabrero@suse.de>