This commit is contained in:
Dennis Gilmore 2015-06-17 16:26:42 +00:00
parent dc530a98a2
commit c72b6f2f9b

View File

@ -1,6 +1,6 @@
Name: libqb
Version: 0.17.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An IPC library for high performance servers
Group: System Environment/Libraries
@ -68,6 +68,9 @@ developing applications that use %{name}.
%{_mandir}/man8/qb-blackbox.8.gz
%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Aug 26 2014 David Vossel <dvossel@redhat.com> - 0.17.1-1
Fix: ipcs: Correctly allocate receive buffer size
Fix: ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup.