- 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)

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=25
This commit is contained in:
Yan Gao 2013-07-26 01:59:17 +00:00 committed by Git OBS Bridge
parent 4fce676b4f
commit 570d5b039c
4 changed files with 22 additions and 7 deletions

View File

@ -7,8 +7,8 @@
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
-->
<param name="version">0.14.4</param>
<param name="revision">39e9ef542dc89893c7c5af4fbd539338266e8031</param>
<param name="version">0.16.0</param>
<param name="revision">75f7ed373758b3cb9087e89e4fae17379dd7b483</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -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

View File

@ -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}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87c5ea7bbe850c070860e8bed57a292d09f8a0eb7572abc869c6cb3b23c8e0c6
size 470615
oid sha256:d5b677f36efc40008a3f811654438184e279eb6a231078f5af9d68940960ef2f
size 471525