SHA256
1
0
forked from pool/libqb

- ipc_setup: Set SO_PASSCRED on listener socket

- log: Filtering by function and file must match exactly, no substring matches
- blackbox: Abort blackbox logging on ringbuffer overwrite reclaim error
- ipcs: Api function allowing server to retrieve client connection's ipc buffer size
- ringbuffer: Abort during chunk reclaim if OVERWRITE flag is set and reclaim fails.
- blackbox: unique blackbox ringbuffer files per pid
- ipc_socket: Fixes fd leak in socket ipc client disconnection
- Detect the max signal value that can be used using NSIG macro
- Avoid double-decrement of level->todo
- Upstream version cs: b4c36efff8b91f287da87590911a01184243cf64

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=29
This commit is contained in:
Yan Gao
2013-10-23 15:35:46 +00:00
committed by Git OBS Bridge
parent 4561bf02d7
commit c799b3fc7b
3 changed files with 17 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
git commit hash and bump "version" if necessary
-->
<param name="version">0.16.0</param>
<param name="revision">75f7ed373758b3cb9087e89e4fae17379dd7b483</param>
<param name="revision">b4c36efff8b91f287da87590911a01184243cf64</param>
</service>
<service name="recompress" mode="disabled">

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 23 15:16:01 UTC 2013 - ygao@suse.com
- ipc_setup: Set SO_PASSCRED on listener socket
- log: Filtering by function and file must match exactly, no substring matches
- blackbox: Abort blackbox logging on ringbuffer overwrite reclaim error
- ipcs: Api function allowing server to retrieve client connection's ipc buffer size
- ringbuffer: Abort during chunk reclaim if OVERWRITE flag is set and reclaim fails.
- blackbox: unique blackbox ringbuffer files per pid
- ipc_socket: Fixes fd leak in socket ipc client disconnection
- Detect the max signal value that can be used using NSIG macro
- Avoid double-decrement of level->todo
- Upstream version cs: b4c36efff8b91f287da87590911a01184243cf64
-------------------------------------------------------------------
Tue Sep 24 11:57:57 UTC 2013 - ygao@suse.com

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5b677f36efc40008a3f811654438184e279eb6a231078f5af9d68940960ef2f
size 471525
oid sha256:51e5538de3243096db49a6f310bc841ccfc8893a22b29b5923e3c566b2ee12ba
size 473261