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

js pushed a change to annotated tag upstream/1.19+dfsg
in repository libanyevent-rabbitmq-perl.

        at  19185a8   (tag)
   tagging  8daf2cdf4b389ea868574e731076341209f5be28 (commit)
  replaces  upstream/1.19
 tagged by  Jonas Smedegaard
        on  Sat Sep 3 18:35:50 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 1.19+dfsg
-----BEGIN PGP SIGNATURE-----

iQIcBAABCAAGBQJXyvvmAAoJECx8MUbBoAEhRKAQAItHi/C8FpOR34huUDp6INs2
YmCVR4fNUShXMsLad1Iz6MiY6QCV6uV67aGME6TZ9Vvl/qiGTJwKNvtcuK3AFjnu
tsY9OAbdUDzcnW3JnTLenVao9KU85gB39RqbObcqEcFkXCP7VXOMKajQDmO3EoYt
UortH8PCX/nTfsrzZZjFJ8A4nE6cNubRdFaTEkI9oRGR3UQA2/ySfhd5ARoUbes9
rPS2mAyDvc6qnZfw1v68CFo8V2SlU5ByW0xim1MJNb6ufk5eAeceYOMx4zqUac9A
mbj1kyuPrAns2GQ2DGCQfYx8gE9Cra5hZiqR457IY+C5y2B309XAcXy6FN3Ueam7
iNqVd47uqqkFe2u7sLkfh9blv3cPptftmkUvhCaKinhOP+NsOZ87Rv4wkOZTy+Oo
I7yly5X4IygJPzrSyucZ714tQBbdHht51RSNfsyxcoOsPGzZavFwOd5RBMv/D9hS
LTiI8tX1cupLVn04h0a1XkNLMa7BI9fGCBDkLSWoBOUlo9uU20S4UkmKk4iuCisl
iPJ5GmqdFbblmWTAG2Up+fu3og7qi+SCKegNh8KV2FZfRfOfYbBWImklhlAL4MPY
NQWXtI6e6W4UytLxfibhkzW1VAmYVbxFSd+EXIRWncU8zKuo0T+pZPwfWcBE3ao4
mDzwOzxhhN4InCVrtHXa
=0b2h
-----END PGP SIGNATURE-----

Chia-liang Kao (3):
      Use install_share and dist_dir to allow locating amqp_spec file without 
loading Coro.
      not actually using testbase
      workaround "DESTROY created new reference to dead object" issue

Chip Salzenberg (27):
      More thoroughly eliminate memory leaks on incoming messages
      Properly handle channel close: Ensure pending requests fail immediately
      improve Data::Dumper options for protocol dumps
      fix spelling errors
      AMQP 0.9 support, ->confirm, more care that all on_close callbacks will be
      include amqp 0.9.1 spec, duh
      finish on_return at message, channel, and connection level
      Handle flow control (do not throw messages away!)
      Update tests to work with all new features, and test some of them.
      Document spec xml files
      fix on_return for non-confirm publish
      allow AMQP client to adjust tuning, e.g. heartbeat
      Require Net::AMQP 0.06 to:
      v1.13
      Fix paper-bag bug in heartbeat - always lost heartbeat even on active 
connections
      on channel close, automatically call on_return callbacks for any 
publishes that are waiting
      pass frame to publish on_ack and on_nack callbacks, because why not
      on_return is called in *addition* to on_ack/on_nack
      document ->publish
      update docs for remaining branch changes
      don't immediately recycle channel ids; this helps avoid protocol 
misunderstandings
      harden channel close against races; obey spec: ignore all incoming 
packets after sending Close
      use Devel::GlobalDestruction to protect Channel
      use Devel::GlobalDestruction to protect connection
      implement full state machine around connection closing
      add doc for close state fixes
      Fix paper-bag bug in connection close - calling nonexistent method.

Christopher Masto (1):
      Support for consuming large messages

Dave Lambley (9):
      Ensure the on_success handler gets called on close if there are no 
channels.
      Spontaneously emit hearts as per amqp 0.9.1 spec.
      Fix RT#84222, continue reading AMQP packets after a heartbeat.
      Don't call goto without settin @_.
      Allow no_ack to be set to zero.
      Tidy up white space.
      Add perldoc for no_ack.
      Cut a new release!
      I added defined-or.

Dave Mueller (1):
      Added 'no_ack' as an optional arument to 
AnyEvent::RabbitMQ::Channel->consume method

Johannes Plunien (12):
      Do not set reply_to to an empty string in the header frame.
      Use auto_install instead of auto_include in Makefile.PL.
      Implement the reject method.
      Set things we dont know to undef instead of to an empty string in the 
content header.
      Store server properties so we can check against server product and 
version in tests (probably later even in the implementation itself).
      Be more careful in DESTROY block of the channel.
      Be more careful in DESTROY block of AnyEvent::RabbitMQ itself.
      Make accessor for AnyEvent::RabbitMQ in Net::RabbitFoot.
      Shutdown the AnyEvent handle using push_shutdown.
      Raise version.
      Update Changes.
      Fix bugs in SYNOPSIS.

Jonas Smedegaard (1):
      New upstream version 1.19+dfsg

Keith James (5):
      Added support for the RabbitMQ bind_exchange/unbind_exchange extension
      Trigger first Travis build
      Override the failed default Travis cpanm setup
      Finalised the Travis setup with tests passing.
      Merge pull request #4 from keithj/master

Mark Ellis (1):
      doc patch to fix what looks to be a circular reference

Moritz Lenz (1):
      Fill in some missing docs

Peter Haworth (3):
      Actually close things when $ar->close() is called
      Tiny doc tweaks for missing commas
      Tidy up close() test

Tomas Doran (60):
      Install rabbit_foot script
      Move the amqp spec XML somewhere it is installed and can be found. 
Provide a method to find it
      Pass the correct client version rather than a hard coded version
      Merge remote branch 'cooldaemon/master'
      Merge using package version
      Hacky hacky way to get my own on_failure callback called when everything 
shits itself..
      Close needs to fire the callback.
      Support draining writes..
      Make this blow up obviously.
      Fix another case where we would never return.
      More helpful error
      Explode loudly if the user is dumb
      Avoid (more) errors on shutdown
      Drop the dependency on Coro
      Clean up exit logic to be nicer
      Debian compatible copyright statement
      Start some docs for the Channel
      Some more docs
      More docs
      Allow multiple RMQ connections in the same process
      Fix memory leaks
      Fix the ->new_channel ->close race
      Fix S=>C Connection::Close
      Add MYMETA
      revert 8cc40abc22ae0fd1e1b8aec01a0f68f69f90ba61 which breaks tests
      Add repository metadata
      Add maintainer
      Version 1.06
      Update MANIFEST.SKIP
      Fix indexing fail
      Version 1.07
      Fix to UK spelling, as I am british ;P
      Changelog
      Version 1.08
      Partial fix for RT#79511
      Merge pull request #4 from vvoronin/master
      Update .gitignore
      Fix spelling test
      Fix use of a condvar in the close method
      Fix spacing/tabs
      Fix test
      Version 1.09
      Add TLS connection support. RT#81729
      Clarify relationship to Net::RabbitFoot. RT#71099
      Fix Pod spelling
      Version 1.10
      Changelog
      Version 1.11
      Changelog
      Changelog
      Version 1.12
      Version 1.14
      Version 1.15
      Merge pull request #10 from n0body-/master
      Merge pull request #11 from pmh1wheel/close_leak
      Version 1.16
      Changelog
      Checking in changes prior to tagging of version 1.17.
      Changelog
      Checking in changes prior to tagging of version 1.18.

Tomas Doran (t0m) (5):
      Revert "Hacky hacky way to get my own on_failure callback called when 
everything shits itself.."
      Merge commit 'upstream/master'
      Add extra paranoia WRT global destruction
      Another GD fix
      Another global destruction fix

Viktor Voronin (1):
      heartbeat handle & response

William Cox (5):
      Chunk up payload into discrete Body frames
      negotiate tune parameters with the server
      simplify body fragmenting
      test messages are getting chunked up
      use negotiated channel_max

cooldaemon (56):
      First commit.
      Added methods for get and ack.
      Added method for qos and recover.
      Fixed README.
      Added methods for transaction.
      Fixed a publish method for basic.return.
      Fixed SYNOPSIS.
      Fixed SYNOPSIS.
      Added a function for Queue.Unbind.
      Fixed a spelling error.
      Added AnyEvent::RabbitMQ. Fixed a bug.
      Added test scripts for AnyEvent.
      Fixed APIs.
      Used Coro.
      Fixed commands.
      Fixed a README file.
      Fixed a bug.
      Fixed tests for the Coro.
      Fixed a bug.
      Added a test for multi channel.
      Fixed an argument for new and connect methods.
      Deleted a required module.
      Fixed a function for close connection.
      Exclude the Moose form the RabbitFoot core module.
      Merge commit 'bobtfish/master'
      Local Queue was divided into the method and the content.
      JSON::Syck to JSON::XS
      Fixed a document.
      Fixed the rabbit_foot command.
      Fixed module name.
      Fixed a bug. Added tests.
      Supported Channel.Flow method.
      Fixed a callback process for disconnection.
      Replace "print STDERR" with "warn".
      Fixed changes log.
      Fixed a version number.
      Replace "print STDERR" with "warn".
      Fixed changes log.
      Fixed a version number.
      Merge commit 'bobtfish/master'
      Merge commit 'bobtfish/master'
      Fixed a version number.
      Merge remote branch 'bobtfish/master'
      Followed up the RabbitMQ 2.3.1
      Merge remote-tracking branch 'bobtfish/docs'
      Merge remote-tracking branch 'plu/master'
      Separate AnyEvent::RabbitMQ from Net::RabbitFoot.
      Added a date-time to the Changes file.
      Fixed a SYNOPSIS.
      Added a test for multi channels.
      Merge pull request #1 from masto/master
      Fixed a POD.
      Added a test for consuming large messages.
      Fixed a compiling error.
      Increased the version number of this module.
      Merge pull request #2 from bobtfish/master

davel (2):
      Merge pull request #14 from noris-network/more-docs
      Merge pull request #15 from perljedi/master

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

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/libanyevent-rabbitmq-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