[liblog-dispatch-perl] annotated tag v2.30 created (now 30cef0f)

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


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

fsfs pushed a change to annotated tag v2.30
in repository liblog-dispatch-perl.

        at  30cef0f   (tag)
   tagging  eac8f4557cbf92c194894e8f9ef8eb7da63051ba (commit)
 tagged by  Dave Rolsky
        on  Sun May 20 22:42:30 2012 -0500

- Log -----------------------------------------------------------------
v2.30

Dave Rolsky (98):
      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

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

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

swartz at 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



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