The branch, master has been updated
via 2267fad tevent: version 0.9.27
from 279d249 README.Coding: Improve pointer example
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2267faddfa9863b205dfad580fbd45182916cb32
Author: Stefan Metzmacher <[email protected]>
Date: Mon Feb 15 11:40:34 2016 +0100
tevent: version 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 (bug #11728).
Signed-off-by: Stefan Metzmacher <[email protected]>
Reviewed-by: Michael Adam <[email protected]>
Autobuild-User(master): Michael Adam <[email protected]>
Autobuild-Date(master): Tue Feb 16 00:00:51 CET 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
lib/tevent/ABI/{tevent-0.9.26.sigs => tevent-0.9.27.sigs} | 0
lib/tevent/wscript | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
copy lib/tevent/ABI/{tevent-0.9.26.sigs => tevent-0.9.27.sigs} (100%)
Changeset truncated at 500 lines:
diff --git a/lib/tevent/ABI/tevent-0.9.26.sigs
b/lib/tevent/ABI/tevent-0.9.27.sigs
similarity index 100%
copy from lib/tevent/ABI/tevent-0.9.26.sigs
copy to lib/tevent/ABI/tevent-0.9.27.sigs
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 103cc06..501de16 100755
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tevent'
-VERSION = '0.9.26'
+VERSION = '0.9.27'
blddir = 'bin'
--
Samba Shared Repository