[libio-socket-timeout-perl] branch master updated (8e1a35a -> 58ed322)

gregor herrmann gregoa at debian.org
Sat Jul 11 19:39:56 UTC 2015


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

gregoa pushed a change to branch master
in repository libio-socket-timeout-perl.

      from  8e1a35a   update changelog
       new  7292545   Add debian/upstream/metadata
       new  aa30d2f   Update debian/changelog
      adds  53e5ef2   Initial commit
      adds  22a25ae   remove useless file
      adds  973436a   work in progress
      adds  ce7da72   work in progress
      adds  5d2c4d1   trying to make it work...
      adds  52e2e27   wip
      adds  e07483b   wip
      adds  300c29c   wip
      adds  a0ddd8b   wip
      adds  973093c   cleanup and fixes
      adds  e5b8123   better doc, better socket cleanup
      adds  43f9388   fix doc
      adds  b01bc43   better default strategy init code
      adds  88b2112   various fixes
      adds  ff4efa3   added TimeoutReadWrite option
      adds  bd3d264   add doc
      adds  d08e054   wip
      adds  d21746e   rewrite the socketpair method
      adds  5f335a7   fix typo
      adds  0309f7c   reimplementation on top of PerlIO::via::Timeout
      adds  b5bb436   v0.10
      adds  b8c5c40   fix tests
      adds  0b7ddb4   v0.11
      adds  e9dd991   remove useless Test::Exception
      adds  5f2b3a7   v0.12
      adds  e91e6d2   fixed setsockopt when disabling timeout
      adds  c19ddd4   v0.13
      adds  d70b410   more doc
      adds  5cd1f54   v0.14
      adds  bfbbca1   refactor everything
      adds  063f0a5   refactor everything
      adds  b8c0fad   v0.15
      adds  0d70535   small doc fix
      adds  322a82a   depends on fixed PerlIO::via::Timeout
      adds  ba0ab3c   v0.16
      adds  bb2c741   implemented timeout for sysread/write, and better OO API
      adds  f3b78cc   don't use state
      adds  dd66319   v0.17
      adds  2f78c37   remove PerlIO/via/TimeoutWithReset, add tests for setsockopt timeout, remove dependency on Role::Tiny, yay!
      adds  0e8e74e   remove PerlIO/via/TimeoutWithReset, add tests for setsockopt timeout, remove dependency on Role::Tiny, yay!
      adds  67f82b5   v0.18
      adds  dd8df0f   updated dependancies
      adds  a54e160   v0.19
      adds  7062142   changelog
      adds  487971e   v0.20
      adds  1907f09   fix tests
      adds  1b831ed   v0.21
      adds  b19c81b   minor
      adds  8245149   change API so that it doesn't use new::with::timeout
      adds  f8d9278   v0.22
      adds  2e462a5   add a preload feature in import
      adds  fd12329   add a preload feature in import
      adds  72b2970   v0.23
      adds  b988603   minor doc fix
      adds  d3f2a75   v0.24
      adds  d712b75   FreeBSD compatibility
      adds  979dccc   Merge pull request #1 from echolet/master
      adds  f82657c   v0.25
      adds  93d31b7   fix tests (thanks to gcs)
      adds  ae4c663   v0.26
      adds  a546fa8   v0.27
      adds  8410051   fix issue #3
      adds  c5b82d4   fix similar issue than https://github.com/avar/dist-zilla-plugin-makemaker-awesome/issues/6
      adds  817086a   v0.28
      adds  e6e1f80   updated doc
      adds  e127c48   use better way to check if fh has via::timeout support. Some cleanup
      adds  4884f19   Imported Upstream version 0.29
       new  783cf3a   Merge tag 'upstream/0.29'
       new  b510d49   Update debian/changelog
       new  a732bb4   Update years of packaging copyright.
       new  64151f3   Make (build) dependency on libperlio-via-timeout-perl versioned.
       new  2c31b68   Mark package as autopkgtest-able.
       new  c404576   Declare compliance with Debian Policy 3.9.6.
       new  58ed322   releasing package libio-socket-timeout-perl version 0.29-1

The 9 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:
 Build.PL                         |  2 +-
 Changes                          |  4 ++++
 MANIFEST                         |  1 +
 META.yml                         | 16 +++++++--------
 Makefile.PL                      | 36 ++++++++++++++++-----------------
 README                           |  4 +++-
 debian/changelog                 | 13 ++++++++++--
 debian/control                   |  7 ++++---
 debian/copyright                 |  2 +-
 debian/patches/autopkgtest.patch | 38 +++++++++++++++++++++++++++++++++++
 debian/patches/series            |  1 +
 debian/upstream/metadata         |  6 ++++++
 dist.ini                         |  4 +---
 lib/IO/Socket/Timeout.pm         | 43 +++++++++++++++++++++-------------------
 t/release-distmeta.t             |  5 ++---
 t/release-pod-coverage.t         | 12 +++--------
 t/timeout.t                      | 20 +++++++++++++++++++
 t/tlib/TestTimeout.pm            |  9 +++++----
 18 files changed, 149 insertions(+), 74 deletions(-)
 create mode 100644 debian/patches/autopkgtest.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-timeout-perl.git



More information about the Pkg-perl-cvs-commits mailing list