Rebase to new upstream minor release 0.5.0 -> 0.5.1

This commit is contained in:
Angus Salkeld 2011-07-18 11:37:07 +10:00
parent e754ff2faa
commit d467e321c7
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/libqb-0.4.1.tar.gz
/libqb-0.5.0.tar.gz
/libqb-0.5.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: libqb
Version: 0.5.0
Version: 0.5.1
Release: 1%{?dist}
Summary: An IPC library for high performance servers
@ -56,13 +56,22 @@ developing applications that use %{name}.
%files devel
%defattr(-,root,root,-)
%doc COPYING README
%doc COPYING README.markdown
%{_includedir}/qb/
%{_libdir}/libqb.so
%{_libdir}/pkgconfig/libqb.pc
%{_mandir}/man3/qb*3*
%changelog
* 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()
- LOG: add string.h to qblog.h
- Add a qb_strerror_r wrapper.
- don't let an invalid time stamp provoke a NULL dereference
- LOG: move priority check up to prevent unnecessary format.
- rename README to README.markdown
* Wed Jun 8 2011 Angus Salkeld <asalkeld@redhat.com> - 0.5.0-1
- Rebased to 0.5.0 which includes:
- new logging API

View File

@ -1 +1 @@
6485af0387c14a803d4e48d423bc42aa libqb-0.5.0.tar.gz
587ac03c1b1051216f6dc404b4243045 libqb-0.5.1.tar.gz