[liblog-dispatch-perl] branch master updated (1dd1340 -> 54eec41)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Oct 8 21:10:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository liblog-dispatch-perl.

      from  1dd1340   releasing package liblog-dispatch-perl version 2.58-1
      adds  fa0bc5a   Bump version after release
      adds  1962d6b   Documentation error: 7 = emergency, not critical
      adds  bb6b8ba   Merge pull request #33 from anirvan/patch-1
      adds  5b12734   Add a note in File output about sharing a log file between processes
      adds  0aca2b0   Add Doug Bell address to .mailmap
      adds  1862140   Fix internal links in POD
      adds  0fd0810   Convert to Params::ValidationCompiler
      adds  29d730c   Make all code pass tidy & critic checks
      adds  6bc6b9d   v2.59
      adds  5c124b4   Bump version after release
      adds  d56b233   Release notes for 2.60
      adds  779c668   v2.60
      adds  da5ab95   Bump version after release
      adds  bfa0356   Localize $? to 0 instead of undef
      adds  a51242d   Allow an empty string for a log message
      adds  838d313   Allow an empty string for the Syslog ident
      adds  71ae539   v2.61
      adds  171ce46   Bump version after release
      adds  1c200a2   Do not load Devel::Confess
      adds  87c6ca0   v2.62
      adds  0325f05   Bump version after release
      adds  68c05e1   Add Log::Dispatch::File::Stamped 0.17 as a conflict
      adds  64e2ad1   v2.63
      adds  c78e0e6   Bump version after release
      adds  a18f429   Improve level validation and canonicalisation logic
      adds  2940b00   Add further updates for improved level validation
      adds  99b0dda   Remove try in Output->_basic_init
      adds  3d45294   Only expect levels to be numbers from 0-7, not 0-9
      adds  a2a216b   Set @CARP_NOT for Log::Dispatch instead of making log_and_croak use carp_level
      adds  7586fa2   Use subtests in basic.t
      adds  4504804   Tidy all code
      adds  2db2667   v2.64
      adds  812b0b1   Bump version after release
      adds  540c6f7   Use octal permission notation for chmod error message
      adds  f6bf786   v2.65
      adds  06bfa3a   Bump version after release
      adds  6ecc92e   Fix the ApacheLog constructor
      adds  ba9998f   Add reference to GH #48 for ApacheLog fix
      adds  46f630b   v2.66
      adds  4e6c310   Bump version after release
      adds  f1703a9   Implement lazy_open option for Log::Dispatch::File
      adds  28b7df2   Clean up constructor for File class
      adds  a9095da   v2.67
      adds  585f9c1   New upstream version 2.67
       new  a89f6af   Updated version 2.67 from 'upstream/2.67'
       new  e3e1338   Update debian/changelog
       new  d779c6b   Add (build-)dependencies on Params::ValidationCompiler, Specio, Try::Tiny and namespace::autoclean
       new  2c23cc8   Update copyright years
       new  62494c3   Declare compliance with Debian Policy 4.1.1
       new  54eec41   prepare changelog for release

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTING.md                           |    6 +-
 Changes                                   |   69 +
 LICENSE                                   |    2 +-
 MANIFEST                                  |    4 +-
 META.json                                 |  232 +--
 META.yml                                  |  226 +--
 Makefile.PL                               |   26 +-
 README.md                                 |   30 +-
 cpanfile                                  |   13 +-
 debian/changelog                          |   10 +
 debian/control                            |   12 +-
 debian/copyright                          |    4 +-
 dist.ini                                  |    2 +-
 lib/Log/Dispatch.pm                       |  163 ++-
 lib/Log/Dispatch/ApacheLog.pm             |   44 +-
 lib/Log/Dispatch/Base.pm                  |   31 +-
 lib/Log/Dispatch/Code.pm                  |   41 +-
 lib/Log/Dispatch/Conflicts.pm             |   13 +-
 lib/Log/Dispatch/Email.pm                 |   81 +-
 lib/Log/Dispatch/Email/MIMELite.pm        |   23 +-
 lib/Log/Dispatch/Email/MailSend.pm        |   37 +-
 lib/Log/Dispatch/Email/MailSender.pm      |  103 +-
 lib/Log/Dispatch/Email/MailSendmail.pm    |   21 +-
 lib/Log/Dispatch/File.pm                  |  172 ++-
 lib/Log/Dispatch/File/Locked.pm           |   23 +-
 lib/Log/Dispatch/Handle.pm                |   42 +-
 lib/Log/Dispatch/Null.pm                  |   21 +-
 lib/Log/Dispatch/Output.pm                |  148 +-
 lib/Log/Dispatch/Screen.pm                |   54 +-
 lib/Log/Dispatch/Syslog.pm                |  165 ++-
 lib/Log/Dispatch/Types.pm                 |  120 ++
 lib/Log/Dispatch/Vars.pm                  |   18 +-
 t/00-report-prereqs.dd                    |   13 +-
 t/00-report-prereqs.t                     |   18 +-
 t/basic.t                                 | 2196 +++++++++++++++--------------
 t/binmode.t                               |    7 +-
 t/close-after-write.t                     |    6 +-
 t/email-exit-helper.pl                    |    3 +-
 t/email-exit.t                            |    1 +
 t/file-locked.t                           |   12 +-
 t/lazy-open.t                             |   68 +
 t/lib/Log/Dispatch/TestUtil.pm            |    7 +-
 t/screen.t                                |    4 +-
 t/short-syntax.t                          |   27 +-
 t/syslog-lock-without-preloaded-threads.t |    1 +
 t/syslog-threads.t                        |    1 +
 t/syslog.t                                |    9 +-
 tidyall.ini                               |   20 +-
 xt/author/eol.t                           |    2 +
 xt/author/no-tabs.t                       |    2 +
 xt/author/pod-coverage.t                  |   14 +-
 xt/author/pod-spell.t                     |   24 +-
 xt/author/test-version.t                  |    1 +
 53 files changed, 2601 insertions(+), 1791 deletions(-)
 create mode 100644 lib/Log/Dispatch/Types.pm
 create mode 100644 t/lazy-open.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-dispatch-perl.git



More information about the Pkg-perl-cvs-commits mailing list