[libqb] Rebase to new upstream minor release 0.5.0 -> 0.5.1

Angus Salkeld asalkeld at fedoraproject.org
Mon Jul 18 01:38:03 UTC 2011


commit d467e321c770b11d31b1e8d1afa3aec0fd2ab9d9
Author: Angus Salkeld <asalkeld at redhat.com>
Date:   Mon Jul 18 11:37:07 2011 +1000

    Rebase to new upstream minor release 0.5.0 -> 0.5.1

 .gitignore |    1 +
 libqb.spec |   13 +++++++++++--
 sources    |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca8f5df..956e191 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libqb-0.4.1.tar.gz
 /libqb-0.5.0.tar.gz
+/libqb-0.5.1.tar.gz
diff --git a/libqb.spec b/libqb.spec
index 469375a..13763e7 100644
--- a/libqb.spec
+++ b/libqb.spec
@@ -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 at 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 at redhat.com> - 0.5.0-1
 - Rebased to 0.5.0 which includes:
 - new logging API
diff --git a/sources b/sources
index b026b16..1635e06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6485af0387c14a803d4e48d423bc42aa  libqb-0.5.0.tar.gz
+587ac03c1b1051216f6dc404b4243045  libqb-0.5.1.tar.gz


More information about the scm-commits mailing list