From 6963e2b20cff43eed8d9ca240d5384d76ee7ade9 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 18 Jul 2012 09:37:38 +1000 Subject: [PATCH] rebase to 0.14.1 fixes #839605 Signed-off-by: Angus Salkeld --- .gitignore | 1 + libqb.spec | 15 ++++++++++++++- sources | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6cafab2..5684366 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /libqb-0.11.1.tar.xz /libqb-0.13.0.tar.xz /libqb-0.14.0.tar.xz +/libqb-0.14.1.tar.xz diff --git a/libqb.spec b/libqb.spec index 5a5a288..ab233e7 100644 --- a/libqb.spec +++ b/libqb.spec @@ -1,5 +1,5 @@ Name: libqb -Version: 0.14.0 +Version: 0.14.1 Release: 1%{?dist} Summary: An IPC library for high performance servers @@ -71,6 +71,19 @@ developing applications that use %{name}. %{_mandir}/man8/qb-blackbox.8.gz %changelog +* Wed Jul 18 2012 Angus Salkeld - 0.14.1-1 +RB: set the new read pointer after clearing the header (#839605). +RB: improve the debug print outs +RB: be more explicit about the word alignment +RB: cleanup the macros for wrapping the index +RB: use sem_getvalue as a tie breaker when read_pt == write_pt +RB: if read or peek don't get the message then re-post to the semaphore +RB: convert the rb_peek() status into a recv like status. +RB: use internal reclaim function +IPC: use calloc instead of malloc to fix valgrind warnings +Upgrade the doxygen config. +Fix a valgrind error. + * Sun Jun 24 2012 Angus Salkeld - 0.14.0-1 LOG: fix threaded logging. Add user control of the permissions that are set on the shared mem files diff --git a/sources b/sources index 87f5c55..90baec7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08bc6c8afe04b6085004aeba2fc33ee8 libqb-0.14.0.tar.xz +277e7534ee4674ec32d76f29184fff25 libqb-0.14.1.tar.xz