pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-RT-Client-REST
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 28 14:30:00 UTC 2015
Modified Files:
pkgsrc/net/p5-RT-Client-REST: Makefile distinfo
Log Message:
Update 0.41 to 0.49
-------------------
0.49 Sat May 10 2014 "Dmitri Tikhonov" <dtikhonov%yahoo.com@localhost>
- This module is now all covered by the Perl Artistic License:
GPL is gone. This was done with permission from the original
author of the command-line `rt' utility, Abhijit Menon-Sen.
- Support custom fields that contain '#' in their name. Patch
contributed by Ryan Niebur in RT#83856 -- thanks!
- Documented get_links() -- RT#68673.
- All tests now correctly run on Windows -- RT#81872.
- All tests now correctly run on OpenBSD -- RT#95223.
0.48 Wed Apr 30 2014 "Dmitri Tikhonov" <dtikhonov%yahoo.com@localhost>
- Fixed POD bug in 0.47 -- `logger' attribute and method of
RT::Client::REST was not documented and this caused POD
coverage test to fail. While at it, made it a developer-only
test. This way, these types of issues do not cause all
cpantesters to fail.
0.47 Wed Apr 30 2014 "Dmitri Tikhonov" <dtikhonov%yahoo.com@localhost>
- Support redirects on login, RT#92371.
- Skip failing test 83-attachments.t on OpenBSD while we investigage
why it fails. Track this issue in RT#95223.
0.46 Sat Apr 26 2014 "Dmitri Tikhonov" <dtikhonov%yahoo.com@localhost>
This release only fixes several tests, there are no functional changes.
Dmitri Tikhonov <dtikhonov%yahoo.com@localhost>
- Skip some tests on Windows and with buggy LWP::UserAgent.
Marco Pessotto
- Bumped version for next release (+ fixed version number in POD)
0.45
Marco Pessotto
- Fixed uploading preventing objects to be stringified (RT#88919)
- Added option to get undecoded attachments (RT#90112)
- Added test 82-stringify.t (fails with 0.44 before the RT#88919 fix)
- Added test 83-attachments.t to illustrate and check RT#90112
0.44
Damien Krotkine
- Add URI in the prereqs
Dave Lambley
- Add support for parsing RT dates and returning a datetime object.
(RT#73920 + RT#76658)
Gregor Hermann (Debian Perl Group)
- Doc improvement (RT#74191)
Darren Duncan
Doc improvement for timeout (RT #78133)
richardgmcmahon%gmail.com@localhost
Doc improvement for show method (RT #78439)
Miquel Ruiz
Fix for submitting non latin-1 strings to RT
0.43
Miquel Ruiz <mruiz%cpan.org@localhost>
- Added support for groups via new class RT::Client::REST::Group
Tests and examples also added.
Roman Plesll <RPLESSL%cpan.org@localhost>
- Fix for ticket merges (RT #62405)
Stuart Browne <stuart.browne%ausregistry.com.au@localhost>
- Accept question mark in custom field names (RT #70631)
T Pascal <t_pascal%zennet.com@localhost>
- Patch for different link types (RT #68673)
Jose Luis Martinez <jlmartinez%capside.com@localhost>
- Skip timeout tests on Windows (RT #70225, RT #35770)
- Fix 'priveleged' (renamed to 'privileged') method on RT::Client::REST::User
- Add missing disabled, nickname, lang, contactinfo and signature methods to
RT::Client::REST::User
- Clean up the API for retrieving links. Patch from T.Pascal is missing some
cases like links that are URLs. This feature is not documented as it's
considered experimental.
- Refactor login method to accept any type of field name (not just username
and password)
0.42
False release. See 0.43
- support for groups via new class RT::Client::REST::Group
- Fix for ticket merges
- Accept question mark in custom field names
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/p5-RT-Client-REST/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/p5-RT-Client-REST/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index