Blame ChangeLog

Packit a83d8b
2013-06-23 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Add minimum version of perl to 5.8.x (CPANTS Kwalitee).
Packit a83d8b
	* Add LICENSE file. (CPANTS).
Packit a83d8b
	* New Release IO-Socket-INET6-2.72
Packit a83d8b
Packit a83d8b
2013-06-23 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Correct typos.
Packit a83d8b
		- https://rt.cpan.org/Public/Bug/Display.html?id=86344
Packit a83d8b
	* New Release IO-Socket-INET6-2.71
Packit a83d8b
Packit a83d8b
2013-05-21 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Fix a typo:
Packit a83d8b
		- https://rt.cpan.org/Ticket/Display.html?id=73143
Packit a83d8b
	* Add t/style-trailing-space.t and got rid of trailing space.
Packit a83d8b
	* New Release IO-Socket-INET6-2.70
Packit a83d8b
Packit a83d8b
2011-11-28 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Fix the imports on t/io_multihomed6.t .
Packit a83d8b
		- Fixes https://rt.cpan.org/Ticket/Display.html?id=72769 again.
Packit a83d8b
	* Update the link to the repository in Build.PL.
Packit a83d8b
	* New Release IO-Socket-INET6-2.69
Packit a83d8b
Packit a83d8b
2011-11-28 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Solved symbol clashes in t/io_multihomed6.t .
Packit a83d8b
		- Fixes https://rt.cpan.org/Ticket/Display.html?id=72769
Packit a83d8b
	* New Release IO-Socket-INET6-2.68
Packit a83d8b
Packit a83d8b
2011-01-21 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* IO-Socket is doing some imports so we now do use IO::Socket ().
Packit a83d8b
		- Fixed the rest of the imports.
Packit a83d8b
	* Thanks to LeoNerd
Packit a83d8b
	* New Release IO-Socket-INET6-2.67
Packit a83d8b
Packit a83d8b
2011-01-13 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Made the use Socket call import constants selectively, and not rely
Packit a83d8b
	on @EXPORT's whims:
Packit a83d8b
		- http://www.cpantesters.org/cpan/report/d6e547be-19b5-11e0-bbdc-e5c0d6c987b5
Packit a83d8b
	* New Release IO-Socket-INET6-2.66
Packit a83d8b
Packit a83d8b
2010-06-11 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Add a fix for t/io_multihomed6.t to make sure
Packit a83d8b
	ok 3 will be printed before ok 4. due to many failures in the tests.
Packit a83d8b
	Such as:
Packit a83d8b
		- http://www.cpantesters.org/cpan/report/07413426-b19f-3f77-b713-d32bba55d77f
Packit a83d8b
	* New Release IO-Socket-INET6-2.65
Packit a83d8b
Packit a83d8b
2010-06-08 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Applied a patch to fix t/io_multihomed6.t on old Perls / old Linux
Packit a83d8b
	distributions:
Packit a83d8b
		- https://rt.cpan.org/Ticket/Display.html?id=58198
Packit a83d8b
		- Thanks to Paul.
Packit a83d8b
	* New Release IO-Socket-INET6-2.64
Packit a83d8b
Packit a83d8b
2010-05-29 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Applied a modified patch to t/io_multihomed6.t to correct the test
Packit a83d8b
	on Fedora 10 and others:
Packit a83d8b
		- https://rt.cpan.org/Public/Bug/Display.html?id=57676
Packit a83d8b
	* New Release IO-Socket-INET6-2.63
Packit a83d8b
Packit a83d8b
2010-05-20 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Solved "problems with multihomed and family order"
Packit a83d8b
		- https://rt.cpan.org/Ticket/Display.html?id=57676
Packit a83d8b
		- Thanks to Steffen Ullrich
Packit a83d8b
	* New Release IO-Socket-INET6-2.62
Packit a83d8b
Packit a83d8b
2010-03-25 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Fix the inet_pton / inet_ntop import warnings:
Packit a83d8b
		- https://rt.cpan.org/Ticket/Display.html?id=55901
Packit a83d8b
		- Thanks to Todd Rinaldo for the patch.
Packit a83d8b
	* Fix listening on :: or 0.0.0.0 - a random address instead of
Packit a83d8b
		the specified would be used. Added test listen_port_only.t
Packit a83d8b
		- Regression from 2.57:
Packit a83d8b
		- https://rt.cpan.org/Ticket/Display.html?id=54656
Packit a83d8b
		- Thanks to Steffen Ullrich for the patch.
Packit a83d8b
	* New Release IO-Socket-INET6-2.60
Packit a83d8b
	* Fixes to t/listen_port_only.t.
Packit a83d8b
	* New Release IO-Socket-INET6-2.61
Packit a83d8b
Packit a83d8b
2010-03-19 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Syntax change to adapt for older Perls:
Packit a83d8b
		- https://rt.cpan.org/Ticket/Display.html?id=54656
Packit a83d8b
		- Thanks to paul.
Packit a83d8b
	* New Release IO-Socket-INET6-2.59
Packit a83d8b
Packit a83d8b
2010-03-18 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Applied a patch by Steffen Ullrich, fixing:
Packit a83d8b
	https://rt.cpan.org/Ticket/Display.html?id=54656
Packit a83d8b
	* New Release IO-Socket-INET6-2.58
Packit a83d8b
Packit a83d8b
2009-11-23 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Applied a modified version of a patch by Matthew Horsfall
Packit a83d8b
	<wolfsage@gmail.com> in order to add t/blocking.t and deal with the
Packit a83d8b
	blocking sockets properly.
Packit a83d8b
	* New Release IO-Socket-INET6-2.57
Packit a83d8b
Packit a83d8b
2008-10-06 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Applied a modified version of a patch by Anicka Bernathova
Packit a83d8b
	<anicka@suse.cz>:
Packit a83d8b
	{{{
Packit a83d8b
	Previously IO-Socket-INET6 tried to bind even when one side
Packit a83d8b
	is AF_INET and the other AF_INET6 and this cannot work.
Packit a83d8b
Packit a83d8b
	The FAMILY_CHECK loop is meant to make sure both sides have
Packit a83d8b
	the same family.
Packit a83d8b
	}}}
Packit a83d8b
	* New Release IO-Socket-INET6-2.56
Packit a83d8b
Packit a83d8b
2008-09-24 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Fixed: http://rt.cpan.org/Ticket/Display.html?id=39550 :
Packit a83d8b
	Problem with connect to IPv4 w/o given domain on FreeBSD6.1 (and
Packit a83d8b
	other BSD systems). (Thanks to Steffen Ullrich)
Packit a83d8b
	* New Release IO-Socket-INET6-2.55
Packit a83d8b
Packit a83d8b
2008-02-22 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Added pack_sockaddr_in6_all to the imports from Socket6 to fix
Packit a83d8b
	the "configure" sub in several cases. Added t/configure6.t to test it.
Packit a83d8b
	* New Release IO-Socket-INET6-2.54
Packit a83d8b
Packit a83d8b
2008-02-21 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
	* Converted to Build.PL and placed INET6.pm under lib/.
Packit a83d8b
	* Added a "repository" URL to the POD.
Packit a83d8b
	* Added the pod.t and pod-coverage.t files and we now have full POD
Packit a83d8b
	coverage.
Packit a83d8b
	* Added more dependencies to the Build.PL.
Packit a83d8b
	* Added the credit of "Shlomi Fish".
Packit a83d8b
	* Changed the email address of Rafael to the new one in the ChangeLog
Packit a83d8b
	and README files.
Packit a83d8b
	* Someone reported that sockflow() and peerflow() were broken. The reason
Packit a83d8b
	for that was that unpack_sockaddr_in6_all was not imported from Socket6.
Packit a83d8b
	This release fixes it (with tests in t/host6.t).
Packit a83d8b
	* New Release IO-Socket-INET6-2.53
Packit a83d8b
Packit a83d8b
2008-02-05 Shlomi Fish <shlomif@shlomifish.org>
Packit a83d8b
Packit a83d8b
	* New Release IO-Socket-INET6-2.52
Packit a83d8b
	* Added a test for peerhost() too.
Packit a83d8b
	* Fixed sockhost() with the fact that inet_ntop() was not imported.
Packit a83d8b
		- Added a test.
Packit a83d8b
	* Added "use warnings" to IO::Socket::INET6.
Packit a83d8b
	* Added a modified version of my patch (with more comments) to patch
Packit a83d8b
	the problems I found in IO-Socket-INET6. (generating
Packit a83d8b
	warnings upon using and failed tests.).
Packit a83d8b
Packit a83d8b
2004-18-10  Rafael Martinez Torres <rmartine@fdi.ucm.es>
Packit a83d8b
Packit a83d8b
	* New Release INET6-2.51 .
Packit a83d8b
	* Patch from David Town <David.Town@marconi.com>
Packit a83d8b
	  - peeraddr(), sockaddr() methods implemented.
Packit a83d8b
	  - peerhost(), peerport(), sockhost(), sockport() improved efficiency.
Packit a83d8b
	  - New optional parameters: Local(Peer)Flow,Local(Peer)Scopeid. (Only for IPv6)
Packit a83d8b
	  - Local hack for MSWin32 platforms.
Packit a83d8b
Packit a83d8b
2003-12-12  Rafael Martinez Torres <rmartine@fdi.ucm.es>
Packit a83d8b
Packit a83d8b
	* New Release INET6-2.01 .
Packit a83d8b
	* Patch from Wouter de Jong <wouter@widexs.nl>
Packit a83d8b
	  - fixing the parser on regexp at sock_info()
Packit a83d8b
	* Patch from Olaf M.Kolkman <olaf@ripe.net>
Packit a83d8b
	  - Toggle the -w flag to avoid some warning messages around tests
Packit a83d8b
	* fixing peerhost method.
Packit a83d8b
Packit a83d8b
2003-11-24  Rafael Martinez Torres <rmartine@fdi.ucm.es>
Packit a83d8b
Packit a83d8b
	* New Release INET6-2.00 . Protocol independent IPv4-IPv6.
Packit a83d8b
	* New paramter: Domain => AF_UNSPEC(def.),AF_INET,AF_INET6
Packit a83d8b
	* Replace _get_addr by getnameinfo()
Packit a83d8b
		 (RFC3493 deprecates getipnodeby() )
Packit a83d8b
	* sockaddr,peeraddr methods eliminated, (non IP-independent)
Packit a83d8b
	* Improved test.
Packit a83d8b
Packit a83d8b
2003-07-24  Rafael Martinez Torres <rmartine@fdi.ucm.es>
Packit a83d8b
Packit a83d8b
	* New Release INET6-1.28
Packit a83d8b
	* Makefile.PL includes prerequisites: (min.) Socket6 0.12
Packit a83d8b
	* Fix _get_addr in INET6.pm to use Socket6::getipnodebyname.
Packit a83d8b
Packit a83d8b
2003-06-24  Rafael Martinez Torres <rmartine@fdi.ucm.es>
Packit a83d8b
Packit a83d8b
	* New Release INET6-1.27.
Packit a83d8b
	* t/io_sock_inet6.t: New file for 'make test'.
Packit a83d8b
Packit a83d8b
2003-06-14  Rafael Martinez Torres <rmartine@fdi.ucm.es>
Packit a83d8b
Packit a83d8b
	* Patch from Masahito Omote <omote@debian.org>.
Packit a83d8b
	  - Fix IPv6 address and port splitt bug.
Packit a83d8b
	  - Fix _get_addr in INET6.pm to use Socket6::getaddrinfo.
Packit a83d8b
Packit a83d8b
2003-06-05  Rafael Martinez Torres <rmartine@fdi.ucm.es>
Packit a83d8b
Packit a83d8b
	* Initial CPAN release.
Packit a83d8b