diff --git a/_service b/_service
index edf8eaf..47c6a63 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.4
- 39e9ef542dc89893c7c5af4fbd539338266e8031
+ 0.16.0
+ 75f7ed373758b3cb9087e89e4fae17379dd7b483
diff --git a/libqb.changes b/libqb.changes
index 385f73a..26b9b35 100644
--- a/libqb.changes
+++ b/libqb.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Fri Jul 26 01:19:30 UTC 2013 - ygao@suse.com
+
+- Bump version to 0.16.0
+- ipc_socket.c: Detect EOF connection on connection STREAM socket
+- ipc_socket.c: Handle the unlikely event of an EAGAIN or EINTR during dgram max size detection
+- Fixes sem leak
+- Fixes less-than-zero comparision of unsigned int
+- Fixes double fd close
+- Fixes fd leak
+- Fixes use ater free in shm disconnect
+- Fixes use after free during ipcs client disconnect
+- ipcc: Add abilty to verify dgram kernel buffer size meets max msg value
+- Upstream version cs: 75f7ed373758b3cb9087e89e4fae17379dd7b483 (v0.16.0)
+
-------------------------------------------------------------------
Mon Jul 22 07:38:56 UTC 2013 - ygao@suse.com
diff --git a/libqb.spec b/libqb.spec
index 51e8c1b..45933d2 100644
--- a/libqb.spec
+++ b/libqb.spec
@@ -17,12 +17,12 @@
Name: libqb
-Version: 0.14.4
+Version: 0.16.0
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1+
Group: System/Libraries
-Url: http://www.libqb.org
+Url: https://github.com/ClusterLabs/libqb
Source0: %{name}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -67,7 +67,7 @@ tracing, ipc, and poll.
%setup -q -n %{name}
%build
-#./autogen.sh
+./autogen.sh
%configure --disable-static
make %{?_smp_mflags}
diff --git a/libqb.tar.bz2 b/libqb.tar.bz2
index b67048b..de713da 100644
--- a/libqb.tar.bz2
+++ b/libqb.tar.bz2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:87c5ea7bbe850c070860e8bed57a292d09f8a0eb7572abc869c6cb3b23c8e0c6
-size 470615
+oid sha256:d5b677f36efc40008a3f811654438184e279eb6a231078f5af9d68940960ef2f
+size 471525