This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libhttp-tiny-perl.

      from  34930fe   update changelog
      adds  c68b2f3   After release: bump $VERSION and timestamp Changes
      adds  88eecc8   Set SO_KEEPALIVE if 'keep_alive' is true
      adds  baad85a   Deal with stat and daylight savings issues on Windows
      adds  cd3f35c   Update recommended Mozilla::CA version to 20160104
      adds  eca4f58   update Makefile.PL
      adds  750a167   Wrap documentation lines for new() options
      adds  0de4ff7   Clarify documentation for the timeout option
      adds  92e1a27   Preserve header case for non-standard headers.
      adds  87c9fa2   Send control headers first
      adds  9c3444e   Update Changes
      adds  6f71d36   Unwrap and validate request header fields
      adds  9209714   Update IO::Socket::IP recommendation
      adds  7edb1a6   support SSL_CERT_FILE environment variable used by OpenSSL
      adds  2e5c56b   Update Changes
      adds  f70859f   Add support for connecting to a particular IP.
      adds  4cbbda6   Update Changes
      adds  9d98c17   Amend documentation of 'peer'
      adds  571119c   Allow mutable timeout without closing connections.
      adds  31226e8   Add a 'connected' method
      adds  b343ba1   Add doc caveat for 'connected'
      adds  61defe3   Update Changes
      adds  bdda6a6   Preserve connections on redirects to the same host
      adds  f52da47   Simplify redirect array capture code and add minimal tests
      adds  59be722   Make 'peer' option warning more explicit
      adds  d2f8c0e   Update Changes
      adds  de48f03   Fix spelling and critic errors
      adds  bc82153   After release: bump $VERSION and timestamp Changes
      adds  0458c5a   Update Changes
      adds  9cd62ba   After release: bump $VERSION and timestamp Changes
      adds  ac2dbe2   Fix timeout as constructor param
      adds  9f332b1   Allow constructor to take timeout => 0
      adds  b239c95   CVE-2016-1238: avoid loading optional modules from 
default .
      adds  08c12a4   avoid relying on . being in @INC
      adds  6beee45   Update Changes
      adds  37bfd2e   Update Makefile.PL
      adds  c1ac56d   After release: bump $VERSION and timestamp Changes
      adds  a928df1   Avoid overwriting If-Modified-Since in mirror
      adds  0654191   Normalize CRLF in t/150_post-form.t on Win32
      adds  5003aaf   Update Makefile.PL
      adds  ccb9fbe   After release: bump $VERSION and timestamp Changes
      adds  c514577   Fix chunked transfer encoding
      adds  079e154   Update Makefile.PL
      adds  00fd9ec   After release: bump $VERSION and timestamp Changes
      adds  ecab56d   Update Changes
      adds  f63dadd   New upstream version 0.064
       new  0e379ed   Merge tag 'upstream/0.064'
       new  e9d8273   Update debian/changelog
       new  8e0dddc   Refresh tests-internet.patch (offset).
       new  241e4be   Update years of packaging copyright.
       new  ddf7a9b   releasing package libhttp-tiny-perl version 0.064-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                              | 37 ++++++++++++++++++++
 MANIFEST                             |  5 +--
 META.json                            | 13 ++++---
 META.yml                             | 10 ++++--
 Makefile.PL                          |  6 ++--
 README                               |  6 +++-
 cpanfile                             |  2 ++
 debian/changelog                     |  7 ++--
 debian/copyright                     |  2 +-
 debian/patches/tests-internet.patch  |  4 +--
 lib/HTTP/Tiny.pm                     | 37 ++++++++++++++++----
 t/00-report-prereqs.dd               | 66 +++++++++++++++++++-----------------
 t/00-report-prereqs.t                | 10 +++---
 t/002_croakage.t                     |  3 +-
 t/004_timeout.t                      | 38 +++++++++++++++++++++
 t/020_headers.t                      |  3 +-
 t/030_response.t                     |  3 +-
 t/040_content.t                      |  3 +-
 t/050_chunked_body.t                 | 36 ++++++++++++++------
 t/070_cookie_jar.t                   | 11 +++---
 t/100_get.t                          |  3 +-
 t/101_head.t                         |  3 +-
 t/102_put.t                          |  3 +-
 t/103_delete.t                       |  3 +-
 t/104_post.t                         |  3 +-
 t/110_mirror.t                       |  3 +-
 t/130_redirect.t                     |  3 +-
 t/140_proxy.t                        |  3 +-
 t/150_post_form.t                    |  4 ++-
 t/160_cookies.t                      |  7 ++--
 t/161_basic_auth.t                   |  3 +-
 t/162_proxy_auth.t                   |  3 +-
 t/170_keepalive.t                    |  3 +-
 t/BrokenCookieJar.pm                 |  4 +--
 t/SimpleCookieJar.pm                 |  2 +-
 t/Util.pm                            |  2 +-
 xt/author/pod-spell.t                |  8 ++++-
 xt/{release => author}/portability.t |  2 --
 xt/author/test-version.t             |  2 +-
 39 files changed, 263 insertions(+), 103 deletions(-)
 create mode 100644 t/004_timeout.t
 rename xt/{release => author}/portability.t (96%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libhttp-tiny-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to