rebase to 0.14.1

fixes #839605

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2012-07-18 09:37:38 +10:00
parent e46ce01fcb
commit 6963e2b20c
3 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/libqb-0.11.1.tar.xz /libqb-0.11.1.tar.xz
/libqb-0.13.0.tar.xz /libqb-0.13.0.tar.xz
/libqb-0.14.0.tar.xz /libqb-0.14.0.tar.xz
/libqb-0.14.1.tar.xz

View File

@ -1,5 +1,5 @@
Name: libqb Name: libqb
Version: 0.14.0 Version: 0.14.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: An IPC library for high performance servers Summary: An IPC library for high performance servers
@ -71,6 +71,19 @@ developing applications that use %{name}.
%{_mandir}/man8/qb-blackbox.8.gz %{_mandir}/man8/qb-blackbox.8.gz
%changelog %changelog
* Wed Jul 18 2012 Angus Salkeld <asalkeld@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@redhat.com> - 0.14.0-1 * Sun Jun 24 2012 Angus Salkeld <asalkeld@redhat.com> - 0.14.0-1
LOG: fix threaded logging. LOG: fix threaded logging.
Add user control of the permissions that are set on the shared mem files Add user control of the permissions that are set on the shared mem files

View File

@ -1 +1 @@
08bc6c8afe04b6085004aeba2fc33ee8 libqb-0.14.0.tar.xz 277e7534ee4674ec32d76f29184fff25 libqb-0.14.1.tar.xz