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

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

      from  d17d8ad   releasing package libnet-sip-perl version 0.691-1
      adds  bf95ca2   New upstream version 0.700
       new  9338ce7   Merge tag 'upstream/0.700'
       new  619b035   Update debian/changelog
       new  272ff1d   Add debian/NEWS to mention API changes.
       new  d6241d4   update changelog

The 4 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                                |  34 +++
 MANIFEST                               |   2 +
 META.json                              |   2 +-
 META.yml                               |   2 +-
 TODO                                   |   6 +-
 debian/NEWS                            |  37 +++
 debian/changelog                       |  13 +
 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 +-
 48 files changed, 1683 insertions(+), 587 deletions(-)
 create mode 100644 debian/NEWS
 create mode 100644 lib/Net/SIP/SocketPool.pm
 create mode 100644 lib/Net/SIP/SocketPool.pod

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