From 8db2bfc2caa97e8ec92eee7bf8b4764d3a09ee6c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 3 Sep 2015 12:11:19 +0200 Subject: [PATCH] Update to version 1.1.4 --- .gitignore | 1 + socket_wrapper.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 704db7e..2cfbda8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /socket_wrapper-1.1.1.tar.gz /socket_wrapper-1.1.2.tar.gz /socket_wrapper-1.1.3.tar.gz +/socket_wrapper-1.1.4.tar.gz diff --git a/socket_wrapper.spec b/socket_wrapper.spec index 7abc8b2..af559fb 100644 --- a/socket_wrapper.spec +++ b/socket_wrapper.spec @@ -1,6 +1,6 @@ Name: socket_wrapper -Version: 1.1.3 -Release: 2%{?dist} +Version: 1.1.4 +Release: 1%{?dist} License: BSD Summary: A library passing all socket communications through Unix sockets @@ -68,6 +68,13 @@ popd %{_mandir}/man1/socket_wrapper.1* %changelog +* Thu Sep 03 2015 Andreas Schneider - 1.1.4-1 +- Update to version 1.1.4 + o Fixed handling of msg_name in recvmsg() + o Fixed sendmsg()/recvmsg() TCP support + o Fixed several compile warnings + o Added environment variable to change MTU + * Fri Jun 19 2015 Fedora Release Engineering - 1.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 4a0a4b5..eabc11d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c97b558f7c7dd17154c2c19d49897de2 socket_wrapper-1.1.3.tar.gz +593ceb5022ac9aa182eb02fb1e45d4c8 socket_wrapper-1.1.4.tar.gz