==================================================
Changes from 2011-05-16 00:00:00 +0000 to present.
==================================================
------------------------------------------
version 0.918 at 2012-05-15 15:20:34 +0000
------------------------------------------
Change: 202dea1c77b0b80aae8a06eef5318f63cc189c9e
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-05-15 11:12:36 +0000
Fix address untainting error.
Reported by Alberto Simões on irc.perl.org and diagnosted with
copious help from Chris Williams. Thanks, guys!
------------------------------------------
version 0.917 at 2012-05-13 08:45:53 +0000
------------------------------------------
Change: 963f8fe5bf94ddabf53b9b40e9458aad2c895e46
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-05-13 04:45:53 +0000
[rt.cpan.org 76987] Add a cancel() method to stop pending requests.
Modified resolve() to return a request ID. Added cancel(), which
accepts a request ID and cancels it.
POE::Component::Client::Keepalive requires it.
Change: 34d54dbcb61ada8b0f97b4e145723be9dc35c542
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-05-05 19:01:15 +0000
[rt.cpan.org 76550] Avoid hang when no requests made.
Fixed thanks to Sergei Kozunov's bug report and test case. A sidecar
process was created at startup, but no idle timeout was set. These
timeouts are only set when requests happen, and in an application
where all addresses are already resolved, no timeout is set. So the
component lingers forever.
Change: accbcc5a17b77642325a00267e78d1506d936640
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-04-29 19:22:55 +0000
[rt.cpan.org 76549] Fix a little typo in sidecar cleanup.
_poe_sidecar_closed() was destroying the wrong sidecar process. Thank
you, Kozunov, for the code review and bug report. Two little octets
can make a huge difference.
Change: 401d307f6ea076b0152e51caf53717ebf7616c90
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-04-29 18:46:27 +0000
[rt.cpan.org 76314] Untaint addresses before Socket::GetAddrInfo.
Dylan Doxey pointed out that Socket::GetAddrInfo rejects tainted
addresses. Untaint them first, per his recommendation and test case.
------------------------------------------
version 0.916 at 2012-03-05 02:55:32 +0000
------------------------------------------
Change: 9610861f210360b2d2a6d263a8b0f48a4d134bf4
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-03-04 21:55:32 +0000
Avoid a final timeout if the user explicitly shuts down everything.
------------------------------------------
version 0.915 at 2012-03-05 00:17:58 +0000
------------------------------------------
Change: 466a7e1fa548913d59dcc454951c5bd0e293d551
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-03-04 19:17:58 +0000
Fix dist.ini and .gitignore to allow Git::Check to pass.
Change: 3557a330346457155b951c505decc4152abaf0d3
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-03-04 18:48:42 +0000
[rt.cpan.org 67601] Test IPv6 availability against non-localhost.
Larwan Burke pointed out that localhost is a bad name to resolve when
testing for IPv6 availability. It tends to be in /etc/hosts, which
resolves whether or not the named can.
Change: 32d22afac0c59a6ad5f68dd690a5c17849a0536f
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-03-04 17:06:56 +0000
[rt.cpan.org 74486] Fix a typo in a hash key.
I hate hash-based data structures for just this reason: typos are
silently ignored. Many thanks to Jon Portnoy for reporting this one.
Change: 9c3be3c8497c043f7883136383c00ce42baa95d9
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-03-04 17:03:52 +0000
Add an environment variable to override the default IP version
preference.
As IPv6 is adopted, more and more places will behave differently than
expected. The POCO_RESOLVER_IPV environment variable gives users a
way to override the legacy behavior during this potentially painful
transition.
Change: 4ba15258e501c522856aa2f0e89ac3e429ae0ed3
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2012-03-04 17:03:01 +0000
Update dist.ini to automatically bump versions and tag releases.
------------------------------------------
version 0_914 at 2011-09-15 05:27:46 +0000
------------------------------------------
Change: e4f3fb11df5d5bf43a1445edc498cb4ee75839ae
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-09-15 01:27:46 +0000
Resolve a runaway fork when running in EmbedPerl.
Sjors Gielen reported a runaway fork in irc.perl.org #poe. $^X is not
always a path to the perl binary. Resolved by using Configure's
notion of perlpath and _exe, per Sjors' recommendation and discussion
of $^X in perlvar.
------------------------------------------
version 0_913 at 2011-07-30 08:02:15 +0000
------------------------------------------
Change: b2d2af51183d837e5e98d7cf0324ea9429ef54dc
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-07-30 04:02:15 +0000
Bump the release version.
Change: 82af41c8ab2dd061acd7deb9979fa6cb5c4725ae
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-07-30 03:49:09 +0000
Allow developers to use sidecar-based modules with PAR and other
packagers.
Applied a modified versin of a patch from Markus Jansen at Ericsson.
It adds a parameter to POE::Component::Resolver so the developer can
point to a custom sidecar program. That program can be bundld in PAR
using special techniques. Thanks also go to Steffen Mueller and
Roderich Schupp, who helped design the patch.
Change: f0d9d4484e3a3400c7b9ca6b712882e0e20a04d6
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-07-29 08:59:32 +0000
Use port 80 rather than string "http" on Solaris.
Chris Williams discovered tests would fail on Solaris with "service
name not available for the specified socket type". It turns out they
don't list "http" in /etc/services.
Change: 638cd9e616a5b4ffbf413672784f41896de97430
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-07-29 00:44:00 +0000
Load the POE::Component::Resolver::Sidecar class.
The presence of this module is requested on MSWin32. Resolves
rt.cpan.org ticket 69172, reported by Gabor Szabo.
================================================
Plus 4 releases after 2011-05-16 00:00:00 +0000.
================================================