r7737 - in /trunk/libnet-sip-perl: Changes MANIFEST META.yml README THANKS TODO debian/changelog lib/Net/SIP.pm lib/Net/SIP/Simple/Call.pm samples/README samples/bench/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 19 06:44:06 UTC 2007


Author: dmn
Date: Wed Sep 19 06:44:05 2007
New Revision: 7737

URL: http://svn.debian.org/wsvn/?sc=1&rev=7737
Log:
* New upstream release
  Fixex, examples, documentation updates

Added:
    trunk/libnet-sip-perl/samples/README
      - copied unchanged from r7736, branches/upstream/libnet-sip-perl/current/samples/README
    trunk/libnet-sip-perl/samples/bench/
      - copied from r7736, branches/upstream/libnet-sip-perl/current/samples/bench/
Modified:
    trunk/libnet-sip-perl/Changes
    trunk/libnet-sip-perl/MANIFEST
    trunk/libnet-sip-perl/META.yml
    trunk/libnet-sip-perl/README
    trunk/libnet-sip-perl/THANKS
    trunk/libnet-sip-perl/TODO
    trunk/libnet-sip-perl/debian/changelog
    trunk/libnet-sip-perl/lib/Net/SIP.pm
    trunk/libnet-sip-perl/lib/Net/SIP/Simple/Call.pm

Modified: trunk/libnet-sip-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/Changes?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/Changes (original)
+++ trunk/libnet-sip-perl/Changes Wed Sep 19 06:44:05 2007
@@ -1,4 +1,12 @@
 Revision history for Net::SIP
+
+0.35
+  - Net::SIP::Simple::Call - close call context in $call->cleanup,
+    otherwise it could leak file descriptors if the call wasn't
+    closed clean (with BYE or CANCEL).
+  - new test applications for simple benchmarks in samples/bench
+  - documentation: new file samples/README describes the files in 
+    samples/
 
 0.34
   - Net::SIP::Simple: handle OPTIONS requests. These are for 

Modified: trunk/libnet-sip-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/MANIFEST?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/MANIFEST (original)
+++ trunk/libnet-sip-perl/MANIFEST Wed Sep 19 06:44:05 2007
@@ -63,10 +63,14 @@
 t/07_call_on_hold.pl
 t/08_register_with_auth.pl
 t/testlib.pl
+samples/README
 samples/invite_and_recv.pl
 samples/invite_and_send.pl
 samples/test_registrar_and_proxy.pl
 samples/3pcc.pl
+samples/bench/README
+samples/bench/call.pl
+samples/bench/listen.pl
 bin/nathelper.pl
 bin/stateless_proxy.pl
 bin/answer_machine.pl

Modified: trunk/libnet-sip-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/META.yml?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/META.yml (original)
+++ trunk/libnet-sip-perl/META.yml Wed Sep 19 06:44:05 2007
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Net-SIP
-version:      0.34
+version:      0.35
 version_from: lib/Net/SIP.pm
 installdirs:  site
 requires:

Modified: trunk/libnet-sip-perl/README
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/README?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/README (original)
+++ trunk/libnet-sip-perl/README Wed Sep 19 06:44:05 2007
@@ -24,5 +24,7 @@
 See TODO for a list what still need to be done and BUGS for
 known bugs.
 
+See THANKS for contributors, bug reporters and sponsors.
+
 See samples/ for small examples.
 See bin/ for usable applications.

Modified: trunk/libnet-sip-perl/THANKS
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/THANKS?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/THANKS (original)
+++ trunk/libnet-sip-perl/THANKS Wed Sep 19 06:44:05 2007
@@ -5,4 +5,4 @@
 <mtve1927[AT]gmail[DOT]com>
 cpan:POLETTIX
 <karme[AT]berlios[DOT]de>
-
+<t-cpan.org[AT]tobias[DOT]org>

Modified: trunk/libnet-sip-perl/TODO
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/TODO?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/TODO (original)
+++ trunk/libnet-sip-perl/TODO Wed Sep 19 06:44:05 2007
@@ -27,4 +27,3 @@
 
 - implementation
   * full support for TCP
-  * maybe add Contact header by default for Endpoint?

Modified: trunk/libnet-sip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/debian/changelog?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/changelog (original)
+++ trunk/libnet-sip-perl/debian/changelog Wed Sep 19 06:44:05 2007
@@ -1,3 +1,10 @@
+libnet-sip-perl (0.35-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    Fixex, examples, documentation updates
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 19 Sep 2007 09:43:45 +0300
+
 libnet-sip-perl (0.34-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libnet-sip-perl/lib/Net/SIP.pm
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/lib/Net/SIP.pm?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/lib/Net/SIP.pm (original)
+++ trunk/libnet-sip-perl/lib/Net/SIP.pm Wed Sep 19 06:44:05 2007
@@ -4,7 +4,7 @@
 require 5.008;
 
 package Net::SIP;
-our $VERSION = '0.34';
+our $VERSION = '0.35';
 
 # this includes nearly everything else
 use Net::SIP::Simple ();

Modified: trunk/libnet-sip-perl/lib/Net/SIP/Simple/Call.pm
URL: http://svn.debian.org/wsvn/trunk/libnet-sip-perl/lib/Net/SIP/Simple/Call.pm?rev=7737&op=diff
==============================================================================
--- trunk/libnet-sip-perl/lib/Net/SIP/Simple/Call.pm (original)
+++ trunk/libnet-sip-perl/lib/Net/SIP/Simple/Call.pm Wed Sep 19 06:44:05 2007
@@ -91,6 +91,9 @@
 	while ( my $cb = shift @{ $self->{call_cleanup} } ) {
 		invoke_callback($cb,$self)
 	}
+	if ( my $ctx = $self->{ctx} ) {
+		$self->{endpoint}->close_context( $ctx );
+	}
 	%$self = ();
 	DEBUG( 100,"done" );
 }




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