forked from pool/libqb
- Bump the version to 0.14.3
- IPC: call poll if we are mid message and get EAGAIN - Make sure that mmap'ed files smaller than a page size are written to. - IPC: Pass the timeout to poll() if the recv function returns EAGAIN - LOG: make the format comparison safe and sane - LOG: don't break on empty callsites, just ignore them - LOG: use the array callback to register new callsites - array: add a mechanism to get a callback when a bin is allocated - Fix a crash in ptrie if you iterate over the map in the deleted notifier. - Make sure atomic's are initialized (for non-gcc atomic). - ipc_us: slightly more robust cmsg handling - ipc_us: on Linux, set SO_PASSCRED on the sending socket too - blackbox: fix 64-bit big-endian issues - RB: change the #error to ENOTSUP if no usable shared process sem - LOG: Make sure the semaphores are initialized. - Upstream version cs: 709b32de434ec157ec2a73153e58ffec186ae660 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=14
This commit is contained in:
4
_service
4
_service
@@ -7,8 +7,8 @@
|
|||||||
To update to a new release, change "revision" to the desired
|
To update to a new release, change "revision" to the desired
|
||||||
git commit hash and bump "version" if necessary
|
git commit hash and bump "version" if necessary
|
||||||
-->
|
-->
|
||||||
<param name="version">0.14.1</param>
|
<param name="version">0.14.3</param>
|
||||||
<param name="revision">11b20e19beff7f1b6003be0b4c73da8ecf936442</param>
|
<param name="revision">709b32de434ec157ec2a73153e58ffec186ae660</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress">
|
<service name="recompress">
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df8eb0cb1faececf8996773262a7028ca3675ee2a5d36c11b9fcc4122a63b781
|
|
||||||
size 1280758
|
|
3
_service:recompress:tar_scm:libqb-0.14.3.tar.bz2
Normal file
3
_service:recompress:tar_scm:libqb-0.14.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b9cdc5a4e087b3bea860b2bbb19a5fb2dbc412106e2978a0dd9fe52b1ad1412
|
||||||
|
size 1311526
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libqb
|
Name: libqb
|
||||||
Version: 0.14.1
|
Version: 0.14.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An IPC library for high performance servers
|
Summary: An IPC library for high performance servers
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 16 06:24:09 UTC 2012 - ygao@suse.com
|
||||||
|
|
||||||
|
- Bump the version to 0.14.3
|
||||||
|
- IPC: call poll if we are mid message and get EAGAIN
|
||||||
|
- Make sure that mmap'ed files smaller than a page size are written to.
|
||||||
|
- IPC: Pass the timeout to poll() if the recv function returns EAGAIN
|
||||||
|
- LOG: make the format comparison safe and sane
|
||||||
|
- LOG: don't break on empty callsites, just ignore them
|
||||||
|
- LOG: use the array callback to register new callsites
|
||||||
|
- array: add a mechanism to get a callback when a bin is allocated
|
||||||
|
- Fix a crash in ptrie if you iterate over the map in the deleted notifier.
|
||||||
|
- Make sure atomic's are initialized (for non-gcc atomic).
|
||||||
|
- ipc_us: slightly more robust cmsg handling
|
||||||
|
- ipc_us: on Linux, set SO_PASSCRED on the sending socket too
|
||||||
|
- blackbox: fix 64-bit big-endian issues
|
||||||
|
- RB: change the #error to ENOTSUP if no usable shared process sem
|
||||||
|
- LOG: Make sure the semaphores are initialized.
|
||||||
|
- Upstream version cs: 709b32de434ec157ec2a73153e58ffec186ae660
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 20 02:56:12 UTC 2012 - ygao@suse.com
|
Fri Jul 20 02:56:12 UTC 2012 - ygao@suse.com
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user