[libanyevent-rabbitmq-perl] annotated tag debian/1.12-1 created (now 8ff25a8)

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:02:59 UTC 2014


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

dmn pushed a change to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.

        at  8ff25a8   (tag)
   tagging  2772bd182970a7a4216c3e8c9e234e65d75210ff (commit)
  replaces  upstream/1.12
 tagged by  Jonas Smedegaard
        on  Fri Apr 12 21:08:10 2013 +0200

- Log -----------------------------------------------------------------
libanyevent-rabbitmq-perl Debian release 1.12-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCgAGBQJRaFuaAAoJEE7BtyI3T5vWneoH/R2cFWcxdG3sMvxv+LLWkHIf
rGYa1NransGPjLhiu8anHJSWcjRAY09BeNfgBbIfQqlESYwjGtPVPa12oWhMMfW4
2RyFhKRpRvXNEKei1rYdDFApZaMFQSbRQBy+cfKtlGuwtOQyvKBbrDFYyyDT3zMJ
sMvSpFxJxBHoYHlArwPqWz5/XEdxfCucf16zVB0Ke5yaLHQN7tgtcWI1A6SH+RpC
saaa124Z4fWp4pphnskY/rUoDK7QOgaCSRKPX6281oJkUqWDmj/WAmx09l9E5W0l
g8cgDjoxZiWVIEi6AB+3DYacv9WhrSb4/5+cRzb4n71BRoUFAiR6bhKR6qIy9Xo=
=LFgw
-----END PGP SIGNATURE-----

Jonas Smedegaard (6):
      Initial packaging.
      Update copyright file: List github as alternate source.
      Merge tag 'upstream/1.12'
      Have git-buildpackage ignore upstream .gitignore files.
      Stop track md5sum of upstream tarball.
      Prepare for release: Update changelog.

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

This annotated tag includes the following new commits:

       new  23e94c5   First commit.
       new  e9ba12b   Added methods for get and ack.
       new  3d66412   Added method for qos and recover.
       new  fc283ff   Fixed README.
       new  11a4d16   Added methods for transaction.
       new  d9bf143   Fixed a publish method for basic.return.
       new  71189ac   Fixed SYNOPSIS.
       new  f84938a   Fixed SYNOPSIS.
       new  7370ecd   Added a function for Queue.Unbind.
       new  70e03ca   Fixed a spelling error.
       new  7283cd6   Added AnyEvent::RabbitMQ. Fixed a bug.
       new  6aa9832   Added test scripts for AnyEvent.
       new  411d574   Fixed APIs.
       new  8f8ca41   Used Coro.
       new  299145b   Fixed commands.
       new  bb7544d   Fixed a README file.
       new  d55edfb   Fixed a bug.
       new  0d77417   Fixed tests for the Coro.
       new  7dd18aa   Fixed a bug.
       new  6d26b15   Added a test for multi channel.
       new  9b0db66   Fixed an argument for new and connect methods.
       new  bb79130   Deleted a required module.
       new  7c3e1eb   Fixed a function for close connection.
       new  5fed508   Install rabbit_foot script
       new  9e100de   Move the amqp spec XML somewhere it is installed and can be found. Provide a method to find it
       new  b55556f   Exclude the Moose form the RabbitFoot core module.
       new  8e9310b   Merge commit 'bobtfish/master'
       new  398cce0   Local Queue was divided into the method and the content.
       new  92343b4   JSON::Syck to JSON::XS
       new  05ece7d   Pass the correct client version rather than a hard coded version
       new  17c479d   Fixed a document.
       new  40ea833   Fixed the rabbit_foot command.
       new  e2522ca   Fixed module name.
       new  7972d8f   Fixed a bug. Added tests.
       new  5e66b8b   Merge remote branch 'cooldaemon/master'
       new  e3205d1   Supported Channel.Flow method.
       new  ab41ab3   Merge using package version
       new  b1313b0   Hacky hacky way to get my own on_failure callback called when everything shits itself..
       new  e5e912e   Fixed a callback process for disconnection.
       new  694482c   Revert "Hacky hacky way to get my own on_failure callback called when everything shits itself.."
       new  4084856   Merge commit 'upstream/master'
       new  759020b   Replace "print STDERR" with "warn".
       new  57bd048   Fixed changes log.
       new  ab6e2c8   Fixed a version number.
       new  d759969   Replace "print STDERR" with "warn".
       new  f78d581   Fixed changes log.
       new  2e74c05   Fixed a version number.
       new  f2e20ac   Add extra paranoia WRT global destruction
       new  972e039   Merge commit 'bobtfish/master'
       new  9eda237   Another GD fix
       new  55637b7   Another global destruction fix
       new  04e1792   Close needs to fire the callback.
       new  970907a   Merge commit 'bobtfish/master'
       new  237ee32   Support draining writes..
       new  530285b   Fixed a version number.
       new  a8ad493   Do not set reply_to to an empty string in the header frame.
       new  8af6858   Make this blow up obviously.
       new  59eb2aa   Fix another case where we would never return.
       new  e30432c   More helpful error
       new  bcbde73   Merge remote branch 'bobtfish/master'
       new  4e19c01   Use install_share and dist_dir to allow locating amqp_spec file without loading Coro.
       new  5b98c6f   not actually using testbase
       new  ec13602   workaround "DESTROY created new reference to dead object" issue
       new  db4c9d5   Explode loudly if the user is dumb
       new  d32a40d   Avoid (more) errors on shutdown
       new  9e66586   Drop the dependency on Coro
       new  cdea368   Clean up exit logic to be nicer
       new  664f14d   Debian compatible copyright statement
       new  88dddbf   Start some docs for the Channel
       new  65ca047   Some more docs
       new  5cdde61   More docs
       new  c223e29   Use auto_install instead of auto_include in Makefile.PL.
       new  e97cab5   Implement the reject method.
       new  fcdf648   Set things we dont know to undef instead of to an empty string in the content header.
       new  33de65e   Store server properties so we can check against server product and version in tests (probably later even in the implementation itself).
       new  612f4e8   Be more careful in DESTROY block of the channel.
       new  bd433ef   Be more careful in DESTROY block of AnyEvent::RabbitMQ itself.
       new  4ba4f01   Make accessor for AnyEvent::RabbitMQ in Net::RabbitFoot.
       new  59f6e7e   Shutdown the AnyEvent handle using push_shutdown.
       new  be76608   Raise version.
       new  24da08e   Update Changes.
       new  db64419   Fix bugs in SYNOPSIS.
       new  61d23f1   Followed up the RabbitMQ 2.3.1
       new  e6ed54e   Merge remote-tracking branch 'bobtfish/docs'
       new  a460738   Merge remote-tracking branch 'plu/master'
       new  c13186c   Separate AnyEvent::RabbitMQ from Net::RabbitFoot.
       new  db41070   Added a date-time to the Changes file.
       new  4bcba8f   Fixed a SYNOPSIS.
       new  83f016d   Added a test for multi channels.
       new  44f9a2d   Support for consuming large messages
       new  3d738c9   Merge pull request #1 from masto/master
       new  007a014   Fixed a POD.
       new  db885a4   Added a test for consuming large messages.
       new  b51f15b   Fixed a compiling error.
       new  e369f99   Increased the version number of this module.
       new  d0d0f2e   Allow multiple RMQ connections in the same process
       new  278f889   Merge pull request #2 from bobtfish/master
       new  54f402a   Fix memory leaks
       new  a14951f   Fix the ->new_channel ->close race
       new  8cc40ab   Fix S=>C Connection::Close
       new  51cd3a0   Add MYMETA
       new  a0bc123   revert 8cc40abc22ae0fd1e1b8aec01a0f68f69f90ba61 which breaks tests
       new  0cc8595   Add repository metadata
       new  aaf5720   Add maintainer
       new  343b6c4   Version 1.06
       new  75c59c3   Update MANIFEST.SKIP
       new  1816ee8   Fix indexing fail
       new  13e5cc8   Version 1.07
       new  b2d8a30   More thoroughly eliminate memory leaks on incoming messages
       new  6626914   Properly handle channel close: Ensure pending requests fail immediately
       new  337cd29   improve Data::Dumper options for protocol dumps
       new  aff55a9   fix spelling errors
       new  abf9c97   Fix to UK spelling, as I am british ;P
       new  055ce24   Changelog
       new  493dd04   Version 1.08
       new  0d79a27   Partial fix for RT#79511
       new  9bc9819   heartbeat handle & response
       new  863f63c   Merge pull request #4 from vvoronin/master
       new  5244d52   Update .gitignore
       new  7e7ee5e   AMQP 0.9 support, ->confirm, more care that all on_close callbacks will be   called correctly, and potential memory leak fixes
       new  b462a26   include amqp 0.9.1 spec, duh
       new  a31379e   finish on_return at message, channel, and connection level
       new  b867a9b   Handle flow control (do not throw messages away!) Handle out-of-order CancelOk Handle server-sent Nack Add missing accessors, e.g. is_open and is_active and verbose Fix a potential memory leak
       new  fccb0da   Update tests to work with all new features, and test some of them.
       new  2ca7219   Document spec xml files
       new  96ffbcd   fix on_return for non-confirm publish
       new  a66a809   Fix spelling test
       new  192b417   Fix use of a condvar in the close method
       new  5902f38   Fix spacing/tabs
       new  03f4730   Fix test
       new  7df4da1   Version 1.09
       new  4116b9f   Add TLS connection support. RT#81729
       new  dd25a0b   Clarify relationship to Net::RabbitFoot. RT#71099
       new  dc90d10   Fix Pod spelling
       new  c0ec26b   Version 1.10
       new  cc0dbc3   Ensure the on_success handler gets called on close if there are no channels.
       new  ad8f04b   Changelog
       new  ab4eadc   Version 1.11
       new  af7c313   Spontaneously emit hearts as per amqp 0.9.1 spec.
       new  0651ba6   Imported Upstream version 1.11
       new  7a12044   Initial packaging.
       new  ae00a80   Fix RT#84222, continue reading AMQP packets after a heartbeat.
       new  9d049c5   Don't call goto without settin @_.
       new  a043753   Changelog
       new  05a46f0   allow AMQP client to adjust tuning, e.g. heartbeat
       new  618d6b8   Changelog
       new  b4482d8   Version 1.12
       new  ca243f6   Update copyright file: List github as alternate source.
       new  b5aa361   Imported Upstream version 1.12
       new  add301f   Merge tag 'upstream/1.12'
       new  ff1090c   Have git-buildpackage ignore upstream .gitignore files.
       new  3b131fe   Stop track md5sum of upstream tarball.
       new  2772bd1   Prepare for release: Update changelog.

The 153 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