[libmessage-passing-perl] annotated tag upstream/0.115 created (now 1441fe3)

Jonas Smedegaard dr at jones.dk
Mon Sep 1 10:00:19 UTC 2014


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

js pushed a change to annotated tag upstream/0.115
in repository libmessage-passing-perl.

        at  1441fe3   (tag)
   tagging  25786f042d97880c9ebd6a9db0afc4415f6c0c35 (commit)
  replaces  upstream/0.111
 tagged by  Jonas Smedegaard
        on  Wed Aug 27 16:00:10 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 0.115
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAABCgBmBQJT/eRqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWj5QH/30v2tQGdLHZlbnoe6mhgWyZ
aFzZujZRkoDmp2/57v36HZQ0zUf6zuYtzLiqMnDf+qnRPgnjz55aTxFLK8CpQL+R
jMHLiJNXlBVv/LE56VxxiLtBwQdk3rzMVKXPTHepRmlTke2TX53/A9ESpvjoZiDP
ICM6/2oiipMqHyTkJAJ3ky/iZ+y8Rmmhrv4ZcOYj+TwD8mNf/eoW7KPbH3l8ZDRc
Jp8mRcHs8+d5yoNAbaBhZobgyhcSgpTEShp2SQWGUVZhg7M085+A/YkakGNlPwqR
Bh6TbzJ1QDIr+/rTj0hItLVVEHdI2GPh2x+6RFn7WN+s6FtFqy2VI2Var00+4do=
=zNjT
-----END PGP SIGNATURE-----

Alexander Hartmaier (22):
      cleaned up double 1;
      Merge pull request #4 from melo/patch-1
      fixed whitespace line
      Add changelog entry for MooX::Options 3.7 fix
      Version 0.104
      fixed Message::Passing::DSL synopsis
      Add Message::Passing::Filter::Mangle
      my use of handles isn't officially supported by Moo so use the classic approach instead of failing later
      don't pass  to Filter::Mangle's filter_function
      added missing pod to Filter::ToLogstash to fix t/author/podcoverage.t
      added pod to Input::Socket::UDP to fix t/author/podcoverage.t
      CPAN::Changes::Spec conform Changes
      Version 0.113
      fixed missing Test::CPAN::Changes author dependency
      fixed test failures under Perl 5.18
      hopefully fixed Travis configure failure
      also test Perl 5.14 and 5.18 with Travis
      Version 0.114
      Fix internal and therefore undocumented type parameter swallows Output::Search::Elasticsearches type parameter
      fix Changes for last commit
      use JSON::MaybeXS instead of JSON in Filter::De/Encoder::JSON
      Version 0.115

Damien Krotkine (1):
      Merge pull request #7 from mateu/master

Gavin Henry (3):
      Small typo.
      More details on sponsorship reasons and company name is Suretec Systems Ltd.
      Update README

Jonas Smedegaard (1):
      Imported Upstream version 0.115

Mateu X Hunter (1):
      POD tweaks

Mike Tonks (1):
      Fix bug where FileTail only reads a single line

Pedro Melo (1):
      Fix to work with latest MooX::Options

Tomas Doran (275):
      Initial skeleton.
      Add a test output
      Callback in the test consumer
      A null output, useful in some cases
      Rename Mixin => Role, I've been writing too much ruby recently clearly
      Deflate MooseX::Storage classes automatically
      More docs
      Add support for filter chains
      Get filtering and options working properly in the script
      Test the script options a bit
      Test an actual message going through
      Add ability for filter to actually filter out messages
      Implement T piece
      More docs
      Add a DSL for defining chains
      DSL for defining your own
      Add a description
      Ignore Makefile.old
      Simplify main script to use DSL
      Rename method
      Get script installed
      Make options work correctly with MooseX::Getopt
      Change DSL
      License
      Add filtering by key.
      Add some author tests
      More docs
      Fix lots more docs
      Spelling test
      Get author tests working, pass pod coverage
      Generate README for github
      Allow other simple scripts to subclass Log::Stash and override things more easily
      Copyright fixes
      Add MANIFEST.SKIP
      Make main package immutable
      Version 0.001
      Merge remote-tracking branch 'origin/master'
      Fix using Filter::T in the DSL
      Add a delay filter for testing
      Make a callback output
      Make an official callback output
      Compile test the callback output
      Fix perl path to work better
      Explicitly disable buffering
      Rename __name and __type to be the more obvious names, as it makes from config easy
      Clearer naming
      Coerce outputs from inputs as needed.
      Changelog
      Lets have a type library
      Add daemonize, need pid file next
      Pid file support
      Allow the script to do the user change.
      Add TODO notes
      Manual TOC for initial pages
      Initial sketch - stealing code
      Actually going to work
      File output
      Rip common stuff out into a param role
      Fix class name
      Not fully qualified
      Support pretty printing
      Add authority
      Add extra doc links
      More docs
      More docs
      Change to write PID file after user switch
      Try setting IO priorities
      Fixes
      More docs
      Move stuff for a script out
      DSL needed here
      Stop the DSL doing also Moose in it's exporter
      Fix warnings
      dsl bug
      Fix bug, but multiple inputs still broken (I think)
      Fix issues
      Bump version
      Version 0.002
      AMQP and STOMP both need managed connections, put it in core
      ConnectionManager role docs
      Compile tests for new roles, more docs
      Lose ::XS, it should be silently optional from JSON.pm
      Need the new JSON api
      Add some tests, rename builder to be consistent
      And connection manager tests / fixes
      Rename
      Changelog rename
      Better docs, fix spelling tests.
      Do all the author_requires modules at once
      Add repository metadata
      Rename the script
      Fix author_requires
      Spelling
      Version 0.002_01
      Update .gitignore
      Ignore more
      Fix the docs
      Another doc fix
      Update MANIFEST.SKIP
      Update README
      Version 0.003
      Note irc channel and bugtracker
      Fix script name
      Update README
      Version 0.004
      Make timing out connections work
      Proper fix so it doesn't get flattened
      Fix other instances
      Update SEE ALSO
      Also link inputs
      Get reconnect working
      Spelling
      Version 0.005
      Update README
      Fix up the type constraints to be nucer
      Rip encoding and decoding apart
      Add to last commit
      Version 0.006
      Changelog
      Version 0.006
      Get rid of spurious warnings
      Make the encoder and decoders pass through.
      Add Redis
      Update todo
      Add configfile
      Version 0.007
      Rename log_chain to message_chain
      s/run_log_server/run_message_server/
      s/Log::Stash::/Message::Passing::/ in docs
      Link to message-pass script now it has docs
      More fixes to the DSL docs
      STDERR output
      Tweaks
      Add Message::Passing::Output::IO::Handle
      Document the attributes in Message::Passing::Role::Script
      Docs for Message::Passing::Role::CLIComponent
      Actually document subscribe_to_connect method
      Fix docs up for Role::ConnectionManager
      Fix copyrights etc
      Fix docs for Role::HasAConnection
      Add an ArrayOfStr type
      TODO updates
      Add role to be used by multiple adaptors
      Update TODO into priority order
      Another standard role
      Just note more docs generally in changes
      Version 0.008
      Refactor building connection managers
      Make STDIN input saner
      Add error chain possibility
      Add setting of error chain in script
      Cleanups in file tailer
      Use the error chain handler in connection manager
      Update TODO
      More docs
      Changes
      More docs - properly start Message::Passing::Manual::Components
      More docs
      Fix spelling test
      Remove things that are documented from TODO
      Document how Envoders and Decoders differ from normal filters
      Fix spelling more
      Fix pod tests
      Version 0.009
      Add Gzip and Bzip2 encoders and decoders
      Add links to the slides
      Add a Crypt::CBC encoder and decoder
      Prove we can drop messages and have encryption still work
      Start porting to Moo
      Mostly change everything over
      Move CLIComponent over to Package::Variant
      Start converting remaining bits
      Fix deps
      Fix more bugs
      Get shit almost working
      Doc nit
      Add docs
      More docs
      More pod
      Fix spelling test
      Version 0.010
      Fix lots of stuff so the script works again
      Really no more Moose
      Merge branch 'moo'
      Add some docs
      Fix isa test
      Doesn't work nicely for some reason
      And make the tests only use Moo
      More cleanups
      Changelog
      Playing around with travis
      Test hook
      Change to before install
      Need sudo for apt-get
      and I need my own cpanm?
      really?
      Remember to declare perl
      Types module died
      Turn on irc notifiction
      Fix spelling test
      Fix Pod coverage
      Get Pod right
      Rewrite travis.yml
      UDP Sockets
      Merge pull request #3 from frioux/patch-1
      Remove refs to MooseX::Getopt from docs
      Add doc links for how to build your own script
      Tweaks to show how MooX::Options is going to work
      Add a note in the changelog
      Bump version to 0.100 for deps
      Fix some of the Pod coverage fail
      Fix the remainder of Pod converage
      Fix spelling test
      New MooX::Options almost works for me
      Make config file work again once defaults bug is fixed in MooX::Options
      Dep on unreleased MooX::Options with fix
      Fix Pod tests
      Almost working again
      Fix options methods
      These aren't used/needed
      Fix spacing
      Try quoting perl versions for travis
      Add vi swap files to MANIFEST.SKIP
      Version 0.100
      Make travis rebuild
      Fix file tailer to not go insane on EOF. RT#78851
      Update TODO
      Travis' 5.14 appears broken
      Fix daemonization
      Version 0.101
      Merge remote-tracking branch 'origin/master'
      Make error chains more useful
      Make error chain encoding be universal.
      Add proper exception classes
      Fix tests
      Add Pod for the new classes
      Add error chain support for decoding
      Use more structured exceptions in the normal roles
      Version 0.102
      Fix JSON decoder error handling
      Remove massive prototype warning
      Add a to logstash filter, and make file tailing less raw
      Start testing this
      More tests, and bug fixes
      Add my own syslog udp input
      Compile test
      Fix case
      Make it actually work
      Revert "Compile test"
      Revert "Add my own syslog udp input"
      Changelog
      Version 0.103
      Depend on latest MooX::Options to stop install fails
      Version 0.105
      Remove debug warning accidentally left in the UDP input
      Version 0.106
      Fix bug
      Changelog
      Version 0.107
      Fix test fail
      Version 0.108
      Proper fix this time
      Version 0.109
      Fix v-string to work with perl 5.8. RT#80034
      Fix FileTail harder
      Version 0.110
      Allow STDIN input to terminate program at EOF
      Version 0.111
      Fix metadata
      Fix spelling
      Add basic Pod
      s/AGPL_3/LGPL_2_1/
      Update README
      Version 0.112
      Merge pull request #6 from miketonks/file_tail

fREW Schmidt (1):
      Fix bugs in SYNOPSIS

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

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/libmessage-passing-perl.git



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