SHA256
1
0
forked from pool/libqb

- Bump the version to 0.14.1

- RB: set the new read pointer after clearing the header.
- RB: if read or peek don't get the message then re-post to the semaphore
- IPC: use calloc instead of malloc to fix valgrind warnings
- Upstream version cs: 11b20e19beff7f1b6003be0b4c73da8ecf936442

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=13
This commit is contained in:
Yan Gao 2012-07-20 04:14:00 +00:00 committed by Git OBS Bridge
parent c973fd00c1
commit 49c9c6455e
5 changed files with 16 additions and 7 deletions

View File

@ -7,8 +7,8 @@
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
-->
<param name="version">0.14.0</param>
<param name="revision">1c2b77f005a8011471af11839b7e1b67d147e10d</param>
<param name="version">0.14.1</param>
<param name="revision">11b20e19beff7f1b6003be0b4c73da8ecf936442</param>
</service>
<service name="recompress">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af99c6bdf07cbcaf8de2a22d84722d2065725d0979a3a5be3cf6788c63f5702e
size 1281873

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df8eb0cb1faececf8996773262a7028ca3675ee2a5d36c11b9fcc4122a63b781
size 1280758

View File

@ -17,8 +17,8 @@
Name: libqb
Version: 0.14.0
Release: 0
Version: 0.14.1
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1+
Group: System/Libraries

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 20 02:56:12 UTC 2012 - ygao@suse.com
- Bump the version to 0.14.1
- RB: set the new read pointer after clearing the header.
- RB: if read or peek don't get the message then re-post to the semaphore
- IPC: use calloc instead of malloc to fix valgrind warnings
- Upstream version cs: 11b20e19beff7f1b6003be0b4c73da8ecf936442
-------------------------------------------------------------------
Mon Jun 25 10:46:03 UTC 2012 - tserong@suse.com