automatic update OBS-URL: https://build.opensuse.org/request/show/445531 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JIRA-Client?expand=0&rev=18
151 lines
4.8 KiB
Plaintext
151 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 13 06:46:27 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.45
|
|
see /usr/share/doc/packages/perl-JIRA-Client/Changes
|
|
|
|
0.45 2016-12-11 10:52:46-02:00 America/Sao_Paulo
|
|
|
|
[Fix]
|
|
|
|
- Fix a few spelling errors and remove the TODO file.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 11 06:42:19 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.44
|
|
see /usr/share/doc/packages/perl-JIRA-Client/Changes
|
|
|
|
0.44 2016-12-10 10:00:09-02:00 America/Sao_Paulo
|
|
|
|
[Fix]
|
|
|
|
- Fix deprecation warning saying that JIRA's SOAP API was removed on JIRA
|
|
7 and not that it would be removed on JIRA 8.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 21:02:09 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.43
|
|
see /usr/share/doc/packages/perl-JIRA-Client/Changes
|
|
|
|
0.43 2015-02-01 22:33:09-02:00 America/Sao_Paulo
|
|
|
|
[Changes]
|
|
|
|
- Deprecate the distribution, because JIRA's SOAP API is already
|
|
deprecated and won't be available in future JIRA 8.0. Prospect users are
|
|
invited to try the JIRA::REST module instead.
|
|
|
|
0.42 2014-08-09 17:47:44 America/Sao_Paulo
|
|
|
|
[Changes]
|
|
|
|
- Add deprecation warning and reference to JIRA::REST.
|
|
|
|
0.41 2014-04-01 21:34:37 America/Sao_Paulo
|
|
|
|
[New features]
|
|
|
|
- New method filter_issues_unsorted.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 20 19:29:47 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.40:
|
|
* fix constructor URL munging
|
|
- changes from 0.39:
|
|
* implemented an alternative invokation style based on named arguments passed
|
|
via a hash-ref
|
|
- changes from 0.38:
|
|
* the constructor now admits non-base URLs to non-standard WSDL descriptors
|
|
* add examples/jira-filter.pl.
|
|
* detects some weird connection errors
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 02 07:04:51 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.37:
|
|
* use Data::Util to make for cleaner code
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 15 09:08:18 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.35:
|
|
* add method filter_issues
|
|
- moved jiraclient to doc files, it is really not a general purpose
|
|
command-line client to JIRA, but an example with hard-coded values
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 26 17:03:51 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.34:
|
|
* distribution converted to use Dist::Zilla
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 08 12:49:48 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.32:
|
|
* RT#72470: fix create_issue and progress_workflow_action_safely parameter
|
|
conversions
|
|
* RT#72667: pass project key to get_security_levels
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 21 23:10:10 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.31:
|
|
* accept both names for JIRA fields that must be named one way to be set and
|
|
are named otherwise when read; this is due to
|
|
https://jira.atlassian.com/browse/JRA-12300 and was reported via
|
|
https://rt.cpan.org/Ticket/Display.html?id=72470
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 30 06:39:43 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.30:
|
|
* cast duedate's field to a "date" SOAP::Data type; required by JIRA 4.4
|
|
|
|
- changes from 0.29:
|
|
* support new methods in the JIRA 4.4 SOAP API
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 10 19:01:05 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.28:
|
|
* JIRA::Client->new passes extra arguments to the underlying SOAP::Lite
|
|
object
|
|
|
|
- changes from 0.27:
|
|
* properly casts RemoteProjectRole objects in several methods
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 22 00:35:42 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.26:
|
|
* implements some magic to make it easier to specify Cascading field values
|
|
in the create_issue and update_issue methods
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:33:07 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:30:19 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 11 18:43:32 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.25:
|
|
* implements method get_statuses
|
|
* fixes a problem in _convert_resolution
|
|
* fixes a typo in examples/jiraclient.pl
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 15 06:13:58 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- initial package (0.24)
|
|
|