Rebase to upstream to get secondary arch fixes.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
683368af96
commit
74f0f234c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libqb-0.9.0.tar.xz
|
||||
/libqb-0.10.0.tar.xz
|
||||
/libqb-0.10.1.tar.xz
|
||||
/libqb-0.11.0.tar.xz
|
||||
|
31
libqb.spec
31
libqb.spec
@ -1,5 +1,5 @@
|
||||
Name: libqb
|
||||
Version: 0.10.1
|
||||
Version: 0.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An IPC library for high performance servers
|
||||
|
||||
@ -68,6 +68,35 @@ developing applications that use %{name}.
|
||||
%{_mandir}/man3/qb*3*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 7 2012 Angus Salkeld <asalkeld@redhat.com> - 0.11.0-1
|
||||
- ARRAY: cleanup the pointer sizeof()
|
||||
- LOG: turn off __attribute__(section) for powerpc (not working)
|
||||
- TESTS: move the util tests into "slow-tests" (i.e. optional)
|
||||
- TEST: make the test_priority the same type as in the callsite
|
||||
- LOG: make the log arrays manually grow-able since we need to lock the calls.
|
||||
- RB: fix test failure on ppc
|
||||
- RB: change the name of the size to word_size to be more clear
|
||||
- TEST: add some more signal tests.
|
||||
- LOOP: fix deletion of signal handlers when they are pending
|
||||
- LOOP: signal handlers were always added as high priority.
|
||||
- TEST: deal with mac's limited sed
|
||||
- check: add debugging to the configure options and remove unused options
|
||||
- TEST: properly clear the filters
|
||||
- LOG: expose the mechanism to get a dynamic callsite.
|
||||
- Revert part of my COARSE grained timer commit
|
||||
- Remove timerfd usage and go back to timelist.
|
||||
- UTIL: if possible use COARSE resolution clocks - they are much faster.
|
||||
- ARRAY: save memory (in the bins array) and allow holes in the array
|
||||
- LOOP: add qb_loop_timer_is_running()
|
||||
- LOOP: allow stop() and run() to be called with NULL loop instance.
|
||||
- LOOP: fix doxygen parameter comment
|
||||
- LOG: add stdout target
|
||||
- LOOP: add a function to delete jobs
|
||||
- LOG: remove debug printf's
|
||||
- LOG: remove an old/incorrect doxygen comment.
|
||||
- LOG: add a hostname %H format specifier.
|
||||
- LOG: Add qb_log_filter_fn_set()
|
||||
|
||||
* Tue Feb 14 2012 Angus Salkeld <asalkeld@redhat.com> - 0.10.1-1
|
||||
- Fix "make distcheck" add include path to AM_CPPFLAGS
|
||||
- Bump the version to 0.10.1
|
||||
|
Loading…
Reference in New Issue
Block a user