2017-07-09 17:11:40 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.21
Update DEPENDS
Upstream changes:
version 1.21: Mon 3 Jul 15:31:19 CEST 2017
Fixes:
- _prepend and _append texts doubled.
rt.cpan.org#122304 [Andreas Koenig]
- accidental stringification of exceptions
rt.cpan.org#122324 [Slaven Rezic]
Improvements:
- also \n of msgid moves to _prepend or _append
version 1.20: Tue 27 Jun 16:41:36 CEST 2017
Fixes:
- Dancer2 sporadic missing request. [Andrew Beverley]
- attribute _lang overrules default locale in translation
- remove Log::Report::Lexicon dependency from ::Translator
- formatter PRINTP cannot be used, remove docs which tell that
- exceptions triggered translation too often
Improvements:
- add textdomain($name, 'EXISTS')
- add textdomain($domain_object);
- short-cut when translating without context
- use String::Print::printi() to interpolate: that code was forked-off
earlier, and now mature.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-02-13 12:32:08 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.19
Upstream changes:
version 1.19: Thu 9 Feb 17:35:43 CET 2017
Fixes:
- Dancer2 change when a stack-level needs to be skipped for
reporting the location of the exception [Andrew Beverley]
- more modules optional during Dancer2 tests
Improvements:
- Dancer2 interface changes [Andrew Beverley]
- spell fixes. rt.cpan.org#118561 [Gregor Herrmann, Debian]
- spell fixes. rt.cpan.org#118562 [Gregor Herrmann, Debian]
- free format calls in ::File and ::Syslog get additional info, which
can be used in line formatting.
- Use Dancer2::Logger::LogReport without Dancer2::Plugin::LogReport
[Andrew Beverley]
|
2016-10-22 09:10:08 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.18
Upstream changes:
version 1.18: Fri 21 Oct 09:50:51 CEST 2016
Fixes:
- die_decode() should not return an 'ALERT' reason, because that is
not deadly. Dies are always deadly.
Improvements:
- ::Try has new attribute on_die, to specify whether a die in the
code should produce PANICs or ERRORs. Request by [Andrew Beverley]
- ::Die::die_decode() got on_die parameter.
- the Dancer2 logger will always PANIC on dies.
|
2016-10-12 15:15:15 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-Log-Report to 1.17
-----------------------------------
version 1.17: Mon Sep 19 23:42:56 CEST 2016
Improvements:
- typo rt.cpan.org#114072, second attempt [Gregor Herrmann, Debian]
- include examples in manual pages.
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-05-27 15:12:16 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.16
Upstream changes:
version 1.16: Fri 27 May 08:54:01 CEST 2016
Fixes:
- ::Dancer2: support for Dancer2 >v0.166001 [Russell Jenkins]
Improvements:
- typo rt.cpan.org#114072 [Gregor Herrmann, Debian]
|
2016-04-29 16:06:37 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
Updated to devel/p5-Log-Report-1.15
-----------------------------------
version 1.15: Mon 18 Apr 13:54:12 CEST 2016
Improvements:
- dancer2: test import parameters [Andrew Beverley]
https://github.com/PerlDancer/Dancer2/issues/1156
version 1.14: Tue 12 Apr 15:10:27 CEST 2016
Fixes:
- dancer2: regression test only for recent Dancer2 [cpantesters]
Improvements:
- typo rt.cpan.org#111985 [Gregor Herrmann, Debian]
- dancer2: treat all exceptions equal [Andrew Beverley]
version 1.13: Wed 3 Feb 11:34:18 CET 2016
Fixes:
- init of lexicon with HASH
rt.cpan.org#111420 [Paulo A Ferreira]
Improvements:
- skip Log::Report wrappers from stacktrace and location.
- added ::Dispatcher::addSkipStack() and ::skipStack()
- add forward_url to Dancer2 plugin example [Andrew Beverley]
- ignore $SIG{__DIE__} within try blocks [Milos Lazarevic]
- dancer2: add regression test for plugin [Andrew Beverley]
- dancer2: add forward_template option [Raj Barath]
version 1.12: Mon Jan 18 21:55:35 CET 2016
Fixes:
- reopen default dispatcher creates a double. [Andrew Beverley]
Improvements:
- remove mode=DEBUG from Dancer2::*
version 1.11: Mon 18 Jan 17:07:43 CET 2016
Fixes:
- warning when log outside sub [Andrew Beverley]
- missing register of fault and failure [Andrew Beverley]
- some module is textdomain logreport, should be log-report.
[Andrew Beverley]
- Dancer2::Logger::LogReport should not set the mode
Improvements:
- dispatcher 'do-not-reopen' does not protect the default
dispatcher [Andrew Beverley]
- produce error when setContext is used while context_rules
are not provided.
- added ::Exception::toHTML() and ::Message::toHTML()
version 1.10: Sat Nov 28 17:39:16 CET 2015
Fixes:
- Dancer2 object build [Andrew Beverley]
- ::Domain::setContext with PAIRS as parameter
- collect stack for exceptions inside try block. [Andrew Beverley]
Improvements:
- keep dispatchers ordered.
- interpolate context setting inside msg_id's as well
- add ::Domain::updateContext()
- new option dispatcher 'do-not-reopen'
- ::Dispatcher::File option format() with CODE, now calls with
additional parameter $msg.
- ::Dispatcher::File option output() now with CODE, to dynamically
return the logfile name.
- added t/55throw.t
- new method ::Try::hide()
- renamed internal fields of ::Dispatcher::File, to lead with LRDF_
- new option ::Dispatcher::Syslog::new(format)
|
2015-11-28 15:34:45 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.09
Upstream changes:
version 1.09: Tue 20 Oct 09:26:00 CEST 2015
Fixes:
- try: do not ignore is_fatal parameter
Improvements:
- dispatcher() new action 'active-try'
- many, many improvements to Dancer2::* [Andrew Beverley]
version 1.08: Thu 8 Oct 17:55:39 CEST 2015
Fixes:
- tests on Windows [cpantesters]
Improvements:
- avoid use of 'package Dancer::Logger' to circumvent complaints
of Pause.
- Log::Report configure message_class [Andrew Beverley]
- Dancer2 plugin improved a lot [Andrew Beverley]
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|