rebase to 0.6.0

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2011-08-30 22:52:45 +10:00
parent d467e321c7
commit 53bf56ff16
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <asalkeld@redhat.com> - 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 <asalkeld@redhat.com> - 0.5.1-1
- Rebased to 0.5.1 which includes:
- LOOP: make the return more consistent in qb_loop_timer_expire_time_get()

View File

@ -1 +1 @@
587ac03c1b1051216f6dc404b4243045 libqb-0.5.1.tar.gz
c8af2ad5b25a5648e66d426d49edf3eb libqb-0.6.0.tar.gz