r28310 - in /trunk/libnet-sip-perl: COPYRIGHT Changes MANIFEST META.yml debian/changelog debian/patches/pod2man_item.patch lib/Net/SIP.pm lib/Net/SIP/Endpoint/Context.pm t/14_bugfix_0.51.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Wed Dec 17 06:19:35 UTC 2008


Author: rmayorga-guest
Date: Wed Dec 17 06:19:26 2008
New Revision: 28310

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28310
Log:
* New upstream release
* debian/patches/pod2man_item.patch; add author and description

Added:
    trunk/libnet-sip-perl/t/14_bugfix_0.51.t
      - copied unchanged from r28309, branches/upstream/libnet-sip-perl/current/t/14_bugfix_0.51.t
Modified:
    trunk/libnet-sip-perl/COPYRIGHT
    trunk/libnet-sip-perl/Changes
    trunk/libnet-sip-perl/MANIFEST
    trunk/libnet-sip-perl/META.yml
    trunk/libnet-sip-perl/debian/changelog
    trunk/libnet-sip-perl/debian/patches/pod2man_item.patch
    trunk/libnet-sip-perl/lib/Net/SIP.pm
    trunk/libnet-sip-perl/lib/Net/SIP/Endpoint/Context.pm

Modified: trunk/libnet-sip-perl/COPYRIGHT
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/COPYRIGHT?rev=28310&op=diff
==============================================================================
--- trunk/libnet-sip-perl/COPYRIGHT (original)
+++ trunk/libnet-sip-perl/COPYRIGHT Wed Dec 17 06:19:26 2008
@@ -1,4 +1,4 @@
-These modules are copyright (c) 2006-2007, Steffen Ullrich. 
+These modules are copyright (c) 2006-2008, Steffen Ullrich. 
 All Rights Reserved.
 These modules are free software. They may be used, redistributed
 and/or modified under the same terms as Perl itself.

Modified: trunk/libnet-sip-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/Changes?rev=28310&op=diff
==============================================================================
--- trunk/libnet-sip-perl/Changes (original)
+++ trunk/libnet-sip-perl/Changes Wed Dec 17 06:19:26 2008
@@ -1,5 +1,9 @@
 Revision history for Net::SIP
 
+
+0.51 2008-12-16
+- get to+tag from 2xx response on invite only when call is outgoing,
+  e.g. not on re-INVITE from UAS where UAC send initial INVITE
 
 0.50 2008-10-31
 - release 0.49_3 as 0.50

Modified: trunk/libnet-sip-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/MANIFEST?rev=28310&op=diff
==============================================================================
--- trunk/libnet-sip-perl/MANIFEST (original)
+++ trunk/libnet-sip-perl/MANIFEST Wed Dec 17 06:19:26 2008
@@ -67,6 +67,7 @@
 t/11_invite_timeout.t 
 t/12_maddr.t
 t/13_maddr_proxy.t
+t/14_bugfix_0.51.t
 t/testlib.pl
 samples/README
 samples/invite_and_recv.pl

Modified: trunk/libnet-sip-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/META.yml?rev=28310&op=diff
==============================================================================
--- trunk/libnet-sip-perl/META.yml (original)
+++ trunk/libnet-sip-perl/META.yml Wed Dec 17 06:19:26 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Net-SIP
-version:             0.50
+version:             0.51
 abstract:            ~
 license:             ~
 author:              ~

Modified: trunk/libnet-sip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/changelog?rev=28310&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/changelog (original)
+++ trunk/libnet-sip-perl/debian/changelog Wed Dec 17 06:19:26 2008
@@ -1,9 +1,14 @@
-libnet-sip-perl (0.50-2) UNRELEASED; urgency=low
-
+libnet-sip-perl (0.51-1) unstable; urgency=low
+
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:45:33 +0100
+  [ Rene Mayorga ]
+  * New upstream release
+  * debian/patches/pod2man_item.patch; add author and description
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Wed, 17 Dec 2008 00:09:59 -0600
 
 libnet-sip-perl (0.50-1) unstable; urgency=low
 

Modified: trunk/libnet-sip-perl/debian/patches/pod2man_item.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/patches/pod2man_item.patch?rev=28310&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/patches/pod2man_item.patch (original)
+++ trunk/libnet-sip-perl/debian/patches/pod2man_item.patch Wed Dec 17 06:19:26 2008
@@ -1,3 +1,5 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix pod2man errors
 --- a/lib/Net/SIP/Debug.pod
 +++ b/lib/Net/SIP/Debug.pod
 @@ -23,27 +23,27 @@

Modified: trunk/libnet-sip-perl/lib/Net/SIP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/lib/Net/SIP.pm?rev=28310&op=diff
==============================================================================
--- trunk/libnet-sip-perl/lib/Net/SIP.pm (original)
+++ trunk/libnet-sip-perl/lib/Net/SIP.pm Wed Dec 17 06:19:26 2008
@@ -4,7 +4,7 @@
 require 5.008;
 
 package Net::SIP;
-our $VERSION = '0.50';
+our $VERSION = '0.51';
 
 # this includes nearly everything else
 use Net::SIP::Simple ();

Modified: trunk/libnet-sip-perl/lib/Net/SIP/Endpoint/Context.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/lib/Net/SIP/Endpoint/Context.pm?rev=28310&op=diff
==============================================================================
--- trunk/libnet-sip-perl/lib/Net/SIP/Endpoint/Context.pm (original)
+++ trunk/libnet-sip-perl/lib/Net/SIP/Endpoint/Context.pm Wed Dec 17 06:19:26 2008
@@ -368,7 +368,7 @@
 			# FIXME: this should probably be better done by the upper layer
 			# which decides, which call to accept (in case of call-forking with
 			# multiple 2xx responses)
-			$self->{to} = $response->get_header( 'to' );
+			$self->{to} = $response->get_header( 'to' ) if ! $self->{incoming};
 
 		} else {
 			# response to ACK, REGISTER...




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