diff --git a/.gitignore b/.gitignore index da03668..c16cd5b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libqb.spec b/libqb.spec index 6b0a58e..a012ac5 100644 --- a/libqb.spec +++ b/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 - 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 - 0.10.1-1 - Fix "make distcheck" add include path to AM_CPPFLAGS - Bump the version to 0.10.1 diff --git a/sources b/sources index ac3443b..bad2480 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d76c4d0f20aba3a44610269f7d65e5a libqb-0.10.1.tar.xz +836713f962ddf8f14bec76b74abd933d libqb-0.11.0.tar.xz