Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (22m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (100d)  pkgsrc-2023Q3 (179d) 

2024-06-07 09:35:26 UTC Now

2015-01-12 07:19:50 UTC MAIN commitmail json YAML

Update 0.23 to 0.27
-------------------
0.27 2014/11/17

  * Github user acferen finally patched the long-standing timeout bug
    Thanks acferen!

0.26 2014/06/06

  * Daniel Lintott of the Debian Perl Group reported that the HTTP::Async proxy
    tests were broken with a development version of HTTP-Server-Simple (0.45_1)
    I fixed the test, or rather fixed t/TestServer.pm, so that it would work
    Thanks Daniel!
  * While I was in there, I replaced some warn() calls in the tests with diag()
    calls, to be a better TAP citizen

0.25 2014/03/20

  * Added remove($id) and remove_all() methods
    Thanks go to rt.cpan.org user Ikegami
  * Added support for forwarding headers on redirect
    Thanks to Github users kloevschall and kaol
  * Added support for having an HTTP::Cookies cookie jar object
    Thanks again to Github user kaol
  * Use Net::EmptyPort for the TestServer in the tests
    Thanks to Github user and all around great Perl Monger DrHyde

0.24 2014/03/19

  * Better POD docs for the counting methods
  - Requested by Dave Hodgkinson via rt.cpan.org

(mef)