[libmessage-passing-zeromq-perl] branch master updated (6041c98 -> cbfd407)

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:15 UTC 2013


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

js pushed a change to branch master
in repository libmessage-passing-zeromq-perl.

      from  6041c98   Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details.
       new  52b2629   Add github URL as alternate source.
       new  6fd4abb   Stop track md5sum of upstream tarball.
       new  389bd13   Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL.
       new  dec63a7   Update changelog and copyright hints.
       new  81bd38f   Initial skeleton
       new  d2c99c5   Input code
       new  ba3d85d   Fix bugs
       new  4f8e976   Get the ZMQ input working with trivial tests
       new  1f9c9e8   Start on output
       new  3fc8473   All working
       new  60de188   New namespace
       new  a82088a   More docs
       new  eb6fabf   Does replacing fork like this even work, at all?
       new  b807ad9   Fix
       new  423520b   Add Makefile.old
       new  0a26705   Fix docs to have details of options
       new  82d400c   License
       new  61250fe   Add author side tests
       new  67875af   Tidy up docs
       new  1b00a26   Add MANIFEST.SKIP
       new  615b1bf   More details on sponsorship reasons and company name is Suretec Systems Ltd.
       new  5e75abe   Split out a HasASocket role
       new  04c4a8c   Get the linger semantic correct, and get atfork working
       new  a9c88d4   Document a little
       new  91a7cfd   This is no longer true
       new  33abd27   Add initial support for push and pull sockets
       new  4df08a2   Allow connect or bind to be done in any direction
       new  f199b36   Remove defaults, they're just making everything non-trivial confusing
       new  6752e6f   Add a test for PSUH/PULL in the opposite connect direction - this now works
       new  6c8e509   Pod fixes
       new  2be6739   Version 0.001
       new  c55856f   change to use new cb param
       new  0675b70   Depend on the latest version for important fixes
       new  49fec89   Version 0.002
       new  840846e   Add authority
       new  6553c82   Add a load of docs to ZeroMQ
       new  3813d63   More docs
       new  6792b1e   Rename dist
       new  0a6c67b   Do all author_requires at once
       new  cff4a32   Spelling fixes
       new  9db5bf7   Add repository metadata
       new  c307ff1   Update README
       new  766904a   Version 0.002_01
       new  04afd3e   Update .gitignore
       new  7e656a5   Doc fixes
       new  666d81f   Update README
       new  8817d36   Version 0.003
       new  0020465   Update README
       new  f71958c   Fix spelling
       new  6455bef   Fixed for new version
       new  5bc4f08   Version 0.004
       new  6a4f3f0   Fix MANIFEST.SKIP
       new  886c919   More docs
       new  3c06284   More updates - stress test and HWM
       new  4aa8980   Drop direct JSON dependency
       new  54c00f0   Version 0.005
       new  7b82571   Allow SUB sockets to subscribe to a subset of possible messages
       new  b04d176   No idea why this is needed, but it stops us blocking / freezing
       new  33f289a   Extra safety
       new  0a6c707   Port to Moo
       new  652afb3   The ZMQ_LINGER sock opt expects an integer
       new  440aad8   Allow the user to provide his own sockets
       new  b332b2b   Update the changelog
       new  f250357   Nuke unused type import
       new  0ac7c55   Fix type related bugs
       new  4959472   Version 0.006
       new  1a1583d   Add travis config
       new  4573ae1   Build our own zmq in travis
       new  710b179   Spelling test
       new  9a8d9cd   Fix metadata
       new  670eea9   enable spooling messages to disk in output
       new  4aff986   living it up, going to 1GB
       new  b018620   only invoke swap related madness if we're using a swap file
       new  8e679c5   Changelog
       new  a6dbcf4   Version 0.007
       new  2779754   Imported Upstream version 0.007
       new  5e92c56   Merge tag 'upstream/0.007'
       new  cbfd407   Prepare for release: Update changelog.

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


Summary of changes:
 .travis.yml                                   |   36 +++++++++++++++++++++++++
 Changes                                       |    3 +++
 MANIFEST                                      |    1 +
 META.yml                                      |    4 +--
 Makefile.PL                                   |    2 +-
 debian/changelog                              |   18 +++++++++++++
 debian/copyright                              |    1 +
 debian/copyright_hints                        |    1 +
 debian/rules                                  |    3 +--
 debian/watch                                  |    3 ++-
 inc/Module/Install/Authority.pm               |    2 +-
 lib/Message/Passing/Input/ZeroMQ.pm           |    1 +
 lib/Message/Passing/Output/ZeroMQ.pm          |    1 +
 lib/Message/Passing/ZeroMQ.pm                 |    2 +-
 lib/Message/Passing/ZeroMQ/Role/HasASocket.pm |   16 +++++++++++
 t/author/spelling.t                           |    1 +
 16 files changed, 87 insertions(+), 8 deletions(-)
 create mode 100644 .travis.yml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git



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