Files
perl-CPAN-Reporter/perl-CPAN-Reporter.changes
Dirk Stoecker ec3967a5b0 Accepting request 1203062 from devel:languages:perl:autoupdate
- updated to 1.202.0 (1.2020)
   see /usr/share/doc/packages/perl-CPAN-Reporter/Changes
  1.2020    2024-08-13 01:44:56-03:00 America/Sao_Paulo
    [ADDED]
    - Add support for UTF-8 in config file
    - Adapt to new bailout output in TAP::Harness 3.49

OBS-URL: https://build.opensuse.org/request/show/1203062
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CPAN-Reporter?expand=0&rev=9
2024-09-26 16:23:39 +00:00

334 lines
10 KiB
Plaintext

-------------------------------------------------------------------
Sat Aug 31 05:30:16 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.202.0 (1.2020)
see /usr/share/doc/packages/perl-CPAN-Reporter/Changes
1.2020 2024-08-13 01:44:56-03:00 America/Sao_Paulo
[ADDED]
- Add support for UTF-8 in config file
- Adapt to new bailout output in TAP::Harness 3.49
-------------------------------------------------------------------
Mon May 1 03:06:07 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.2019
see /usr/share/doc/packages/perl-CPAN-Reporter/Changes
1.2019 2023-05-01 03:14:19+02:00 Europe/Paris
[ADDED]
- Record whether perl was built with taint support enabled or not
- Include Test2 version in toolchain report
- snip in the middle of the log, not a the end, so you get
potentially more interesting data
[CHANGED]
- replaced IO::CaptureOutput with Capture::Tiny
- Eliminate dependency on File::Copy::Recursive.
-------------------------------------------------------------------
Thu Jun 23 05:57:41 UTC 2016 - coolo@suse.com
- updated to 1.2018
see /usr/share/doc/packages/perl-CPAN-Reporter/Changes
1.2018 2016-06-21 15:05:12-04:00 America/New_York
[CHANGED]
- Expand list of environment variables included in reports
-------------------------------------------------------------------
Tue Mar 8 09:49:37 UTC 2016 - coolo@suse.com
- updated to 1.2017
see /usr/share/doc/packages/perl-CPAN-Reporter/Changes
1.2017 2016-03-02 15:49:43-05:00 America/New_York
[CHANGED]
- Distributions that appear to be in a Perl6/ directory are not
graded and reports are discarded.
1.2016 2016-02-28 22:39:04-05:00 America/New_York
[FIXED]
- Improve prerequisite version detection for dynamic versions
- Add support for static Config like cperl and XSConfig
-------------------------------------------------------------------
Sun Aug 23 08:32:06 UTC 2015 - coolo@suse.com
- updated to 1.2015
see /usr/share/doc/packages/perl-CPAN-Reporter/Changes
1.2015 2015-08-21 17:53:31-04:00 America/New_York
- Allow custom comment strings to be used as the default comment, using
comment.txt in the config directory [JMASLAK]
-------------------------------------------------------------------
Thu Apr 16 19:28:18 UTC 2015 - coolo@suse.com
- updated to 1.2014
see /usr/share/doc/packages/perl-CPAN-Reporter/Changes
1.2014 2015-04-06 12:08:28-04:00 America/New_York
- no changes from 1.2013-TRIAL
1.2013 2015-03-29 21:52:11-04:00 America/New_York (TRIAL RELEASE)
[ADDED]
- Added experimental option to save output of hanging modules [CHORNY]
- Added experimental option to save list of hanging modules [CHORNY]
[CHANGED]
- C::R::PrereqCheck will read <> before checking modules
[FIXED]
- Fixed incorrect report grade edge case [CHORNY]
- Fixed tests for Perls on Windows with spaces in the path
- Added Dancer::Plugin::FlashNote to list of prereq-check conflicts
[TESTING]
- Tests for C::R::PrereqCheck added
1.2011 2014-03-16 22:27:56+01:00 Europe/Paris
[ADDED]
- Added support for future optional prerequisite reporting
when CPAN.pm supports it
[CHANGED]
- Moved test distributions into corpus/ to avoid repetitive
tarball unpacking
- Modernized distribution meta and support files
1.2010 2013-04-12 15:35:38 Europe/London
[NEW FEATURES]
- new option 'retry_submission' tries to send the report one
extra time in case it fails. Defaults to undef (don't retry)
(Patch by Alexandr "chorny" Ciornii)
1.2009 2012-12-18 16:08:37 America/New_York
[BUG FIXES]
- Expanded prerequisite load check skip to all Acme::* modules; prereqs
still need to be installed and of sufficient version, but we don't
check that Acme modules load without error to avoid side effects.
1.2008 2012-12-15 07:26:11 America/New_York
[BUG FIXES]
- Don't try to check if Acme::Bleach can be loaded if it's listed
as a prereq
1.2007 2012-12-10 15:13:22 America/New_York
[BUG FIXES]
- Recognize another form of "Perl is too low" message [CHORNY]
1.2006 2012-04-10 18:44:20 America/New_York
[BUG FIXES]
- Changed how CPAN::Reporter::PrereqCheck attempts to load modules to
avoid module reloading, which caused some prereqs to show up as
'broken' [rt.cpan.org #76394 and #75559]
[OTHER]
- Bumped IPC::Cmd prereq to 0.76 to avoid failures on some platforms
1.2005 2012-03-02 13:21:36 EST5EDT
[BUG FIXES]
- Canonicalise the config path returned by bsd_glob [rt.cpan.org #70504]
[Kent Fredric]
1.2004 2012-02-13 16:25:07 EST5EDT
[BUG FIXES]
- Fix bug in testing tilde expansion on Windows
[rt.cpan.org #72051]
1.2003 2011-12-06 11:07:04 EST5EDT
[BUG FIXES]
- Fix bug in transport class validation to allow multi-level
class names [rt.cpan.org #73045]
1.2002 2011-08-10 17:52:08 America/New_York
[BUG FIXES]
- Fix failing tests on systems without
Test::Reporter::Transport::Metabase
- Minor test cleanups for use with 'prove'
1.2001 2011-08-07 05:05:58 America/New_York
[BUG FIXES]
- Fix failing test on Windows due to glob expansion of "~"
[Christian Walde]
1.20 2011-08-05 13:17:20 America/New_York
[BUG FIXES]
- Removed Test::Reporter::Transport::Metabase as a prerequisite.
New testers are recommended to install Task::CPAN::Reporter instead
of CPAN::Reporter.
1.19_04 2011-06-29 17:39:25 America/New_York
[NEW FEATURES]
- Metabase profile generation will use as much of the provided
email_from parameter as possible and will generate a random
secret API key. If user provides email_from in a standard form
like C<< "John Q. Public" <jqp@example.com> >> then profile
generation is entirely automatic without additional prompts
from metabase-profile [David Golden]
[DOCUMENTATION]
- Swapped in Task::CPAN::Reporter in the SYNOPSIS [David Golden]
[BUG FIXES]
- Expands "~" into user directory before attempting to locate
'relative' pathname in .cpanreporter directory [David Golden]
1.19_03 2011-06-28 14:44:19 America/New_York
[NEW FEATURES]
- During configuration, if 'Metabase' is the requested transport and
a Metabase profile file is not found, configuration will offer to
run metabase-profile to create it. [David Golden]
- For Metabase transport (only), the 'id_file' may have a relative
file path, treated as relative to the .cpanreporter directory.
[David Golden]
[BUG FIXES]
- updated CPAN::Reporter to go with Metabase by default, instead of
the deprecated SMTP transport system. This provides more up-to-date
information for new testers on how to setup their systems and
addresses RT#64316 (and maybe also RT#61735) [Breno G. de Oliveira]
- Replaced use of Tee.pm with Capture::Tiny as the two don't play
well together on some systems. [Christian Walde]
[DOCUMENTATION]
- Docs have been substantially re-written to reflect the new HTTP-based
transport instead of email-based transport. [Breno G. de Oliveira and
David Golden]
-------------------------------------------------------------------
Thu Apr 16 19:28:13 UTC 2015 - coolo@suse.com
- updated to 1.2002
see /usr/share/doc/packages/perl-CPAN-Reporter/Changes
1.2002 2011-08-10 17:52:08 America/New_York
[BUG FIXES]
- Fix failing tests on systems without
Test::Reporter::Transport::Metabase
- Minor test cleanups for use with 'prove'
1.2001 2011-08-07 05:05:58 America/New_York
[BUG FIXES]
- Fix failing test on Windows due to glob expansion of "~"
[Christian Walde]
1.20 2011-08-05 13:17:20 America/New_York
[BUG FIXES]
- Removed Test::Reporter::Transport::Metabase as a prerequisite.
New testers are recommended to install Task::CPAN::Reporter instead
of CPAN::Reporter.
1.19_04 2011-06-29 17:39:25 America/New_York
[NEW FEATURES]
- Metabase profile generation will use as much of the provided
email_from parameter as possible and will generate a random
secret API key. If user provides email_from in a standard form
like C<< "John Q. Public" <jqp@example.com> >> then profile
generation is entirely automatic without additional prompts
from metabase-profile [David Golden]
[DOCUMENTATION]
- Swapped in Task::CPAN::Reporter in the SYNOPSIS [David Golden]
[BUG FIXES]
- Expands "~" into user directory before attempting to locate
'relative' pathname in .cpanreporter directory [David Golden]
1.19_03 2011-06-28 14:44:19 America/New_York
[NEW FEATURES]
- During configuration, if 'Metabase' is the requested transport and
a Metabase profile file is not found, configuration will offer to
run metabase-profile to create it. [David Golden]
- For Metabase transport (only), the 'id_file' may have a relative
file path, treated as relative to the .cpanreporter directory.
[David Golden]
[BUG FIXES]
- updated CPAN::Reporter to go with Metabase by default, instead of
the deprecated SMTP transport system. This provides more up-to-date
information for new testers on how to setup their systems and
addresses RT#64316 (and maybe also RT#61735) [Breno G. de Oliveira]
- Replaced use of Tee.pm with Capture::Tiny as the two don't play
well together on some systems. [Christian Walde]
[DOCUMENTATION]
- Docs have been substantially re-written to reflect the new HTTP-based
transport instead of email-based transport. [Breno G. de Oliveira and
David Golden]
-------------------------------------------------------------------
Fri Jun 10 08:27:05 UTC 2011 - coolo@novell.com
- initial package 1.1902
* created by cpanspec 1.78.04