Files
perl-JIRA-Client/perl-JIRA-Client.changes

67 lines
2.2 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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)