[libgearman-client-perl] branch master updated (df5deb6 -> b4e5af9)

gregor herrmann gregoa at debian.org
Sat Jan 6 22:28:21 UTC 2018


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

gregoa pushed a change to branch master
in repository libgearman-client-perl.

      from  df5deb6   releasing package libgearman-client-perl version 2.004.008-1
      adds  4e4c7e0   test if gearmand is binary to avoid: Unknown option log-file warnings
      adds  77bcaf8   worker shows down for seconds on debug
      adds  fe33179   s/head4/head2/
      adds  40ea16c   add magic value to the malformed magic error message
      adds  534134a   invoke instead of overriding Gearman::Task on_complete hook, if it is defined
      adds  93833b4   amend do_task documentation
      adds  582ae29   add plan tests
      adds  abbbe3a   test on_complete hook executed
      adds  5e12018   reorder do_task pod
      adds  977f6ea   move add_task pod into taskset
      adds  34dc5de   reorder new_task_set pod
      adds  af53543   move wait pod into taskset
      adds  9a32ea6   move prefix pod into objects
      adds  f156b36   job_servers pod
      adds  69e3cb1   add documentation of exceptions property
      adds  9f5348f   format of over pod block
      adds  b3ed94e   reformat over pod block
      adds  409ba05   hide internal task documentation
      adds  aba9e01   hide internal taskset documentation
      adds  27b20a4   add set_on_post_hooks
      adds  5bb7eb0   bug fixing issue #23
      adds  d1cec00   refactoring
      adds  0e6dff8   refactoring
      adds  a02784b   refactoring: leave the loop with last
      adds  b5f86bc   bug fixing: socket should be cached
      adds  ba25ca7   pod exceptions note in send_work_exception
      adds  9e36857   v2.004.009
      adds  987ec97   changelog
      adds  97ed19c   active_js estimation is not a part of this loop
      adds  4312dba   release date updated
      adds  9c59102   switch to blocking to continue fetching partial read
      adds  0dd40a5   fixing typo #26
      adds  8ddd97f   add pod note with regard to lack of UTF-8 support.
      adds  25bc6e9   add pod note with regard to lack of UTF-8 support.
      adds  cdf603b   Revert work sub implementation to 2.004.008
      adds  70ad5a5   test the value retured by stop_if
      adds  47b8de8   provide value of environment debug to the worker
      adds  c37692f   add fail test in on_fail callback
      adds  68e77a8   until ->percent && ->percent == 1
      adds  76deaec   perltidy
      adds  8c0b458   v2.004.010
      adds  4c3ad4f   2.004.010 changes
      adds  527be3d   bug fixing ResponseParser::parse_sock
      adds  2e23ce8   skip timeout check on pending SSL socket
      adds  0a723e2   add a special treatment of ssl socket in taskset->wait
      adds  8142e47   refactoring: left the loop if pending ssl socket was found
      adds  d797418   refactoring: remove unused variable
      adds  a6c9643   restore previous time_left value
      adds  e266560   refactoring: put SSL socket checkt outside of loop
      adds  2108370   perltidy
      adds  cb9d3c6   test: Add prove of missing "on_fail" invocation
      adds  a038db8   fix: Mark tasks failed on timeout
      adds  b6ea63e   fix: Skip new test if gearmand is not available
      adds  cae50bc   Merge branch 'marco-gearman_client_timeout' into upstream
      adds  8c89183   v2.004.011
      adds  a8636ee   changes
      adds  e063807   tidy
      adds  8e5c0aa   fix: Use given timeout value for failure reason
      adds  9091978   Merge remote-tracking branch 'marco/invalid_timeout_reason_issue35'
      adds  1b8b7cc   v2.004.012
      adds  dba318c   v2.004.012 changes
      adds  33df42e   New upstream version 2.004.012
       new  3f4ca9c   Update upstream source from tag 'upstream/2.004.012'
       new  9335f2c   Update debian/changelog
       new  1727f7f   Update years of packaging copyright.
       new  da0e998   Declare compliance with Debian Policy 4.1.3.
       new  13a89df   Bump debhelper compatibility level to 10.
       new  b4e5af9   releasing package libgearman-client-perl version 2.004.012-1

The 6 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                               |  24 +++
 META.json                             |  10 +-
 META.yml                              |   7 +-
 debian/changelog                      |  10 +
 debian/compat                         |   2 +-
 debian/control                        |   4 +-
 debian/copyright                      |   2 +-
 lib/Gearman/Client.pm                 |  95 ++++-----
 lib/Gearman/Job.pm                    |   2 +-
 lib/Gearman/JobStatus.pm              |   2 +-
 lib/Gearman/Objects.pm                |   9 +-
 lib/Gearman/ResponseParser.pm         |  27 ++-
 lib/Gearman/ResponseParser/Taskset.pm |   2 +-
 lib/Gearman/Task.pm                   | 352 ++++++++++++++++++----------------
 lib/Gearman/Taskset.pm                | 130 +++++++++----
 lib/Gearman/Util.pm                   |  46 +++--
 lib/Gearman/Worker.pm                 |  45 +++--
 t/00-use.t                            |   2 +-
 t/02-client.t                         |  70 ++++++-
 t/03-worker.t                         |   5 +-
 t/12-sum.t                            |  42 ++--
 t/20-send-work-command.t              |  10 +-
 t/40-prefix.t                         |   2 +-
 t/Server.pm                           |  10 +-
 24 files changed, 547 insertions(+), 363 deletions(-)

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



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