lp:ubuntu/edgy/liblog-log4perl-perl

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/edgy/liblog-log4perl-perl
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

7. By Manoj

* New upstream release
  * (ms) If a conversion pattern was specified twice in a config
          file, the output was "ARRAY(0x804da00)" (bug reported by
          Bill Mason). Now, gobbling up property configurator values
          into an array is limited to appender properties and
          excludes the conversion pattern.
  * (ms) Multiple calls to import (usually happens if 'use L4p' gets
          called twice within the same namespace) caused nasty warnings,
          bug reported by Greg Olszewski. Fixed by ignoring subsequent
          calls from the same package to import().
  * (ms) Changed rendering of logdie/warn/cluck/croak/... messages
          to fix a bug reported by Martin J. Evans.
  * (ms) Added a L4p::Appender::String appender to handle the
          rendering internally.
  * (ms) Documentation patch by Matisse Enzer on increased/
          decreased log levels.
  * (ms) Fixed stack trace level of logcarp()
  * (ms) Carl Franks reported that the test suite failed on WinXP SP2
          because of a hardcoded /tmp - fixed by File::Spec->tempdir().
  * (ms) Added reconnect_attempts and reconnect_sleep parameters to
          DBI appender.
  * (ms) Bugfix for rt.cpan.org #17886 (tmp files in test suite)

6. By Manoj

* New upstream release
 + (ms) Adapted t/006Config-Java.t to cope with Win32 path separators
 + (ms) Corrected typo in Chainsaw FAQ, reported by Bernd Dirksen.
 + (ms) Brian Edwards noticed that (Screen, File) were missing a
        base class declaration, causing $logger->add_appender() to
        fail. Fixed with test case.
 + (ms) Log::Log4perl::Appender::File now handles the case where the
        logfile suddenly disappears.
 + (ms) Fixed section indentation in main man page
 + (ms) Converted Ceki's last name to UTF-8 (a historic step!)

5. By Manoj

* New upstream release. Excerpted changes:
  * (ms) Added 'utf8' and 'binmode' flags to Log::Log4perl::Appender::File
         per suggestion by Jonathan Warden.
  * (ms) Made test cases 003Layout.t and 033UsrCspec.t resilient against
         broken ActiveState 5.8.4 and 5.8.7.
  * (ms) Skipped failing test cases for 5.005, looks like the caller() level
         in carp() is wrong, but not worth fixing.
  * (ms) Fixed the bug with the caller level of the first
         log message sent after init_and_watch() detected a change. Added
         test case to 027Watch2.t.
  * (ms) Added FAQ on UTF-8.
  * (ms) Applied patch by David Britton, improving performance during
         the init() call.
  * (ms) Fixed bug https://rt.cpan.org/Ticket/Display.html?id=14776
         to prevent it from modifying $_. Thanks to Steffen Winkler.

4. By Manoj

* New upstream release. Excerpted changes:
  * (ms) Jonathan Manning <email address hidden> provided a patch
         for DateFormat.pm to fix 3-letter month abbreviations and a
         shortcut to simulate Apache's log format.
  * (kg) Ola Finsbraaten provided a patch to provide a better error
         message when a logger is defined twice in a config.

3. By Manoj

* New upstream release. Excerpted changes:
  * (ms) Added ':resurrect' source filter, which uncomments all lines
         starting with "###l4p". Can be used for hidden L4p statements,
         which are then activated by calling
         'use Log::Log4perl qw(:resurrect)'.
  * (ms) Fixed Win32 test suite bug: File::Spec->catfile() returns '/'
         as a path separator on both Unix and Win32, while Log4perl's
         layouts (derived from caller() info) use '\' on Win32 and '/'
         on Unix. Changed tests to only verify file name, not path.
  * (ms) Added 'appender_by_name()' to retrieve an appender defined
         in the configuration file by name later.
  * (ms) Added FAQ on "stubbing out" L4p macros in environments
         that don't have L4p installed.
  * (ms) Added convenience function appender_thresholds_adjust() to adjust
         thresholds of chosen (or all) appenders
  * (ms) Got rid of Test::Simple dependency
  * (ms) Moved autoflush setting in L4p::Appender::File from log()
         to file_open(), running only once, not with every message.
  * (ms) Applied doc fixes suggested by Jon Bjornstad.
  * (ms) Added ScreenANSIColor appender to colorize messages based on
         their priority. See Log::Log4perl::Appender::ScreenANSIColor.

2. By Manoj

Bug fix: "liblog-log4perl-perl: Missing Suggests for
liblog-dispatch-perl", thanks to Loic Minier (Closes: #244653).

1. By Manoj

Import upstream version 0.43

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/liblog-log4perl-perl
This branch contains Public information 
Everyone can see this information.

Subscribers