- Update to 0.9.28; (bsc#954658).

+ Fix memory leak when old signal action restored (bso#11742).
- Update to 0.9.27; (bsc#954658).
  + 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).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=70
This commit is contained in:
Lars Müller
2016-02-19 21:38:36 +00:00
committed by Git OBS Bridge
parent 582506d4ce
commit 2b05821cd9
8 changed files with 38 additions and 18 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 19 15:48:45 UTC 2016 - lmuelle@suse.com
- Update to 0.9.28; (bsc#954658).
+ Fix memory leak when old signal action restored (bso#11742).
- Update to 0.9.27; (bsc#954658).
+ 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 17:52:45 UTC 2015 - lmuelle@suse.com