Update to version 1.1.4

This commit is contained in:
Andreas Schneider 2015-09-03 12:11:19 +02:00
parent 0dd2484b30
commit 8db2bfc2ca
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <asn@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 1.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
c97b558f7c7dd17154c2c19d49897de2 socket_wrapper-1.1.3.tar.gz
593ceb5022ac9aa182eb02fb1e45d4c8 socket_wrapper-1.1.4.tar.gz