SHA256
1
0
forked from pool/libqb

- 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

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