- rpl_sem: make destroy more compliant

- RB: make the "sem" abstraction into a notifier
- Use dgram sockets for message oriented communications
- IPC: don't interpret EMSGSIZE and ENOMSG as a disconnect
- POLL: prevent a spin if the fd is not removed from the mainloop
- Upstream version cs: 2125310c935420945d419ab62b149b32b2c14d87

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=19
This commit is contained in:
Yan Gao 2013-02-25 08:23:07 +00:00 committed by Git OBS Bridge
parent 77172770a5
commit bc44b215b8
3 changed files with 13 additions and 3 deletions

View File

@ -8,7 +8,7 @@
git commit hash and bump "version" if necessary
-->
<param name="version">0.14.4</param>
<param name="revision">9d2eca251bdd1833889f42f4e60238c4c774906e</param>
<param name="revision">2125310c935420945d419ab62b149b32b2c14d87</param>
</service>
<service name="recompress">

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c55a14dfff6bf5cd08e821530c8d0f2a1b7759276015d35015552ede8123f52c
size 2597918
oid sha256:d3565ca7bb8dc16fc84434ffe15ee17d849dcd253dd67a6c27afbd1720e6871f
size 2609098

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 25 08:16:51 UTC 2013 - ygao@suse.com
- rpl_sem: make destroy more compliant
- RB: make the "sem" abstraction into a notifier
- Use dgram sockets for message oriented communications
- IPC: don't interpret EMSGSIZE and ENOMSG as a disconnect
- POLL: prevent a spin if the fd is not removed from the mainloop
- Upstream version cs: 2125310c935420945d419ab62b149b32b2c14d87
-------------------------------------------------------------------
Fri Feb 8 16:56:34 UTC 2013 - ygao@suse.com