Blame Changes

Packit 03f954
Release history for Net-HTTP
Packit 03f954
Packit 03f954
6.17      2017-09-01 15:30:20Z
Packit 03f954
    - Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase
Packit 03f954
      Whitener)
Packit 03f954
Packit 03f954
6.16      2017-05-29 10:46:24-04:00 America/Toronto
Packit 03f954
    - Bump IO::Socket::SSL version from 1.38 to 2.012
Packit 03f954
Packit 03f954
6.15      2017-05-12 14:57:02+02:00 Europe/Paris
Packit 03f954
    - Fix t/rt-112313.t (Shoichi Kaji)
Packit 03f954
Packit 03f954
6.14      2017-04-24 11:27:26-04:00 America/Toronto
Packit 03f954
    - Improvements to live tests (Shoichi Kaji and Kent Fredric)
Packit 03f954
    - Fix a bug where downloading files is sometimes very slow GH#44 (Shoichi
Packit 03f954
      Kaji)
Packit 03f954
Packit 03f954
6.13      2017-02-19 21:40:54-05:00 America/Toronto
Packit 03f954
    - use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24)
Packit 03f954
Packit 03f954
6.12      2017-01-04 23:32:54-05:00 America/Toronto
Packit 03f954
    - Fix prereqs
Packit 03f954
Packit 03f954
6.11      2017-01-04 15:05:57-05:00 America/Toronto
Packit 03f954
    - Updated the Changes file
Packit 03f954
    - When using Net::SSL, pending data was potentially ignored GH PR#7 (Jean-Louis Martineau)
Packit 03f954
Packit 03f954
6.10-DEV     2016-12-30
Packit 03f954
    - Added LICENSE
Packit 03f954
    - Added 'use warnings' to everywhere that lacked it
Packit 03f954
    - Drop all use of Test.pm
Packit 03f954
    - Removed unneeded uses of 'use vars'
Packit 03f954
    - Switch live tests to use Google.
Packit 03f954
    - Fix RT#112313 - Hang in my_readline() when keep-alive => 1 and $response_size % 1024 == 0
Packit 03f954
Packit 03f954
6.09    2015-05-20
Packit 03f954
    - No changes since 6.08_002
Packit 03f954
Packit 03f954
6.08_002    2015-05-02
Packit 03f954
    - Fix foolish $VERSION error in 6.08_001 (Karen Etheridge)
Packit 03f954
Packit 03f954
6.08_001    2015-05-01
Packit 03f954
    - resolve issues with SSL by reading bytes still waiting to be read after
Packit 03f954
      the initial 1024 bytes [RT#104122] (Mark Overmeer)
Packit 03f954
Packit 03f954
6.07    2014-07-23
Packit 03f954
    - Opportunistically use IO::Socket::IP or IO::Socket::INET6. (Jason Fesler)
Packit 03f954
    - Properly parse IPv6 literal addresses with optional port numbers. [RT#75618]
Packit 03f954
Packit 03f954
6.06    2013-03-10
Packit 03f954
    - IO::Socket::SSL doesn't play well with select() [RT#81237] (Jesse Luehrs)
Packit 03f954
Packit 03f954
6.05    2012-11-10
Packit 03f954
    - Convert to Test::More style and disable test on Windows [RT#81090] (Gisle Aas)
Packit 03f954
    - SSL broken for some servers [RT#81073] (Marinos Yannikos)
Packit 03f954
Packit 03f954
6.04    2012-11-08
Packit 03f954
    - Simpler handling of double chunked [RT#77240] (Gisle Aas)
Packit 03f954
    - Check for timeouts before reading [RT#72676] (Gisle Aas)
Packit 03f954
    - Fake can_read (Gisle Aas)
Packit 03f954
    - Fix chunked decoding on temporary read error [RT#74431] (Dagfinn Ilmari Mannsåker)
Packit 03f954
    - NB: set http_bytes if read_entity_body hits EAGAIN on first read (Eric Wong)
Packit 03f954
    - chunked,chunked is invalid, but happens. Ignore all but the first. [RT#77240] (Jay Hannah)
Packit 03f954
Packit 03f954
6.03    2012-02-16
Packit 03f954
    - Restore blocking override for Net::SSL [RT#72790]
Packit 03f954
    - Restore perl-5.6 compatibility.
Packit 03f954
Packit 03f954
6.02    2011-11-21
Packit 03f954
    - Don't disable blocking method [RT#72580]
Packit 03f954
    - Don't stop on unrecognized Makefile.PL arguments [RT#68337]
Packit 03f954
    - Document Net:HTTPS [RT#71599]
Packit 03f954
Packit 03f954
6.01    2011-03-17
Packit 03f954
    - Don't run live test by default; 'perl Makefile.PL --live-tests' to enable.
Packit 03f954
    - More relaxed apache test; should pass even if proxies has added headers.
Packit 03f954
Packit 03f954
6.00    2011-02-27
Packit 03f954
    - Initial release of Net-HTTP as a separate distribution.
Packit 03f954
    - No code changes.
Packit 03f954
    - Version bump to be ahead of old release
Packit 03f954
    - The Net::HTTP module used to be bundled with the libwww-perl distribution.