Changelog for
socket_wrapper-debuginfo-1.2.3-3.3.3.x86_64.rpm :
* Mon Nov 25 2019 scabreroAATTsuse.de- Update changelog to reference bsc#1157684.
* Thu Oct 31 2019 asnAATTcryptomilk.org- Some spec file cleanups
* Wed Aug 21 2019 asnAATTcryptomilk.org- Change Requires to Recommends for cmake and pkgconf
* Thu Mar 21 2019 asnAATTcryptomilk.org- Update to version 1.2.3
* Fixed missing NULL check for socket_wrapper_dir()
* Fixes building in Samba source tree
* Thu Mar 21 2019 asnAATTcryptomilk.org- Update to version 1.2.2
* Added environment variable to disable deep binding
* Fixed installation of socket_wrapper
* Fixed several small bugs
* Wed Nov 14 2018 asnAATTcryptomilk.org- Update to version 1.2.1
* Removed error message to fix applications doing stupid things
* Tue Nov 13 2018 asnAATTcryptomilk.org- Update to version 1.2.0
* Added threading support
* Moved to modern cmake
* Several smaller bugfixes
* Mon Dec 04 2017 asnAATTcryptomilk.org- Update to version 1.1.9
* Fixed thread - signal deadlock issue
* Fri Oct 13 2017 asnAATTcryptomilk.org- Update to version 1.1.8
* Added support for openat()
* Added support for open64() and fopen64()
* Always enabled logging support
* Increased maximum for wrapped interfaces to 64
* Improved fd duplication code
* Fixed strict-aliasing issues
* Fixed some use after free issues
* Fixed issues on ppc64le
* Tue May 31 2016 asnAATTcryptomilk.org- Update to version 1.1.7
* Added support for accept4()
* Added support for OpenBSD
* Fixed sendto() with UDP and a connected socket
* Fixed AF_RAWLINK sockets
* Mon Mar 21 2016 asnAATTcryptomilk.org- 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
* Sun Feb 14 2016 jengelhAATTinai.de- Editorial fixes to the description
* Thu Oct 15 2015 asnAATTcryptomilk.org- Update to version 1.1.5
* Added support for TCP_NODELAY in setsockopt/getsockopt
* Fixed cmsg space calculation
* Wed Sep 02 2015 asnAATTcryptomilk.org- Update to version 1.1.4
* Fixed handling of msg_name in recvmsg()
* Fixed sendmsg()/recvmsg() TCP support
* Fixed several compile warnings
* Added environment variable to change MTU
* Tue May 12 2015 mpluskalAATTsuse.com- Rename rpmlintrc so that it complies packaging conventions
* Mon May 11 2015 mpluskalAATTsuse.com- Mention rpmlintrc as source
* Mon May 11 2015 asnAATTcryptomilk.org- Revert library package.
* Mon May 11 2015 asnAATTcryptomilk.org- Revert package split- Require pkg-config and cmake
* Tue May 05 2015 mpluskalAATTsuse.com- Cleanup spec file- Use %cmake install macro- Split package- Remove rpmlintrc
* Mon Feb 23 2015 asnAATTcryptomilk.org- Update to version 1.1.3
* Added support for address sanitizer.
* Fixed leaking of memory and fds of stale sockets.
* Fixed the library loading code.