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

gregoa pushed a change to annotated tag upstream/2.45
in repository liblog-dispatch-perl.

        at  fed4cb4   (tag)
   tagging  70b522c0a9a399239f74c3c345cc7969d5951dc2 (commit)
  replaces  upstream/2.44
 tagged by  gregor herrmann
        on  Sat Jul 4 23:10:11 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 2.45

Dave Rolsky (197):
      lots of style tweaks
      Update changes
      Add CheckVersionsMatch step
      make all versions match
      Doc fixes to make the example more complete
      Require Sys::Syslog 0.16
      small style tweaks
      Add $VERSION
      add warn as a synonym for warning
      Ignore warn method
      ignore add_callback
      implement add_callback method
      Update MANIFEST.SKIP
      remove generated files. update manifest.skip and .hgignore
      bump version to 2.23
      small doc tweaks and more Changes
      More Changes
      Fix release date
      Fix .shipit for hg
      Added tag 2.23 for changeset 064af565ae62
      tweak code style and update Changes
      always warn if mail cannot be sent
      More changes for 2.24
      bump version to 2.24
      Added tag 2.24 for changeset a02e669fb50a
      whitespace fix
      more formatting fixes
      Hackaround for tainted $0 in Syslog
      Added tag 2.25 for changeset d270b1976c2a
      Fix a small doc error
      Merged from Jon's branch
      My wording for changes
      Add a missing period
      bump version to 2.26
      Added tag 2.26 for changeset f2f65100ff65
      formatting
      Update l4p description
      run all code through perltidy
      Ignore MYMETA.yml
      Fix description of how arrays are handled for ->alert and friends
      Allow an arrayref for syslog socket
      run all code through perltidy
      Fix line #'s in tests
      switch to dzil
      move author tests to xt
      dzilize modules
      Fix ABSTRACT
      ignore .build
      add pod spelling test
      Use YYYY-MM-DD for dates
      Release date
      Bump version
      Fix meta resources
      remove .shipit
      Remove $VERSION
      Update .hgignore
      Bump version
      Changes for 2.28
      Add license & copyright_holder
      run pod tests via dzil
      use Mercurial bundle
      add is_* methods
      modernize test code
      Bump copyright year
      Bump version
      tweak is_$level docs
      is_* methods are documented
      Added tag 2.29 for changeset d709a438b4a4
      Add release date
      post hg conversion tweaks
      post hg conversion tweaks
      post hg conversion - change repo uris in dist.ini
      Use CORE::GLOBAL::chmod, not CORE::chmod
      s/:utf8/:encoding(UTF-8)/g
      Failing tests for normalization of level names with sugar methods
      Normalize log level for sugar methods
      Add $NEXT token
      Make sure prereqs are reflected in module use
      Changes for next release
      Remove dupe word from whitelist
      Modernize dist.ini
      s/hg/git/
      Remove reference to repo in docs
      Add donations section
      Add some words to spelling whitelist
      Fix some broken pod links
      Small tweaks to Changes
      Clean up changes a bit
      Use Class::Load to load classes
      Spelling fix
      Allow passing sub ref to ->debug, etc.
      Doc passing sub to ->debug etc
      Doc sub ref to ->debug change
      Don't list Sys::Syslog as a prereq
      Doc removal of Sys::Syslog prereq
      Restore test prereqs
      Bump version
      v2.30
      Add Class::Load to prereq
      Changes for next release
      Bump version
      v2.31
      Require Sys::Syslog 0.25 to compile Syslog ouput
      Changes for next release
      Bump version
      Add kludge test fix for cygwin
      Changes for next release
      v2.32
      Don't try to close a file handle that's not open
      Tidy some code
      Changes for next release
      Fix spelling error
      Add words to spelling whitelist
      LinkCheck test is being weird (this seems to happen a lot)
      Bump version
      Use AutoPrereqs
      AutoPrereqs doesn't work so well for this distro since most prereqs are 
optional
      v2.33
      Remove comment
      Saving a ref to &CORE::syswrite only works on 5.16+
      Changes for next release
      Bump version
      v2.34
      Tweak ether's wording
      Reword change for doc update
      Bump version
      Add multi to spelling whitelist
      v2.35
      Fix broken SYNOPSIS code
      Added Log::Dispatch::Code
      Fix Code for this branch
      Added Sys::Syslog 0.25 as prereq
      Changes for Sys::Syslog prereq
      Bump version
      v2.36
      Change test to match my coding style
      Update Changes
      Changes formatting tweak
      Bump version
      Add Subclasses to spelling whitelist
      v2.37
      Tidy code and remove undeclared prereqs
      More removal of Path::Tiny
      Changes for next release
      Bump version
      Remove copyright_year
      Fix heisenbug when tempdir name contains an X
      v2.38
      Add docs for constructor options
      Changes for next release
      Bump version
      v2.39
      Bump version
      v2.40
      Small code tidying tweaks
      Changes for next release
      Bump version
      Add RT # for previous change
      v2.41
      Replace Class::Load with Module::Runtime
      Add a callbacks method to the LD object
      foo
      Doc revisions
      Add a clone method
      Changes wording tweaks
      Fix typo in tests
      Use Test::Fatal and localize $@ when we can't use exception { ... }
      Updates to the Syslog output
      Fix POD error
      Switch to the DROLSKY zil plugin bundle
      Handle undef callbacks & outputs in clone method
      Bump version
      v2.42
      Updated Changes
      Fix (I hope) per-thread locking in LD::Syslog
      Don't try to send email messages during global destruction
      Doc change from 2.42 to allow hashref for Syslog socket param
      Bump version
      Fix dist.ini for latest pluginbundle changes
      Don't try to test Log::Dispatch::Conflicts pod
      v2.43
      Make sure to check if object is buffered before @{ $self->{buffer} }
      Bump version
      v2.44
      Add .travis.yml
      Do not include threads or threads::shared in deps
      Add generated files
      Add $VERSION to modules in repo
      Skip Test::TidyAll for now
      Fix pod coverage skip for Log::Dispatch::File
      Set pod encoding to UTF-8
      Ignore .tidyall.d
      Tidy all code and restore Tidyall test (but only for formatting, not 
critic)
      Install optional email modules for travis
      Ignore conflicts module for tidyall
      Don't run version test on Log::Dispatch::Conflicts
      v2.45

Karen Etheridge (14):
      avoid repeating common code
      Log::Dispatch::File syswrite option
      test that syswrite is called when required
      ignore vim swap files
      warn about the dangers in ::File::Locked
      use ref() to check core types, not isa()
      perform ::File param validation in _basic_init
      clarify in docs how _basic_init should be used
      reorder some clauses for consistency
      add type verification for the syswrite option
      test ::File binmode option
      changelog
      test different fh behaviour for close_after_write
      earlier version of Log::Dispatch::File::Stamped breaks with 2.38 
refactoring

Olaf Alders (1):
      Typo fix.

Olivier Mengué (1):
      Optimize the 'newline' callback

Ross Attrill (1):
      Provide calling line if level not provided

Whitney Jackson (1):
      support non-default smtp ports

autarch (247):
      Initial revision
      minor docs change
      hard code version
      added
      added newlines to synopsis
      upping version num
      fixed bug in DESTROY method that would generate an error message (and 
maybe send spurious email)
      changed the implementation of the fix (I don't like defined on hash keys)
      new version
      provide default from address (noted in docs)
      added info re: 1.009 & 1.010
      removed newline
      version to 1.1
      added test for accepted_levels method
      test for canonical names with accepted_levels
      added info on 1.1
      added & doced accepted_levels
      deleted a weird little no-op line
      1.11 notes
      VERSION_FROM
      change version to 1.11
      slight change to behavior and docs
      tests for callback functionality
      info on 1.2
      callbacks functionality plus docs
      fix doc bug
      do append check at compile time (just cause that's the right way to do it)
      fix my bad grammar
      added info 1.5
      tests for new callback stuff
      move callbacks code to Log::Dispatch::Base
      add Base module
      make log method do something (and then call log_message) to facilitate 
callbacks.
      changed log method to log_message. documented callbacks
      documented callbacks
      callback code for Log::Dispatch & Log::Dispatch::Output
      added base.pm
      slight changes to text
      removed warning.  slight doc change
      being anal about list vs. scalar context
      added new convenience methods
      added Changes
      put changes in separate file
      tests for new convenience methods
      changes doc
      moved order of 'use' stuff around
      use base instead of @ISA
      removed newline
      adjusted doc formatting
      removed carriage returns
      add ApacheLog.pm
      doc bug fixes.
      add reference to ApacheLog in SEE ALSO
      logs to Apache
      removed useless line
      ch
      *** empty log message ***
      changed field name
      pass level to callbacks
      version to 1.75
      *** empty log message ***
      *** empty log message ***
      level_is_valid method & docs
      use level_is_valid internally
      more tests
      slight tweak to version numbers (1.013 => 1.13)
      *** empty log message ***
      *** empty log message ***
      little fixes
      $, => "@_"
      => 1.79
      syslog.ph not needed with newer perls
      *** empty log message ***
      pod type
      123 tests
      allow arbitrary params to callbacks
      really make STDERR default output for ::Screen
      cleanup files written during testing
      *** empty log message ***
      *** empty log message ***
      no more pseudo-hashes
      *** empty log message ***
      mention other Log::Dispatch related modules
      fix Tatsuhiko's name
      params => p
      params => p
      fix P::V imports
      use P::V
      get rid of weird binary crap
      remove weird delete
      remove use fields
      up version num
      doc tweak
      fix Mail::Sendmail test
      params => p
      use P::V
      use P::V
      validate log method
      params => p
      use P::V
      *** empty log message ***
      carp => warn
      add error checking
      only warn if warnings are on
      update docs
      respect $^W
      *** empty log message ***
      add P::V as prereq
      update release dates
      use Log::Dispatch
      fix prereq
      *** empty log message ***
      *** empty log message ***
      don't put SEE ALSO in every module
      *** empty log message ***
      fix typo and docs
      fix style
      add MailSender
      fix param setting
      add Mail::Sender test
      *** empty log message ***
      mention Log4perl
      add output method
      tests for new ->output method
      changes
      doc tweaks
      add docs on changing how mail is sent
      remove weird extra modules bit
      add test for close_after_write feature
      add close_after_write feature
      *** empty log message ***
      make sure level is name because it might be used as method
      fix method name
      _level_as_name
      *** empty log message ***
      restructure directories
      remove dir
      move to proper place
      account for move to svn and new file layout
      fix close_after_write
      *** empty log message ***
      *** empty log message ***
      up v num
      don't send debug output to stderr
      switch to Module::Build
      remove syslog test
      commit 9823620942db1b95729fd41cd9be08e94e171b88
      *** empty log message ***
      add test of permissions param to L::D::File
      add permissions param
      *** empty log message ***
      only chmod file once
      release
      add copyright section
      updated license
      check all syscalls
      check print return val
      check definedness of sub more normally
      fix syntax error
      don't try to close filehandle in destroy
      *** empty log message ***
      updated
      doc updates
      File::Locked
      tests for L::D::File::Locked
      *** empty log message ***
      rearranged
      a lot of pod fixups
      *** empty log message ***
      rename
      new version
      *** empty log message ***
      *** empty log message ***
      use Test::More
      require Test::More
      new version
      *** empty log message ***
      fix docs
      *** empty log message ***
      *** empty log message ***
      fix test failure on win32
      *** empty log message ***
      *** empty log message ***
      no need for custom code
      *** empty log message ***
      make it work with M::B 0.23
      socket defaults to unix, not inet
      doc l::d::syslog change
      add M::B to build_requires
      make reference to Log::Dispatch log levels docs more specific
      Remove Carp (not using it)
      Don't load Carp when not using it.
      Add test that MailSend doesn't overwrite $? when sending mail as
      Protect $? in all the email modules.
      Update version #.
      Reformat changes and add changes for 2.12
      Add missing change for 2.12.
      Update copyright
      Add SUPPORT section referring folks to CPAN RT.
      Version 2.13
      Add code repo location.
      Fix typo.
      Separate out compile tests and make sure missing Apache::Log won't
      Require Sys::Syslog to compile syslog output.
      Add support for L::D->log() taking a subroutine reference as the
      add L::D::Null
      Latest changes
      Up version #.
      Add release date.
      More changes.
      Don't use IO::String for testing, use a new L::D::String output in the
      Make this modules work under mod_perl 2 as well.
      Add Changes.
      Ignore generated files
      Increase version #.
      Really make mp2 detection work.
      Changes for 2.18
      Require Perl 5.6.0.
      Check warnings::enabled instead of $^W
      Didn't mean to remove this test.
      Add pod coverage tests.
      Add binmode parameter for L::D::File
      skip utf8 test on 5.6.x
      Use $^X to get the same Perl as we're run with.
      use warnings.
      Remove legacy hard tabs (naughty former me)
      Addeed log_and_die and log_and_croak.
      Add tests for log_and_croak
      Code tweaklet
      fix synopsis
      Reduce scope of no strict
      testing commit mail
      testing commit mail 2
      Add a warning about overriding log
      untaint $0 before using it
      Check $^W, not warnings::enabled
      Remove syslog bits
      Make croaker tests less sensitive to line # changes.
      Several changes to syslog:
      wrap all syslog calls in an eval
      Add release date
      shut up used once warnings
      Bump version #
      add .shipit file
      Doh, don't tell people to write their own log() method for output
      No need for Module::Build in build_requires
      Fix NAME

gregor herrmann (1):
      Imported Upstream version 2.45

swartz@jonathan-swartzs-macbook-4.local (1):
      require LOG_DISPATCH_TEST_EMAIL before testing email

swa...@pobox.com (24):
      add
      look for .hg in module author check
      autogenerate Log::Dispatch::Output name if not given
      add
      add 'outputs' parameter to Log::Dispatch->new
      add newline=>1 flag
      compute level names and level numbers once, share between objects
      default minimum to lowest possible level, analagous to maximum
      Eliminate repetition from output subclass docs; just mention new 
constructor params and leave out standard methods
      2.23
      reorganized docs
      change synopsis to use new syntax
      move description of new parameters to Dispatch.pm
      change synopses to use Log::Dispatch directly; mention newlines in Screen 
and File
      move Log::Dispatch::Util to Log::Dispatch::TestUtil
      get rid of svn references, update code repo in docs
      eliminate L<name|name> workaround - no longer needed
      revert min_level default
      Simplified new constructor API, using array of arrays
      fix examples to use new short syntax
      remove old API from Changes
      merge changes from HEAD
      2.26
      fix up synopses style

unknown (4):
      make sure to always close file handles before reading or unlinking
      *** empty log message ***
      new version
      fix name

-----------------------------------------------------------------------

No new revisions were added by this update.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to