diff --git a/.gitignore b/.gitignore index 956e191..9c6c349 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /libqb-0.4.1.tar.gz /libqb-0.5.0.tar.gz /libqb-0.5.1.tar.gz +/libqb-0.6.0.tar.gz diff --git a/libqb.spec b/libqb.spec index 13763e7..7a9f7d1 100644 --- a/libqb.spec +++ b/libqb.spec @@ -1,5 +1,5 @@ Name: libqb -Version: 0.5.1 +Version: 0.6.0 Release: 1%{?dist} Summary: An IPC library for high performance servers @@ -63,6 +63,15 @@ developing applications that use %{name}. %{_mandir}/man3/qb*3* %changelog +* Tue Aug 30 2011 Angus Salkeld - 0.6.0-1 +- Rebased to 0.6.0 which includes (#734457): +- Add a stop watch +- LOG: serialize the va_list, don't snprintf +- LOG: change active list into array access +- atomic: fix qb_atomic_pointer macros +- LOG: allow the thread priority to be set. +- Fix splint warning on ubuntu 11.04 + * Mon Jul 18 2011 Angus Salkeld - 0.5.1-1 - Rebased to 0.5.1 which includes: - LOOP: make the return more consistent in qb_loop_timer_expire_time_get() diff --git a/sources b/sources index 1635e06..90eaee5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -587ac03c1b1051216f6dc404b4243045 libqb-0.5.1.tar.gz +c8af2ad5b25a5648e66d426d49edf3eb libqb-0.6.0.tar.gz