[libqb] rebase to 0.14.1

Angus Salkeld asalkeld at fedoraproject.org
Tue Jul 17 23:38:29 UTC 2012


commit 6963e2b20cff43eed8d9ca240d5384d76ee7ade9
Author: Angus Salkeld <asalkeld at redhat.com>
Date:   Wed Jul 18 09:37:38 2012 +1000

    rebase to 0.14.1
    
    fixes #839605
    
    Signed-off-by: Angus Salkeld <asalkeld at redhat.com>

 .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 <asalkeld at redhat.com> - 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 <asalkeld at redhat.com> - 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


More information about the scm-commits mailing list