Overview

Request 640425 accepted

- Fix autogenerated changes
- updated to 2.004.015
see /usr/share/doc/packages/perl-Gearman/CHANGES
2.004.015 2018-08-24 16:41:00 Europe/Berlin
add documentation of client's undocumented options
- https://github.com/p-alik/perl-Gearman/issues/40
add example explains usage of work sub's callbacks.
- https://github.com/p-alik/perl-Gearman/issues/41
- updated to 2.004.014
see /usr/share/doc/packages/perl-Gearman/CHANGES
2.004.014 2018-03-13 19:28:00 Europe/Berlin
- prevent recursion warnings
https://github.com/p-alik/perl-Gearman/issues/38
- updated to 2.004.0013
see /usr/share/doc/packages/perl-Gearman/CHANGES
2.004.013 2018-02-05 16:45:00 Europe/Berlin
- bug fixing: Gearman::Util::read_res_packet
https://github.com/p-alik/perl-Gearman/issues/37

2.004.012 2018-01-04 11:03:00 Europe/Berlin
- bug fixing timestamp taskset wait shows unaltered timestamp on fail
https://github.com/p-alik/perl-Gearman/issues/35

2.004.011 2017-12-22 16:05:00 Europe/Berlin
- bug fixing client doesn't on_fail on timeout
https://github.com/p-alik/perl-Gearman/issues/33
- peculiar handling of ssl-sockets in taskset->wait to avoid freezing
https://github.com/p-alik/perl-Gearman/issues/32

2.004.010 2017-11-19 14:46:00 Europe/Berlin
- bug fixing worker high CPU usage in idle state
https://github.com/p-alik/perl-Gearman/issues/28
- switch to blocking to continue fetching partial read
https://github.com/p-alik/perl-Gearman/pull/30
- pod notes with regard to usage of UTF-8
https://github.com/p-alik/perl-Gearman/issues/27

2.004.009 2017-10-08 21:04:00 Europe/Berlin
- bug fixing Worker->work: register functions on reconnect.
see: https://github.com/p-alik/perl-Gearman/issues/23
- Gearman::Client->do_task invokes Gearman::Task on_complete hook, if it is defined
- add documentation of Gearman::Client exceptions property

2.004.008 2017-06-13 13:35:00 Europe/Berlin
- bug fixing: double worker registration
https://github.com/p-alik/perl-Gearman/issues/21
- tests start gearmand with --log-file option. Default /dev/stderr

2.004.007 2017-05-30 10:51:00 Europe/Berlin
- bug fix: stringify job server in
- get_job_server_status
- get_job_server_clients
- get_job_server_jobs

2.004.006 2017-05-25 18:39:00 Europe/Berlin
- bug fixing: Taskset->add_task support for large data
- ssl tests large task data and large work result

2.004.005 2017-05-19 13:11:00 Europe/Berlin
- new worker method send_work_exception
- send_work_fail does not support message parameter

2.004.004 2017-05-09 07:53:00 Europe/Berlin
- refactoring: Taskset carefully loops over loaned_sock

2.004.003 2017-04-11 22:24:00 Europe/Berlin
- Client and Worker could set SSL ca_file parameter
- Taskset.pm refactoring:
replace fileno handling by IO::Select

2.004.002 2017-04-11 11:01:00 Europe/Berlin
- do not force Client and Worker to set useless SSL ca_certs parameter

2.004.001 2017-04-11 14:38:00 Europe/Berlin
- Gearman::Client and Gearman::Worker could set prefix separator
- It would be recommended to replace default prefix separator to insure
gearmand persistent queue recovery.

2.003.002 2017-03-26 22:01:00 Europe/Berlin
- tests are perl 5.25 ready (use lib .)
-- GEARMAN_WORKER_USE_STDIO test only with AUTHOR_TESTING

2.003.001 2017-03-13 21:47:00 Europe/Berlin
-- test compatibility for gearmand and Gearman::Server

2.003_002 2017-03-02 14:45:00 Europe/Berlin
-- restore Gearman::Client::Async support. #10
-- try to bug fix ssl callback testing

2.003_001 2017-02-18 18:37:00 Europe/Berlin
-- worker:
-- remove THROW_EXCEPTIONS defination in BEGIN block
-- add support of protocol commands WORK_DATA and WORK_WARNING
-- new methods:
-- send_work_data
-- send_work_warning
-- send_work_complete
-- send_work_fail
-- _get_js_sock: no execution of object _on_connect if callback is defined
-- fixing client do_task: do not overwrite on_fail callback
-- Gearman::Task support of low priority
-- remove Ref::Util dependency

2.002.004 2016-12-05 09:02:16 Europe/Berlin
-- requires Ref::Util >= 0.020; see cpan tester report 848fbc3e-b94f-11e6-8baf-a6caeafb6ca6
-- Makefile.PL updates
LICENSE: perl
min perl version 5.8.1
-- fixing worker GEARMAN_WORKER_USE_STDIO env test

2.002.003 2016-12-04 22:13:00 Europe/Berlin
-- add DISTNAME into Makefile.PL to get back to the old distribution name

2.002.002 2016-12-03 12:10:00 Europe/Berlin
-- skip worker stop_if test if no gearmand

2.002.001 2016-12-02 22:01:00 Europe/Berlin (TRIAL RELEASE)
-- job_servers entries could be a hash references or string
-- bug fixing Gearman::Util::send_req() SSL frame limitation (esabol)

2.001.001 2016-10-13 10:45:00 Europe/Berlin (TRIAL RELEASE)
-- support for SSL connection to gearmand
-- support IPv6
-- tests refactoring

Loading...
Request History
Dirk Stoecker's avatar

dstoecker created request

- Fix autogenerated changes
- updated to 2.004.015
see /usr/share/doc/packages/perl-Gearman/CHANGES
2.004.015 2018-08-24 16:41:00 Europe/Berlin
add documentation of client's undocumented options
- https://github.com/p-alik/perl-Gearman/issues/40
add example explains usage of work sub's callbacks.
- https://github.com/p-alik/perl-Gearman/issues/41
- updated to 2.004.014
see /usr/share/doc/packages/perl-Gearman/CHANGES
2.004.014 2018-03-13 19:28:00 Europe/Berlin
- prevent recursion warnings
https://github.com/p-alik/perl-Gearman/issues/38
- updated to 2.004.0013
see /usr/share/doc/packages/perl-Gearman/CHANGES
2.004.013 2018-02-05 16:45:00 Europe/Berlin
- bug fixing: Gearman::Util::read_res_packet
https://github.com/p-alik/perl-Gearman/issues/37

2.004.012 2018-01-04 11:03:00 Europe/Berlin
- bug fixing timestamp taskset wait shows unaltered timestamp on fail
https://github.com/p-alik/perl-Gearman/issues/35

2.004.011 2017-12-22 16:05:00 Europe/Berlin
- bug fixing client doesn't on_fail on timeout
https://github.com/p-alik/perl-Gearman/issues/33
- peculiar handling of ssl-sockets in taskset->wait to avoid freezing
https://github.com/p-alik/perl-Gearman/issues/32

2.004.010 2017-11-19 14:46:00 Europe/Berlin
- bug fixing worker high CPU usage in idle state
https://github.com/p-alik/perl-Gearman/issues/28
- switch to blocking to continue fetching partial read
https://github.com/p-alik/perl-Gearman/pull/30
- pod notes with regard to usage of UTF-8
https://github.com/p-alik/perl-Gearman/issues/27

2.004.009 2017-10-08 21:04:00 Europe/Berlin
- bug fixing Worker->work: register functions on reconnect.
see: https://github.com/p-alik/perl-Gearman/issues/23
- Gearman::Client->do_task invokes Gearman::Task on_complete hook, if it is defined
- add documentation of Gearman::Client exceptions property

2.004.008 2017-06-13 13:35:00 Europe/Berlin
- bug fixing: double worker registration
https://github.com/p-alik/perl-Gearman/issues/21
- tests start gearmand with --log-file option. Default /dev/stderr

2.004.007 2017-05-30 10:51:00 Europe/Berlin
- bug fix: stringify job server in
- get_job_server_status
- get_job_server_clients
- get_job_server_jobs

2.004.006 2017-05-25 18:39:00 Europe/Berlin
- bug fixing: Taskset->add_task support for large data
- ssl tests large task data and large work result

2.004.005 2017-05-19 13:11:00 Europe/Berlin
- new worker method send_work_exception
- send_work_fail does not support message parameter

2.004.004 2017-05-09 07:53:00 Europe/Berlin
- refactoring: Taskset carefully loops over loaned_sock

2.004.003 2017-04-11 22:24:00 Europe/Berlin
- Client and Worker could set SSL ca_file parameter
- Taskset.pm refactoring:
replace fileno handling by IO::Select

2.004.002 2017-04-11 11:01:00 Europe/Berlin
- do not force Client and Worker to set useless SSL ca_certs parameter

2.004.001 2017-04-11 14:38:00 Europe/Berlin
- Gearman::Client and Gearman::Worker could set prefix separator
- It would be recommended to replace default prefix separator to insure
gearmand persistent queue recovery.

2.003.002 2017-03-26 22:01:00 Europe/Berlin
- tests are perl 5.25 ready (use lib .)
-- GEARMAN_WORKER_USE_STDIO test only with AUTHOR_TESTING

2.003.001 2017-03-13 21:47:00 Europe/Berlin
-- test compatibility for gearmand and Gearman::Server

2.003_002 2017-03-02 14:45:00 Europe/Berlin
-- restore Gearman::Client::Async support. #10
-- try to bug fix ssl callback testing

2.003_001 2017-02-18 18:37:00 Europe/Berlin
-- worker:
-- remove THROW_EXCEPTIONS defination in BEGIN block
-- add support of protocol commands WORK_DATA and WORK_WARNING
-- new methods:
-- send_work_data
-- send_work_warning
-- send_work_complete
-- send_work_fail
-- _get_js_sock: no execution of object _on_connect if callback is defined
-- fixing client do_task: do not overwrite on_fail callback
-- Gearman::Task support of low priority
-- remove Ref::Util dependency

2.002.004 2016-12-05 09:02:16 Europe/Berlin
-- requires Ref::Util >= 0.020; see cpan tester report 848fbc3e-b94f-11e6-8baf-a6caeafb6ca6
-- Makefile.PL updates
LICENSE: perl
min perl version 5.8.1
-- fixing worker GEARMAN_WORKER_USE_STDIO env test

2.002.003 2016-12-04 22:13:00 Europe/Berlin
-- add DISTNAME into Makefile.PL to get back to the old distribution name

2.002.002 2016-12-03 12:10:00 Europe/Berlin
-- skip worker stop_if test if no gearmand

2.002.001 2016-12-02 22:01:00 Europe/Berlin (TRIAL RELEASE)
-- job_servers entries could be a hash references or string
-- bug fixing Gearman::Util::send_req() SSL frame limitation (esabol)

2.001.001 2016-10-13 10:45:00 Europe/Berlin (TRIAL RELEASE)
-- support for SSL connection to gearmand
-- support IPv6
-- tests refactoring


Dirk Stoecker's avatar

dstoecker accepted request

openSUSE Build Service is sponsored by