2015-07-25 05:51:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 24 09:00:36 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.13
|
|
|
|
see /usr/share/doc/packages/perl-Test-TCP/Changes
|
|
|
|
|
|
|
|
2.13 2015-07-24T02:30:17Z
|
|
|
|
|
|
|
|
- check whether the OS implements IPV6_V6ONLY before using it
|
|
|
|
|
2015-05-19 11:16:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 19 08:44:13 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.12
|
|
|
|
see /usr/share/doc/packages/perl-Test-TCP/Changes
|
|
|
|
|
|
|
|
2.12 2015-05-18T08:14:30Z
|
|
|
|
|
|
|
|
- Fixed spelling mistake
|
|
|
|
(Reported by gregor herrmann)
|
|
|
|
|
2015-04-15 05:04:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 20:19:15 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.11
|
|
|
|
see /usr/share/doc/packages/perl-Test-TCP/Changes
|
2015-04-16 19:06:25 +00:00
|
|
|
- remove long dead test-no-note.patch
|
2015-04-15 05:04:26 +00:00
|
|
|
|
2013-11-25 12:09:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 25 07:38:53 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.02
|
|
|
|
- Fixed fork(2) error handling. (tokuhirom)
|
|
|
|
|
2013-10-04 18:30:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:15:18 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.01
|
|
|
|
test waitport argument by running full code-chain, not with partial mocking
|
|
|
|
|
|
|
|
The partial mocks cause stuck forks on win32 at times, causing the test to
|
|
|
|
hang. With the full code chain present the test runs reliably
|
|
|
|
|
|
|
|
[INCOMPATIBLE CHANGES]
|
|
|
|
- Change wait_port() API to take max_wait seconds, and wait exponentially.
|
|
|
|
Dropped wait_port_retry argument introduced at 1.27.
|
|
|
|
(miyagawa)
|
|
|
|
|
|
|
|
- Increase the default sleep and retry: 0.01 sec and 1000 times
|
|
|
|
(miyagawa)
|
|
|
|
|
|
|
|
- Care the `test_tcp(port => undef)` case.
|
|
|
|
https://github.com/tokuhirom/Test-TCP/issues/13
|
|
|
|
|
|
|
|
- Added wait_port_sleep and wait_port_retry option for
|
|
|
|
Test::TCP::wait_port, Test::TCP#new, test_tcp().
|
|
|
|
(tokuhirom)
|
|
|
|
|
|
|
|
- export wait_port from Net::EmptyPort
|
|
|
|
(Pavel Shaydo)
|
|
|
|
- Make default wait_port() sleeping time shorter.
|
|
|
|
0.1sec => 0.0001sec.
|
|
|
|
(tokuhirom)
|
|
|
|
|
|
|
|
- Remove unused deps from cpanfile.
|
2013-11-01 06:37:53 +00:00
|
|
|
- remove no longer necessary test-no-note.patch
|
2013-10-04 18:30:01 +00:00
|
|
|
|
2012-06-07 18:21:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 7 18:18:25 UTC 2012 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 1.15:
|
|
|
|
+ ${^CHILD_ERROR_NATIVE} is only available in perl > 5.8.9
|
|
|
|
+ Fixed testing issue on AIX.
|
|
|
|
https://rt.cpan.org/Public/Bug/Display.html?id=72779
|
|
|
|
+ depend to Test::SharedFork 0.19 for better TB2 support
|
|
|
|
+ change port number range from 10000 .. 11000 to
|
|
|
|
50000 .. 60000 to respect IANA.
|
|
|
|
https://rt.cpan.org/Ticket/Display.html?id=64012
|
|
|
|
+ more diagnostic messages
|
|
|
|
+ localize $@ in Test::TCP::DESTROY
|
|
|
|
+ added Test::TCP->stop method
|
|
|
|
+ added document in FAQ section
|
|
|
|
+ new OO interface!
|
|
|
|
+ allow forking in the client(lestrrat)
|
|
|
|
- updated dependencies
|
|
|
|
- small specfile cleanup
|
|
|
|
|
2010-12-01 06:57:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 06:55:45 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-08-25 11:50:01 +00:00
|
|
|
-------------------------------------------------------------------
|
2010-09-22 21:35:01 +00:00
|
|
|
Wed Sep 22 00:53:03 UTC 2010 - dbahi@novell.com
|
2010-08-25 11:50:01 +00:00
|
|
|
|
2010-09-22 21:35:01 +00:00
|
|
|
- remove note calls in t/01_ and t/08_
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 21 03:17:17 UTC 2010 - dbahi@novell.com
|
|
|
|
|
|
|
|
- initial package 1.06
|
|
|
|
* created by cpanspec 1.78
|
2010-08-25 11:50:01 +00:00
|
|
|
|