Changelog for
perl-IO-Socket-IP-0.38-2.7.noarch.rpm :
Wed Aug 3 14:00:00 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 14:00:00 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 6 13:00:00 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 13:00:00 2014 opensuseAATTdstoecker.de
- created