Update to version 1.1.6

This commit is contained in:
Andreas Schneider 2016-03-23 15:47:29 +01:00
parent 92b54758ba
commit ca489e4528
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/socket_wrapper-1.1.3.tar.gz
/socket_wrapper-1.1.4.tar.gz
/socket_wrapper-1.1.5.tar.gz
/socket_wrapper-1.1.6.tar.gz

View File

@ -1,6 +1,6 @@
Name: socket_wrapper
Version: 1.1.5
Release: 2%{?dist}
Version: 1.1.6
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
* Wed Mar 23 2016 Andreas Schneider <asn@redhat.com> - 1.1.6-1
- Update to version 1.1.6
* Added a wrapper for write()
* Added support for automatic binding of ephemeral ports
* Fixed recvmsg() with UDP
* Fixed AF_NETLINK sockets
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
e4ac2c61cd87554a0050360fb563c3b2 socket_wrapper-1.1.5.tar.gz
19105328e14b7e21a54ce1c47e7fe608 socket_wrapper-1.1.6.tar.gz