[libqb/f15] rebase to 0.6.0

Angus Salkeld asalkeld at fedoraproject.org
Wed Sep 7 03:08:25 UTC 2011


commit 48442dad483254d804aaef739978e0098620e09b
Author: Angus Salkeld <asalkeld at redhat.com>
Date:   Tue Aug 30 22:52:45 2011 +1000

    rebase to 0.6.0
    
    Signed-off-by: Angus Salkeld <asalkeld at redhat.com>

 .gitignore |    1 +
 libqb.spec |   11 ++++++++++-
 sources    |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
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 <asalkeld at 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 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()
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


More information about the scm-commits mailing list