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

@@ -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