forked from pool/libqb
- Bump release version to 0.17.1
- check_ipc.c: improve error checking during ipc stress tests - ipcs: Correctly allocate receive buffer size - ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup. - trie: allow modifying the trie map during the notify callback - Upstream version cs: 3f7de657855bb9fb4e58777851735bf663fa7f3f OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=57
This commit is contained in:
parent
bf1676d891
commit
a3c6d158a6
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">e5b8950863b92b314675ba0cbba13f00b8b77c52</param>
|
||||
<param name="revision">3f7de657855bb9fb4e58777851735bf663fa7f3f</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccf8ca21309f7c6987bb621a60517968ffce0bacb21c655b739224144f1f7409
|
||||
size 128532
|
3
libqb-0.17.1.git20140826.3f7de65.tar.bz2
Normal file
3
libqb-0.17.1.git20140826.3f7de65.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:276b5b562b31040e1802d0d13e3094c871bb6ace4055e19104cc87763e160cbe
|
||||
size 128586
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 10:15:58 UTC 2014 - ygao@suse.com
|
||||
|
||||
- Bump release version to 0.17.1
|
||||
- check_ipc.c: improve error checking during ipc stress tests
|
||||
- ipcs: Correctly allocate receive buffer size
|
||||
- ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup.
|
||||
- trie: allow modifying the trie map during the notify callback
|
||||
- Upstream version cs: 3f7de657855bb9fb4e58777851735bf663fa7f3f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 05:57:43 UTC 2014 - ygao@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libqb
|
||||
Version: 0.17.0+git20140723.e5b8950
|
||||
Version: 0.17.1.git20140826.3f7de65
|
||||
Release: 0
|
||||
Summary: An IPC library for high performance servers
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
x
Reference in New Issue
Block a user