diff --git a/_service b/_service
index b0ba2fd..5b716f4 100644
--- a/_service
+++ b/_service
@@ -7,8 +7,8 @@
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
-->
- 0.14.0
- 1c2b77f005a8011471af11839b7e1b67d147e10d
+ 0.14.1
+ 11b20e19beff7f1b6003be0b4c73da8ecf936442
diff --git a/_service:recompress:tar_scm:libqb-0.14.0.tar.bz2 b/_service:recompress:tar_scm:libqb-0.14.0.tar.bz2
deleted file mode 100644
index 2a39b09..0000000
--- a/_service:recompress:tar_scm:libqb-0.14.0.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:af99c6bdf07cbcaf8de2a22d84722d2065725d0979a3a5be3cf6788c63f5702e
-size 1281873
diff --git a/_service:recompress:tar_scm:libqb-0.14.1.tar.bz2 b/_service:recompress:tar_scm:libqb-0.14.1.tar.bz2
new file mode 100644
index 0000000..3b38909
--- /dev/null
+++ b/_service:recompress:tar_scm:libqb-0.14.1.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:df8eb0cb1faececf8996773262a7028ca3675ee2a5d36c11b9fcc4122a63b781
+size 1280758
diff --git a/_service:set_version:libqb.spec b/_service:set_version:libqb.spec
index 1aafadd..c2e1c52 100644
--- a/_service:set_version:libqb.spec
+++ b/_service:set_version:libqb.spec
@@ -17,8 +17,8 @@
Name: libqb
-Version: 0.14.0
-Release: 0
+Version: 0.14.1
+Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1+
Group: System/Libraries
diff --git a/libqb.changes b/libqb.changes
index c60102a..6281387 100644
--- a/libqb.changes
+++ b/libqb.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Fri Jul 20 02:56:12 UTC 2012 - ygao@suse.com
+
+- Bump the version to 0.14.1
+- RB: set the new read pointer after clearing the header.
+- RB: if read or peek don't get the message then re-post to the semaphore
+- IPC: use calloc instead of malloc to fix valgrind warnings
+- Upstream version cs: 11b20e19beff7f1b6003be0b4c73da8ecf936442
+
-------------------------------------------------------------------
Mon Jun 25 10:46:03 UTC 2012 - tserong@suse.com