[libanyevent-rabbitmq-perl] annotated tag debian/1.19+dfsg-1 created (now a2d134d)

Jonas Smedegaard dr at jones.dk
Sat Sep 3 16:47:31 UTC 2016


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

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

        at  a2d134d   (tag)
   tagging  3df6a1bc350e19c97920e1703c1b649782cf1574 (commit)
  replaces  debian/1.19-2
 tagged by  Jonas Smedegaard
        on  Sat Sep 3 18:50:23 2016 +0200

- Log -----------------------------------------------------------------
libanyevent-rabbitmq-perl Debian release 1.19+dfsg-1
-----BEGIN PGP SIGNATURE-----

iQIcBAABCAAGBQJXyv9PAAoJECx8MUbBoAEhrWUP/AqqkGzJKRI3wiWCfx0wTtlv
7RiVNrnX21w/Nf9HwvuSFSwsOqqCCN5VkhOyLf8vqb0YT/8XWgdn/cFjn2K12s0J
Gof1Pj/t+1ofCi7LlIoEQtjG2AJGyV2FxksjQTLBUT/zKktAx9jxKXnoaw9HsSp+
lrYheSb5Az3veBsQj/RDCRCPzbDQMSQDX02cZoitAQOug/VWF1ZU2CGhy5obTsRQ
BbmoR5yqH5d3e3jctdrdMeADN/yqhYWQZL+Eu9PABE3g2LVbmqhU5XiqHLkr0H4z
s4ncvJeAcpHr/k/3rIjp3M5RSjTkNBB51wuuZEreCqQP1+oR0AUce3a8/CQqv+0S
5x76kTw7cdpzAtOBMq3CdCfE5+Rgzn9hob25lB28eABAR3ywMjJ7ktn+rIPuZcc4
QLiOGcwpslTxbNA5oTNZm0spyynRZY2bp+WFOqzEluB1naltbFdGpQHLtNpRLsD+
TTfYASLSSUwMPGd8WP2SRNBDjczqjYSk112PNzh19kwb6x7gEssNqmtNPv+jSIv/
hz35qhGS/Qfr1ZE2j6aEefKUXE/zaAPtXh0LWulI6dUmNLsEHPu+Oatk3ilklX6E
S8RalAf0ZdPW50r1gFnm1JbSAs6goWdWpSRsEJbua99DfrJYsE2u+CMwQa9cs+yx
aO/96sm96LOpsrHpRNfR
=ipxV
-----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 (13):
      Modernize Vcs-Git field: Use https URL.
      Declare compliance with Debian Policy 3.9.8.
      Update copyright info: Extend coverage of packaging to include current year.
      Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
      Stop track upstream source with CDBS (use gpb --uscan).
      Update git-buildpackage config: Filter any .git* file.
      Update watch file: Bump to version 4. Use only MetaCPAN URL. Tighten to ignore prereleases. Mention gpb in usage comment.
      Temporarily use + as repack delimiter.
      New upstream version 1.19+dfsg
      Merge tag 'upstream/1.19+dfsg'
      Revert to use ~as repack delimiter.
      Sync control.in with control: Mark package as autopkg-testable.
      Prepare for release: Update changelog, control file and copyright hints.

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

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

This annotated tag includes the following new commits:

       new  4a9b498   Modernize Vcs-Git field: Use https URL.
       new  6af13be   Declare compliance with Debian Policy 3.9.8.
       new  9d015f7   Update copyright info: Extend coverage of packaging to include current year.
       new  26baa28   Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
       new  85851cb   Stop track upstream source with CDBS (use gpb --uscan).
       new  1872d1d   Update git-buildpackage config: Filter any .git* file.
       new  f490610   Update watch file: Bump to version 4. Use only MetaCPAN URL. Tighten to ignore prereleases. Mention gpb in usage comment.
       new  d500040   Temporarily use + as repack delimiter.
       new  7b4a632   Merge tag 'upstream/1.19+dfsg'
       new  df25e3f   Revert to use ~as repack delimiter.
       new  174403e   Sync control.in with control: Mark package as autopkg-testable.
       new  3df6a1b   Prepare for release: Update changelog, control file and copyright hints.

The 12 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.


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



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