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

gregoa pushed a commit to branch master
in repository libnet-sip-perl.

commit 9338ce74974c214cecfbda708dd31a7deb6f3850
Merge: d17d8ad bf95ca2
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Nov 17 18:34:39 2016 +0100

    Merge tag 'upstream/0.700'
    
    Upstream version 0.700

 Changes                                |  34 +++
 MANIFEST                               |   2 +
 META.json                              |   2 +-
 META.yml                               |   2 +-
 TODO                                   |   6 +-
 lib/Net/SIP.pm                         |   2 +-
 lib/Net/SIP/Debug.pm                   |   7 +-
 lib/Net/SIP/Debug.pod                  |  16 ++
 lib/Net/SIP/Dispatcher.pm              | 151 +++++-----
 lib/Net/SIP/Dispatcher.pod             |   9 +-
 lib/Net/SIP/Dispatcher/Eventloop.pm    |  91 +++---
 lib/Net/SIP/Dispatcher/Eventloop.pod   |  15 +-
 lib/Net/SIP/Dropper/ByIPPort.pm        |   2 +-
 lib/Net/SIP/Endpoint.pm                |   4 +-
 lib/Net/SIP/Endpoint.pod               |   5 +-
 lib/Net/SIP/Leg.pm                     | 352 +++++++++++++----------
 lib/Net/SIP/Leg.pod                    |  57 +++-
 lib/Net/SIP/NATHelper/Local.pm         |   2 +-
 lib/Net/SIP/Packet.pm                  | 124 ++++----
 lib/Net/SIP/Packet.pod                 |  12 +-
 lib/Net/SIP/Redirect.pm                |   2 +-
 lib/Net/SIP/Registrar.pm               |   2 +-
 lib/Net/SIP/Simple.pm                  |  42 ++-
 lib/Net/SIP/Simple/Call.pm             |  11 +-
 lib/Net/SIP/Simple/RTP.pm              |   4 +-
 lib/Net/SIP/SocketPool.pm              | 505 +++++++++++++++++++++++++++++++++
 lib/Net/SIP/SocketPool.pod             | 120 ++++++++
 lib/Net/SIP/StatelessProxy.pm          |  43 +--
 lib/Net/SIP/Util.pm                    | 179 ++++++++----
 lib/Net/SIP/Util.pod                   |  60 +++-
 t/02_listen_and_invite.t               |  31 +-
 t/03_forward_stateless.t               |   3 +-
 t/04_call_with_rtp.t                   |  33 ++-
 t/05_call_with_stateless_proxy.t       |  45 +--
 t/06_call_with_reinvite.t              |  20 +-
 t/07_call_on_hold.t                    |  20 +-
 t/08_register_with_auth.t              |  21 +-
 t/11_invite_timeout.t                  |  31 +-
 t/12_maddr.t                           |  31 +-
 t/13_maddr_proxy.t                     |  11 +-
 t/14_bugfix_0.51.t                     |   4 +-
 t/16_drop_invite.t                     |   6 +-
 t/17_call_with_reinvite_and_auth.t     |  20 +-
 t/18_register_with_auth_step_by_step.t |  20 +-
 t/19_call_with_dtmf.t                  |  31 +-
 t/testlib.pl                           |  30 +-
 46 files changed, 1633 insertions(+), 587 deletions(-)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to