Changelog for
perl-IO-Socket-IP-0.420.0-lp156.3.1.noarch.rpm :
* Fri Mar 08 2024 Tina Müller
- Fix disabling of __perllib_provides
* Wed Jul 26 2023 Tina Müller - updated to 0.42 see /usr/share/doc/packages/perl-IO-Socket-IP/Changes 0.42 2023-07-25 [CHANGES]
* Put error string in `$IO::Socket::errstr` as done by IO::Socket v1.45
* Updated for Perl v5.14 - use `package NAME VERSION` syntax [BUGFIXES]
* Fix typo \'behvior\' (RT133467) (thanks ferivozAATTriseup.net)
* Fix for DragonflyBSD and IPV6_V6ONLY from core perl (RT148293)
* Wed Sep 16 2020 Tina Müller - updated to 0.41 see /usr/share/doc/packages/perl-IO-Socket-IP/Changes 0.41 2020-09-15 16:59 [CHANGES]
* Updated to `=head2 barename` documentation style [BUGFIXES]
* Remember to declare configure_requires Module::Build 0.40 2020-09-15 16:41 [CHANGES]
* Don\'t ship a Makefile.PL
* Updated docs about `-register` option [BUGFIXES]
* Ensure safety under default-strict (RT133322)
* Tue Mar 07 2017 cooloAATTsuse.com- updated to 0.39 see /usr/share/doc/packages/perl-IO-Socket-IP/Changes 0.39 2017/03/06 16:40:30 [BUGFIXES]
* Handle EOPNOTSUPP in resposne of efforts to disable V6ONLY (RT119780) (thanks XENU)
* Wed Aug 03 2016 cooloAATTsuse.com- updated to 0.38 see /usr/share/doc/packages/perl-IO-Socket-IP/Changes 0.38 2016/08/02 18:33:50 [CHANGES]
* Support setting custom socket options with new \'Sockopts\' constructor parameter [BUGFIXES]
* Restore blocking mode after ->connect errors (RT112334)
* Mon Apr 13 2015 cooloAATTsuse.com- updated to 0.37 see /usr/share/doc/packages/perl-IO-Socket-IP/Changes 0.37 2015/03/12 20:44:07 [CHANGES]
* Earlier detection/reporting of erroneous Listen + Peer
* argument combination; don\'t rely on resolveable hostname to do it (RT92930) [BUGFIXES]
* Skip t/16v6only.t on irix (RT102662)
* Remember to eval() $IO::Socket::VERSION in case it\'s a devel release (RT101954)
* s/Port/LocalPort/ in unit tests (RT96064) 0.36 2014/01/10 20:54:58 [BUGFIXES]
* Always bind() on MSWin32 because Windows doesn\'t like it if we listen() having not done so (RT101396) 0.35 2015/01/02 19:45:20 [BUGFIXES]
* Restore blocking mode after timeout connect immediate success (RT100947)
* Avoid CORE:: prefixing so global override modules work (RT101174)
* Ensure that ->peer{host,port,hostname,service} never die even when unconnected (RT98759) 0.34 2014/12/03 00:04:56 [BUGFIXES]
* Don\'t select() for read-readiness when waiting for non-blocking connect() because it upsets VMS (RT100654) 0.33 2014/11/21 16:17:39 [BUGFIXES]
* Use SOL_SOCKET/SO_ERROR sockopt rather than 2nd connect() error hoisting to detect nonblocking connect/failure when implementing Timeout (RT98976) (thanks Arthur Axel \'fREW\' Schmidt) 0.32 2014/09/12 10:11:27 [CHANGES]
* Implementation of Timeout for ->connect (RT92075) 0.31 2014/07/11 01:24:49 [BUGFIXES]
* A better fix for subclassing ->connect (RT95983) because 0.30 broke the way IO::Socket::SSL works (RT97050) 0.30 2014/07/03 23:28:43 [CHANGES]
* Invoke $self->connect fully-qualified in case of subclasses with override (RT95983)
* Added extra diag() call in t/15io-socket.t (RT96914)
* Thu Mar 06 2014 opensuseAATTdstoecker.de- update to 0.29 [BUGFIXES]
* Workaround for OSes that disobey AI_ADDRCONFIG and yield AIs on families the kernel will not support anyway (e.g. HPUX)
* Workaround for OSes that lack getprotobyname() (e.g. Android)
* Thu Feb 13 2014 opensuseAATTdstoecker.de- created