Update to version 1.1.5

This commit is contained in:
Andreas Schneider 2015-11-02 17:20:39 +01:00
parent 8db2bfc2ca
commit e8e0ae45b9
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/socket_wrapper-1.1.2.tar.gz
/socket_wrapper-1.1.3.tar.gz
/socket_wrapper-1.1.4.tar.gz
/socket_wrapper-1.1.5.tar.gz

View File

@ -1,5 +1,5 @@
Name: socket_wrapper
Version: 1.1.4
Version: 1.1.5
Release: 1%{?dist}
License: BSD
@ -68,6 +68,11 @@ popd
%{_mandir}/man1/socket_wrapper.1*
%changelog
* Mon Nov 02 2015 Andreas Schneider <asn@redhat.com> - 1.1.5-1
- Update to version 1.1.5
o Added support for TCP_NODELAY in setsockopt/getsockopt
o Fixed cmsg space calculation
* 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()

View File

@ -1 +1 @@
593ceb5022ac9aa182eb02fb1e45d4c8 socket_wrapper-1.1.4.tar.gz
e4ac2c61cd87554a0050360fb563c3b2 socket_wrapper-1.1.5.tar.gz