- updated to 0.90 see /usr/share/doc/packages/perl-Log-Handler/ChangeLog 0.90 Released at 2020-07-12. - Fixed call of Sys::Hostname::hostname. OBS-URL: https://build.opensuse.org/request/show/820665 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Handler?expand=0&rev=9
144 lines
4.7 KiB
Plaintext
144 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 13 03:08:21 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.90
|
|
see /usr/share/doc/packages/perl-Log-Handler/ChangeLog
|
|
|
|
0.90 Released at 2020-07-12.
|
|
- Fixed call of Sys::Hostname::hostname.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 9 05:39:56 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.88
|
|
see /usr/share/doc/packages/perl-Log-Handler/ChangeLog
|
|
|
|
0.88 Released at 2016-08-08.
|
|
- Just fixed meta data.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 16 08:39:01 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.87
|
|
see /usr/share/doc/packages/perl-Log-Handler/ChangeLog
|
|
|
|
0.87 Released at 2015-06-16.
|
|
- Implemented new option skip_message.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 15 08:50:26 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.86
|
|
see /usr/share/doc/packages/perl-Log-Handler/ChangeLog
|
|
|
|
0.86 Released at 2015-06-12.
|
|
- Quick fix for dateext and fileopen.
|
|
|
|
0.85 Released at 2015-06-12.
|
|
- Added parameter dateext to Output::File.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 19:52:16 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.84
|
|
see /usr/share/doc/packages/perl-Log-Handler/ChangeLog
|
|
|
|
0.84 Released at 2014-10-24.
|
|
- Fixed some version conflicts.
|
|
|
|
0.83 Released at 2014-10-23.
|
|
- Added method set_default_param.
|
|
|
|
0.82 Released at 2013-11-03.
|
|
- Fixed the calls of _raise_error (RT #89989).
|
|
|
|
0.81 Released at 2013-11-01.
|
|
- Added param utf-8 to Screen.pm and File.pm.
|
|
|
|
0.80 Released at 2013-10-04.
|
|
- Fixed RT #89250 - dump() calls Dumper() now only if the log
|
|
level is active.
|
|
|
|
0.79 Released at 2013-09-06.
|
|
- Added option "category".
|
|
|
|
0.78 Released at 2013-05-16.
|
|
- Fixed bug in validate->reload for default configs (RT #85346).
|
|
|
|
0.77 Released at 2013-05-15.
|
|
- Just fixed Pod::Coverage testing in 002-pod-coverage.t.
|
|
|
|
0.76 Released at 2012-11-19.
|
|
- Fixed dbi_handle in DBI.pm (RT #81155).
|
|
|
|
0.75 Released at 2012-03-09.
|
|
- Quick fix and replaced the "defined or" operator // with || in
|
|
Pattern.pm, line 101 for backward compability with Perl < 5.10.
|
|
Thanks to all CPAN smoker for the fix test reports!
|
|
|
|
0.74 Released at 2012-03-07.
|
|
- Removed "main" from _get_c_sub if caller returns undef.
|
|
Sorry, that was just for debugging :/
|
|
- 3 releases at one day... GRML
|
|
|
|
0.73 Released at 2012-03-07.
|
|
- Improved _get_c_sub in Pattern.pm (RT #75596).
|
|
|
|
0.72 Released at 2012-03-07.
|
|
- Some code improvements to tune Log::Handler.
|
|
Each value that is passed to set_pattern and is not code
|
|
will be embedded into sub{}.
|
|
- Add option utf8 to Screen.pm (RT #75593).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 30 15:12:57 UTC 2011 - coolo@opensuse.org
|
|
|
|
- updated to 0.71
|
|
- Fixed RT#65515 and added dateformat to _split_options().
|
|
|
|
- Added exists_logger().
|
|
- get_logger() doesn't croak any more if a logger
|
|
doesn't exists.
|
|
|
|
- Added option dbi_handle to DBI.pm.
|
|
- Bug fix RT #63687.
|
|
|
|
- Fixed a bug in add(). It wasn't possible to pass more
|
|
than one output configuration to add().
|
|
|
|
- Fixed a bug in set_level. The new level was set correctly
|
|
but no message was logged because the output wasn't added
|
|
to the $self->{levels} array.
|
|
|
|
- Roled back again to 0.65 for different reasons.
|
|
- Fixed some spelling error in POD (RT #60005).
|
|
- It's not possible any more to create or get
|
|
more than one logger with get_logger() and
|
|
create_logger().
|
|
|
|
- Fixed a bug with filter_output in Log::Handler
|
|
and Log::Handler::Output.
|
|
|
|
- Added option filter (unused since 2008-07-25).
|
|
- Added method filter().
|
|
|
|
- Fixed some spelling error in POD (RT #60005).
|
|
- Added option category that works like filter_caller
|
|
but it's nicer to configure.
|
|
|
|
- Modified create_logger and get_logger and added
|
|
the functionalety to create and fetch category loggers.
|
|
- Fixed some spelling error in POD (RT #60005).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:33:22 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 20 23:06:15 UTC 2010 - dbahi@novell.com
|
|
|
|
- initial package 0.65
|
|
* created by cpanspec 1.78
|
|
|