Changelog for
libtevent0-0.11.0-150400.1.9.x86_64.rpm :
* Fri Sep 17 2021 scabreroAATTsuse.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 nopowerAATTsuse.com- Update to version 0.10.2 + Upgrade waf to version 2.0.18 to fix a cross-compilation issue; (bso#13846).
* Tue Nov 26 2019 mceplAATTsuse.com- Update to 0.10.1 ... make build with Python 3.8 working again (new waf).
* Thu Oct 03 2019 jmcdonoughAATTsuse.com- Update to version 0.10.0 + Remove Python 2.x support except to build just the bare C library + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a tevent if required from that branch
* Tue Mar 05 2019 dmulderAATTsuse.com- Update to version 0.9.39 + py_tevent: add_timer takes float argument + C99 build fixes. + Fix standalone build of tevent.
* Wed Feb 06 2019 dmulderAATTsuse.com- Update to version 0.9.38 + Deprecate tevent wrapper api again + Build fixes + The build uses python3 by default: + --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install
* Tue Sep 25 2018 scabreroAATTsuse.de- Update license to LGPL-3.0
* Wed Aug 08 2018 dmulderAATTsuse.com- Update to version 0.9.37 + simplify \"poll\" and \"poll_mt\" backends + make tevent_abort() reachable for backends + add tevent_common_invoke_
*_handler() functions + add tevent_context_same_loop() function + add tevent_context_wrapper_create() infrastructure + add tevent_req_profile infrastructure
* Fri Mar 16 2018 jmcdonoughAATTsuse.com- Update to version 0.9.36; (bso#13291); + improve documentation of tevent_queue_add_optimize_empty() + add tevent_queue_entry_untrigger() + Minor cleanup. wakeup_fd can always be gotten from the event context. + Use smb_set_close_on_exec() in example code.- Use tirpc on newer sytems
* Tue Nov 28 2017 scabreroAATTsuse.com- Update to version 0.9.34; (bsc#1069666); + Remove unused select backend + Fix a race condition in tevent_threaded_schedule_immediate(); (bso#13130);
* Wed Jul 26 2017 scabreroAATTsuse.com- Update to version 0.9.33 + make tevent_req_print() more robust against crashes
* Fri Jun 30 2017 scabreroAATTsuse.com- Update to version 0.9.32 + Fix mutex locking in tevent_threaded_context_destructor(). + Fix a memleak on FreeBSD. + Re-init threading in tevent_re_initialise(). + Include the finish location in tevent_req_default_print().
* Mon Feb 06 2017 jengelhAATTinai.de- Drop redundant PreReq for ldconfig; this is autodetected. Set RPM group right.
* Thu Feb 02 2017 aaptelAATTsuse.com- Use https urls.
* Tue Jan 24 2017 ddissAATTsuse.com- Update to version 0.9.31; (bsc#1032915). + Add tevent_req_reset_endtime + Make talloc_free safe when threaded_contexts exist + Add tevent_update_timer + Factor out tevent_common_insert_timer + Add threaded immediate activation
* Wed Sep 14 2016 jmcdonoughAATTsuse.com- Update to version 0.9.29. + performance improvements.
* Tue Mar 15 2016 lmuelleAATTsuse.com- Require talloc 2.1.6 at build-time; (bsc#954658).
* Sun Feb 21 2016 lmuelleAATTsuse.com- Avoid a file collision for non SUSE build targets; (bsc#966174).
* Fri Feb 19 2016 lmuelleAATTsuse.com- Update to 0.9.28; (bsc#954658). + Fix memory leak when old signal action restored (bso#11742).- Update to 0.9.27. + Fix bug in poll backend - poll_event_loop_poll() exits the for loop on POLLNVAL instead of continuing to find an event that is ready. + Fix ETIME handling for Solaris event ports (bso#11728).
* Wed Nov 11 2015 lmuelleAATTsuse.com- Update to 0.9.26; (bsc#954658). + New tevent_thread_proxy API + Minor build fixes
* Fri Oct 30 2015 lmuelleAATTsuse.com- Disable rpath-install and silent-rules while configure.
* Sun Oct 25 2015 lmuelleAATTsuse.com- Add python3-tevent; (bsc#951911).
* Thu Oct 22 2015 lmuelleAATTsuse.com- Require python-talloc-devel instead of pytalloc-devel.
* Mon Sep 07 2015 lmuelleAATTsuse.com- Recommend to install tevent-man from libtevent-devel on post-10.3 systems.
* Mon Sep 07 2015 lmuelleAATTsuse.com- Remove superfluous _name define.
* Mon Sep 07 2015 lmuelleAATTsuse.com- Update the Samba Library Distribution Key file \'tevent.keyring\'; (bso#945116).
* Thu Aug 20 2015 dimstarAATTopensuse.org- Create 2nd spec-file tevent-man.spec: build the man pages in a separate cycle in order to avoid the follwing build cycle: doxygen -> curl -> krb5-mini -> libverto -> tevent -> doxygen.- Recommend tevent-man for installation.
* Sat Jun 27 2015 lmuelleAATTsuse.com- Update to 0.9.25. + Fix compile error in Solaris ports backend. + Fix access after free in tevent_common_check_signal(); (bso#11308). + Improve pytevent bindings. + Testsuite fixes. + Improve the documentation of the tevent_add_fd() assumtions. It must be talloc_free\'ed before closing the fd! (bso##11141); (bso#11316).
* Thu Mar 05 2015 lmuelleAATTsuse.com- Update to 0.9.24. + Ignore unexpected signal events in the same way the epoll backend does.
* Fri Feb 27 2015 lmuelleAATTsuse.com- Update to 0.9.23. + Update the tevent_data.dox tutrial stuff to fix some errors, including white space problems. + Use tevent_req_simple_recv_unix in a few places.
* Thu Nov 06 2014 lmuelleAATTsuse.com- Use the upstream tar ball, as signature verification is now able to handle compressed archives.
* Tue Oct 28 2014 lmuelleAATTsuse.com- Remove dependency on gpg-offline as signature checking is implemented in the source validator.