[SCM] libanyevent-rabbitmq-perl Debian packaging annotated tag, upstream/1.12, created. upstream/1.12
Jonas Smedegaard
dr at jones.dk
Fri Apr 12 19:10:28 UTC 2013
The annotated tag, upstream/1.12 has been created
at ea36f885cefd08dcd83d34a1161330ff6e22e495 (tag)
tagging b5aa36143f39deb834d3780e420a32bda8155acb (commit)
replaces upstream/1.11
tagged by Jonas Smedegaard
on Fri Apr 12 20:41:19 2013 +0200
- Shortlog ------------------------------------------------------------
Upstream version 1.12
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABCgAGBQJRaFVPAAoJEE7BtyI3T5vWBdMH/3lOMCK54L7K8n+qhOpL+NYB
ZgcQY7SoSm7LbhcKCA3N8wBfRkxWhxvP12pJL1Emf4Ke6HJWrO97Ej5qt+0fSl3p
MSr8HXC9uuKgcIbIBIcPEPM563VTYxQu0FVzLk7F0ZfJXgKmEtKvLFXaIrK8osnz
sLIKoIXpjXw7xuX6WSLLPHMDxwlY22U014GjE1E8IvYMWCEVY5mVffoqTv9phz1w
zkQiFAz0K7hn8xmA0hO4PLFRmQVZ8VVcEZPS07PCtU+UiB89IBrf3IGZc8h3sUch
zNQhOAGNkgqafYki8yF2ErpFdVTxGMphufI8IArweoQmqLDovn+TrxJkDCy5/Zg=
=kbKV
-----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 (12):
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
Christopher Masto (1):
Support for consuming large messages
Dave Lambley (4):
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 @_.
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):
Imported Upstream version 1.12
Tomas Doran (51):
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
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
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
-----------------------------------------------------------------------
--
libanyevent-rabbitmq-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list