- Fix return code which is an error occurred at pthread function

- LOG: fix truncation in some messages that get padded.
- Fix the blackbox formatter when specifing the string len/precision
- Fix strlcpy and strlcat functions
- IPC: don't over log on disconnect
- LOG: Make sure we don't use the format string whilst it is getting changed.
- Upstream version cs: eceee03a7bc4962a0b136c38344c7e0c16908489

- ptrie: deref the current node in trie_iter_free()
- LOG: fix the format comparison to avoid generating multiple entries.
- LOG: set the return code when calloc fails
- Upstream version cs: 813dfb5fd2bce6ac1353b03b5bed3a7eb46dc278

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=16
This commit is contained in:
Yan Gao 2013-01-11 13:35:53 +00:00 committed by Git OBS Bridge
parent 0181d312de
commit e767bcb090
3 changed files with 27 additions and 3 deletions

View File

@ -8,7 +8,7 @@
git commit hash and bump "version" if necessary
-->
<param name="version">0.14.3</param>
<param name="revision">709b32de434ec157ec2a73153e58ffec186ae660</param>
<param name="revision">eceee03a7bc4962a0b136c38344c7e0c16908489</param>
</service>
<service name="recompress">

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b1f56a54a2ec82a0e04a1e1cfdf6d455436609b71cda626ed55577b542f2907
size 1311447
oid sha256:9744364d83924fe96ca82727d6d3d892a247524db2b008de4144ab7e34293c7e
size 1372225

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jan 11 13:20:22 UTC 2013 - ygao@suse.com
- Fix return code which is an error occurred at pthread function
- LOG: fix truncation in some messages that get padded.
- Fix the blackbox formatter when specifing the string len/precision
- Fix strlcpy and strlcat functions
- IPC: don't over log on disconnect
- LOG: Make sure we don't use the format string whilst it is getting changed.
- Upstream version cs: eceee03a7bc4962a0b136c38344c7e0c16908489
-------------------------------------------------------------------
Sun Dec 9 14:23:26 UTC 2012 - ygao@suse.com
- ptrie: deref the current node in trie_iter_free()
- LOG: fix the format comparison to avoid generating multiple entries.
- LOG: set the return code when calloc fails
- Upstream version cs: 813dfb5fd2bce6ac1353b03b5bed3a7eb46dc278
-------------------------------------------------------------------
Tue Nov 20 11:20:48 UTC 2012 - ygao@suse.com
- FATE#313816: Use libqb for logging and IPC
-------------------------------------------------------------------
Fri Nov 16 06:24:09 UTC 2012 - ygao@suse.com