forked from pool/libqb
- epoll: don't miss poll events under high load
- ipc_shm: fix error handling in qb_ipcs_shm_connect() - ringbuffer: fix size in qb_rb_create_from_file() - trie: cleanup ref count logic in trie_notify_del - ipcs: Cleanup unnecessary reference counting - Upstream version cs: b103e1ae61f6fc288cfb228344f24508adaaba9a OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=53
This commit is contained in:
parent
036d2317bc
commit
81ff663055
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">0.17.0</param>
|
||||
-->
|
||||
<param name="versionformat">0.17.0+git%cd.%h</param>
|
||||
<param name="revision">c6f4fcd778248c41e5b108159d00cf1798a296d4</param>
|
||||
<param name="revision">b103e1ae61f6fc288cfb228344f24508adaaba9a</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19ca89ba348b8eea22ab2a36ad5d83227e8b1f7628a624eed59dd113d8eb45bd
|
||||
size 128289
|
3
libqb-0.17.0+git20140630.b103e1a.tar.bz2
Normal file
3
libqb-0.17.0+git20140630.b103e1a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:017fc5270301fbc5bee0dde12d1269a137744c6702eebf9dbb474766a580a799
|
||||
size 128331
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 09:08:05 UTC 2014 - ygao@suse.com
|
||||
|
||||
- epoll: don't miss poll events under high load
|
||||
- ipc_shm: fix error handling in qb_ipcs_shm_connect()
|
||||
- ringbuffer: fix size in qb_rb_create_from_file()
|
||||
- trie: cleanup ref count logic in trie_notify_del
|
||||
- ipcs: Cleanup unnecessary reference counting
|
||||
- Upstream version cs: b103e1ae61f6fc288cfb228344f24508adaaba9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 06:36:02 UTC 2014 - ygao@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libqb
|
||||
Version: 0.17.0+git20140312.c6f4fcd
|
||||
Version: 0.17.0+git20140630.b103e1a
|
||||
Release: 0
|
||||
Summary: An IPC library for high performance servers
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
x
Reference in New Issue
Block a user