- Update to 0.9.21.

+ add tevent_req_set_cleanup_fn()
  + add/use tevent_req_destructor
  + add doxygen comments for tevent_num_signals() and
    tevent_sa_info_queue_count()
  + Add prototypes
  + Only build "std_fallback_to_poll" when epoll is around
  + fix crash bug in tevent_queue_immediate_trigger()
  + Fix CID 1138326 Unchecked return value
- Update to 0.9.20.
  + give the user the chance to ask for TEVENT_NUM_SIGNALS and
    TEVENT_SA_INFO_QUEUE_COUNT
  + change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
  + tevent_epoll_set_panic_fallback() can be a void function
  + make use of talloc_get_type_abort() in tevent_epoll.c, tevent_signal.c,
    tevent_select.c, and tevent_queue.c
  + use talloc_get_type_abort() in the documentation examples
  + add tevent_queue_wait_send/recv()
  + tevent_req_create() already uses ZERO_STRUCT(req)
  + let tevent_req_received() clear the private_cancel function
  + cancel the timeout timer when the request is finished
  + Use talloc_pooled_object for tevent_req_create
  + Remove a pointless goto
  + Add tevent_received to tevent_req_simple_recv_ntstatus
  + Fix tutorial reference
  + Add echo server sample code
  + Sync to tevent 0.9.18 from upstream
  + expose tevent_context_init_ops

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=32
This commit is contained in:
Lars Müller 2014-02-17 22:17:40 +00:00 committed by Git OBS Bridge
parent d5b3957757
commit c6f1169d42
6 changed files with 48 additions and 16 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJR+nq9AAoJEEeTkWETCEAlDLoH/jARq/h/7bXHSJTgsQ/ouQ5t
PnvtpQ37F9n2voCQalhqQ55m8W6z1lVzY+1+ZqVbdIG2riKcEQfxpu1qXCOB604P
IVzvLuo55HG+hXQZR6me22iBR+EgdAAjP6R9Uo+JCMmJRBYIytbxFcWafwR5LyrZ
UZh+1TBTyTItWF+a9r1tqf+beHRZcbLoXehDH42jR9xEWwA1gut1CadH614iFkF3
jeOExb99k0jPg3D0u6Zg51D1ONXpymFTPAaGWUZQHWI503FZMMkB0BB3rkhPMa5n
tz1q6l4R1z1Q2bT+UtaEu2xkeVkL56zYnQlxP5T0aBZqBByV4vB58xoLXwIZ/Ks=
=Vp1J
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9a1d079844ec0068804541ee2421d8ff34d7a4cdb93a6cc20d0edd5302e3fc9
size 543195

11
tevent-0.9.21.tar.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJS2TMJAAoJEEeTkWETCEAl208IAJolgSuav4Q7uhBmmVPO3yco
nF2zfIZiTJqfzAJ0YyNDVf1i9lilP1hkgCrc13RRSXXwPdhgSCD7rq5d+rw6Va2z
wBgfTeGSsCilB3hcGjazu+Aw3hxQ6lPI0dX6e935zYR2m+hAyeKzPJPiEq77IFz0
HDN6hsE00MJb29GbLPO7iWDCuAk5gLR21mQdhXGgE/we8H4t6Ry64wC0jIH1jYmD
rKEcYMH9/lec5sy4P2jyU5q7TYR/lHe74txvKRnhJJwknsOPhAhgH3JXP9rW64f6
jtCfWRNe36/hCxJ8wVgGU1WG67nQQHEV+qqdVPdYENaa25bFXiPHpzHEirBzTqM=
=2dAi
-----END PGP SIGNATURE-----

3
tevent-0.9.21.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2be7463573dab2d8210cb57fe7e7e2aeb323274cbdc865a6e29ddcfb977f0f4
size 550606

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Feb 17 22:00:55 UTC 2014 - lmuelle@suse.com
- Update to 0.9.21.
+ add tevent_req_set_cleanup_fn()
+ add/use tevent_req_destructor
+ add doxygen comments for tevent_num_signals() and
tevent_sa_info_queue_count()
+ Add prototypes
+ Only build "std_fallback_to_poll" when epoll is around
+ fix crash bug in tevent_queue_immediate_trigger()
+ Fix CID 1138326 Unchecked return value
- Update to 0.9.20.
+ give the user the chance to ask for TEVENT_NUM_SIGNALS and
TEVENT_SA_INFO_QUEUE_COUNT
+ change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
+ tevent_epoll_set_panic_fallback() can be a void function
+ make use of talloc_get_type_abort() in tevent_epoll.c, tevent_signal.c,
tevent_select.c, and tevent_queue.c
+ use talloc_get_type_abort() in the documentation examples
+ add tevent_queue_wait_send/recv()
+ tevent_req_create() already uses ZERO_STRUCT(req)
+ let tevent_req_received() clear the private_cancel function
+ cancel the timeout timer when the request is finished
+ Use talloc_pooled_object for tevent_req_create
+ Remove a pointless goto
+ Add tevent_received to tevent_req_simple_recv_ntstatus
+ Fix tutorial reference
+ Add echo server sample code
+ Sync to tevent 0.9.18 from upstream
+ expose tevent_context_init_ops
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 6 13:51:45 UTC 2013 - lmuelle@suse.com Fri Dec 6 13:51:45 UTC 2013 - lmuelle@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package tevent # spec file for package tevent
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -40,7 +40,7 @@ BuildRequires: python-devel
%define build_make_smp_mflags %{?jobs:-j%jobs} %define build_make_smp_mflags %{?jobs:-j%jobs}
%endif %endif
Url: http://tevent.samba.org/ Url: http://tevent.samba.org/
Version: 0.9.19 Version: 0.9.21
Release: 0 Release: 0
Summary: An event system based on the talloc memory management library Summary: An event system based on the talloc memory management library
License: GPL-3.0+ License: GPL-3.0+