rebase to 0.14.1
fixes #839605 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
e46ce01fcb
commit
6963e2b20c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
15
libqb.spec
15
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@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
|
||||
LOG: fix threaded logging.
|
||||
Add user control of the permissions that are set on the shared mem files
|
||||
|
Loading…
Reference in New Issue
Block a user