[libmojolicious-perl] branch master updated (8f6c16c -> 2185701)

gregor herrmann gregoa at debian.org
Sat Jan 21 18:38:26 UTC 2017


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

gregoa pushed a change to branch master
in repository libmojolicious-perl.

      from  8f6c16c   releasing package libmojolicious-perl version 7.18+dfsg-1
      adds  768f3e8   bump version
      adds  087aeef   try AppVeyor for Windows testing
      adds  70c7dcb   try more tests
      adds  a26cc46   less verbose tests
      adds  68afeab   show a badge for Windows builds too
      adds  cb5a52e   mention the argument passed to default value callbacks
      adds  7388440   arguments can also be a hashref
      adds  4e2cc18   we are not interpolating here
      adds  1a37eff   workaround for deprecation warning on Perl 5.10.1 (closes #1036)
      adds  47ef225   add Mojo::IOLoop::TLS class
      adds  61c04d8   use a server argument
      adds  a5ce008   Mojo::IOLoop::TLS can now negotiate in both directions
      adds  fcb9107   use a little less code
      adds  7b789aa   use even less code
      adds  6a9a9fc   add documentation for Mojo::IOLoop::TLS
      adds  ecb8c20   the handle is required anyway
      adds  94d7e87   fix a few leaks
      adds  65fd4c6   fix typo in example
      adds  ba0f17e   just store the arguments
      adds  ac15003   undef defaults are fine
      adds  b863ad4   the feature is called non-blocking name resolution
      adds  47ed248   Merge branch 'ioloop_tls'
      adds  eca4111   update Changes
      adds  e2d50b8   better description for constants
      adds  28ac3be   add Mojo::IOLoop::TLS tests
      adds  f598fcb   more Mojo::IOLoop::TLS tests
      adds  4bcbc03   test both argument variants
      adds  e0d5bff   use class methods instead of constants
      adds  fdc582e   only TLS support needs to be disabled
      adds  e9a7c14   a few more tests
      adds  5341b43   bump version
      adds  ea6c74d   fix a bug in Mojo::File where the make_path method would die even if no error occurred (closes #1039)
      adds  1909cc3   fix warnings in Mojo::IOLoop::TLS
      adds  ff9b3ef   New upstream version 7.20+dfsg
       new  e16b948   Merge tag 'upstream/7.20+dfsg'
       new  8f9198a   Update debian/changelog
       new  2185701   releasing package libmojolicious-perl version 7.20+dfsg-1

The 3 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:
 Changes                            |   9 ++
 MANIFEST                           |   2 +
 META.json                          |   2 +-
 META.yml                           |   2 +-
 README.md                          |   2 +-
 debian/changelog                   |   6 +
 lib/Mojo/Base.pm                   |   6 +-
 lib/Mojo/File.pm                   |   3 +-
 lib/Mojo/Home.pm                   |   2 +-
 lib/Mojo/IOLoop.pm                 |   2 +-
 lib/Mojo/IOLoop/Client.pm          |  92 ++++++--------
 lib/Mojo/IOLoop/Server.pm          |  78 +++---------
 lib/Mojo/IOLoop/TLS.pm             | 242 +++++++++++++++++++++++++++++++++++++
 lib/Mojo/Server/Daemon.pm          |   2 +-
 lib/Mojo/Server/Hypnotoad.pm       |   2 +-
 lib/Mojo/Server/Morbo.pm           |   2 +-
 lib/Mojo/Server/Prefork.pm         |   2 +-
 lib/Mojo/UserAgent.pm              |   2 +-
 lib/Mojolicious.pm                 |   2 +-
 lib/Mojolicious/Command/version.pm |  13 +-
 lib/Mojolicious/Guides.pod         |   2 +
 t/mojo/daemon.t                    |  12 +-
 t/mojo/daemon_ipv6_tls.t           |   4 +-
 t/mojo/ioloop_tls.t                |   4 +-
 t/mojo/tls.t                       |  59 +++++++++
 t/mojo/user_agent.t                |   7 +-
 t/mojo/user_agent_online.t         |   4 +-
 t/mojo/user_agent_socks.t          |   5 +-
 t/mojo/user_agent_tls.t            |   4 +-
 t/mojo/websocket_proxy_tls.t       |   4 +-
 t/mojolicious/tls_lite_app.t       |   4 +-
 31 files changed, 427 insertions(+), 155 deletions(-)
 create mode 100644 lib/Mojo/IOLoop/TLS.pm
 create mode 100644 t/mojo/tls.t

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



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