Changelog for
perl-Log-Dispatch-2.71-1.5.noarch.rpm :
* Fri Apr 21 2023 Tina Müller
- updated to 2.71 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.71 2023-04-05 - The docs for the Screen output were never updated after the changes in 2.50, when it reverted back to using STDOUT or STDERR directly. This led to a lot of the docs being confusing and wrong. Reported by AATTmauke. GH #65, #66, and [#67].
* Tue Jul 21 2020 Tina Müller - updated to 2.70 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.70 2020-07-20 - Make locking test wait longer before giving up. Some filesystems (like NFS) can be quite slow to lock files. Fixed by Joelle Maslak. GH #61.
* Mon Oct 28 2019 - updated to 2.69 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.69 2019-10-25 - Fix a warning Log::Dispatch::Email::Mailsender (GH #57). Fixed by Graham Knop. 58 #GH.
* Thu Aug 23 2018 cooloAATTsuse.com- updated to 2.68 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.68 2018-08-21 - Speedups to the internals to avoid re-validating the same sets of parameters repeatedly. Based on a PR #54 from Sergey Leschenko.
* Sun Oct 01 2017 cooloAATTsuse.com- updated to 2.67 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.67 2017-09-24 - Added a lazy_open option to the File output. This delays opening the file until the first time a log message is written to it. Implemented by Slaven Rezić. GH #50.
* Wed Aug 16 2017 cooloAATTsuse.com- updated to 2.66 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.66 2017-08-14 - Fixed the ApacheLog output, which was broken in 2.60. Fixed by Michael Schout. GitHub #48 and #49.
* Wed Jun 14 2017 cooloAATTsuse.com- updated to 2.65 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.65 2017-06-11 - When Log::Dispatch::File is asked to chmod a file and that fails, show the requested permissions in octal. Patch by Carsten Grohmann. GitHub #46. 2.64 2017-02-25 (TRIAL RELEASE) - Improve level validation and canonicalization logic. Patch by Kerin Millar, minor changes and tests by Kivanc Yazan. Github #42. - The log_and_die and log_and_croak methods are now identical, as we set AATTCARP_NOT for Log::Dispatch to exclude the Log::Dispatch package. You can still explicitly pass carp_level to log_and_croak.
* Thu May 25 2017 cooloAATTsuse.com- updated to 2.63 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.63 2017-02-19 - Updated the conflicting version for Log::Dispatch::File::Stamped in metadata (due to changes in handling of close_after_write). Patch by Karen Etheridge. GitHub #41. 2.62 2017-02-13 - Devel::Confess was accidentally being loaded in Log::Dispatch. Fixed by Karen Etheridge. GitHub #39. 2.61 2017-02-13 - The 2.60 release would throw an exception if the logged message was empty. While this makes sense, it also breaks backwards compatibility, so it has been reverted. Reported by Greg Oschwald. GitHub #38. - The 2.60 release would throw an exception if you tried to create a Syslog output where the ident was an empty string. Reported by Greg Oschwald. GitHub #38. 2.60 2017-02-12 - Same as 2.59 ... Switched from Params::Validate to Params::ValidationCompiler. This should speed up constructors and logging a little bit. This also allows Log::Dispatch::File to accept things like Path::Tiny objects for filenames. Reported by Joel Berger. GitHub #36. 2.59 2017-02-05 (TRIAL RELEASE) - Switched from Params::Validate to Params::ValidationCompiler. This should speed up constructors and logging a little bit. This also allows Log::Dispatch::File to accept things like Path::Tiny objects for filenames. Reported by Joel Berger. GitHub #36.
* Tue Nov 15 2016 cooloAATTsuse.com- updated to 2.58 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.58 2016-11-13 - Switched from RT to the GitHub issue tracker.
* Mon Aug 15 2016 cooloAATTsuse.com- updated to 2.57 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.57 2016-08-13 - Added a remove_callback method to the main Log::Dispatch object as well as all outputs.