diff --git a/tevent-0.9.19.tar.asc b/tevent-0.9.19.tar.asc deleted file mode 100644 index ed6188c..0000000 --- a/tevent-0.9.19.tar.asc +++ /dev/null @@ -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----- diff --git a/tevent-0.9.19.tar.gz b/tevent-0.9.19.tar.gz deleted file mode 100644 index 52022ba..0000000 --- a/tevent-0.9.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9a1d079844ec0068804541ee2421d8ff34d7a4cdb93a6cc20d0edd5302e3fc9 -size 543195 diff --git a/tevent-0.9.21.tar.asc b/tevent-0.9.21.tar.asc new file mode 100644 index 0000000..1fb8760 --- /dev/null +++ b/tevent-0.9.21.tar.asc @@ -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----- diff --git a/tevent-0.9.21.tar.gz b/tevent-0.9.21.tar.gz new file mode 100644 index 0000000..b9893f8 --- /dev/null +++ b/tevent-0.9.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2be7463573dab2d8210cb57fe7e7e2aeb323274cbdc865a6e29ddcfb977f0f4 +size 550606 diff --git a/tevent.changes b/tevent.changes index 21a9e55..2ca0d22 100644 --- a/tevent.changes +++ b/tevent.changes @@ -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 diff --git a/tevent.spec b/tevent.spec index 9145811..faa5d41 100644 --- a/tevent.spec +++ b/tevent.spec @@ -1,7 +1,7 @@ # # 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 # 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} %endif Url: http://tevent.samba.org/ -Version: 0.9.19 +Version: 0.9.21 Release: 0 Summary: An event system based on the talloc memory management library License: GPL-3.0+