Files
perl-IO-Socket-IP/perl-IO-Socket-IP.changes
Tina Müller 7180eead4e Accepting request 1235339 from devel:languages:perl:autoupdate
- updated to 0.43
   see /usr/share/doc/packages/perl-IO-Socket-IP/Changes
  0.43    2024-11-25
          [CHANGES]
           * Swapped unit tests from `Test::More` to `Test2::V0`
           * Fixed some documentation typoes
             (thanks Igor Sobrado Delgado) (RT157201)

OBS-URL: https://build.opensuse.org/request/show/1235339
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-IP?expand=0&rev=14
2025-01-09 16:26:40 +00:00

147 lines
5.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Dec 12 16:23:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.43
see /usr/share/doc/packages/perl-IO-Socket-IP/Changes
0.43 2024-11-25
[CHANGES]
* Swapped unit tests from `Test::More` to `Test2::V0`
* Fixed some documentation typoes
(thanks Igor Sobrado Delgado) (RT157201)
-------------------------------------------------------------------
Fri Mar 8 22:33:51 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Wed Jul 26 03:10:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 ferivoz@riseup.net)
* Fix for DragonflyBSD and IPV6_V6ONLY from core perl (RT148293)
-------------------------------------------------------------------
Wed Sep 16 03:08:54 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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 7 06:44:28 UTC 2017 - coolo@suse.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 3 05:25:41 UTC 2016 - coolo@suse.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 18:14:40 UTC 2015 - coolo@suse.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 15:04:28 UTC 2014 - opensuse@dstoecker.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 16:13:45 UTC 2014 - opensuse@dstoecker.de
- created