- IPC: fix the connection state checking

- LOG: copy the function/filename for dynamic callsites
- Properly discover SO_NOSIGPIPE and MSG_SIGNAL
- IPC: fix call to QB_SUN_LEN
- list: don't splice empty lists onto the head.
- Upstream version cs: 258e86583ecd2437161211b9d70bc69229630e7e

- Upstream version cs: 31d9f0900db728cfe182799b61b05759a6a26e8b

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=20
This commit is contained in:
Yan Gao 2013-03-28 09:46:57 +00:00 committed by Git OBS Bridge
parent bc44b215b8
commit 59e9f8877e
3 changed files with 15 additions and 5 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">2125310c935420945d419ab62b149b32b2c14d87</param>
<param name="revision">258e86583ecd2437161211b9d70bc69229630e7e</param>
</service>
<service name="recompress">

View File

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

View File

@ -1,12 +1,22 @@
-------------------------------------------------------------------
Mon Feb 25 08:16:51 UTC 2013 - ygao@suse.com
Thu Mar 28 09:42:40 UTC 2013 - ygao@suse.com
- IPC: fix the connection state checking
- LOG: copy the function/filename for dynamic callsites
- Properly discover SO_NOSIGPIPE and MSG_SIGNAL
- IPC: fix call to QB_SUN_LEN
- list: don't splice empty lists onto the head.
- rpl_sem: make destroy more compliant
- RB: make the "sem" abstraction into a notifier
- Upstream version cs: 258e86583ecd2437161211b9d70bc69229630e7e
-------------------------------------------------------------------
Mon Feb 25 09:58:21 UTC 2013 - ygao@suse.com
- 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
- Upstream version cs: 31d9f0900db728cfe182799b61b05759a6a26e8b
-------------------------------------------------------------------
Fri Feb 8 16:56:34 UTC 2013 - ygao@suse.com