[Pkg-voip-commits] [resiprocate] 01/01: Update for v1.9.5-2~bpo70+1

Daniel Pocock pocock at moszumanska.debian.org
Mon Mar 31 07:28:59 UTC 2014


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

pocock pushed a commit to branch debian-wheezy-backports
in repository resiprocate.

commit 9eea46da41c66bd6d1239c6dbdf14039618377a4
Merge: f20165a 24fff4a
Author: Daniel Pocock <daniel at pocock.pro>
Date:   Mon Mar 31 09:13:05 2014 +0200

    Update for v1.9.5-2~bpo70+1

 ChangeLog                                |  21 +++
 configure                                |  20 +--
 configure.ac                             |   2 +-
 debian/changelog                         |   6 +
 debian/conf/repro.config                 |   2 +-
 debian/control                           |   4 +-
 debian/patches/01-testUA-sipXtapi        |   9 ++
 debian/patches/02-MOHParkServer-sipXtapi |  11 ++
 debian/patches/series                    |   2 +
 debian/repro.lintian-overrides           |   2 +
 reTurn/client/TurnAsyncSocket.cxx        |   9 ++
 reflow/Makefile.am                       |   1 +
 reflow/Makefile.in                       |   4 +-
 resip/dum/DialogUsageManager.cxx         |   4 +
 resip/dum/InviteSession.cxx              |   1 +
 resip/dum/InviteSessionHandler.hxx       |   2 +
 resip/recon/Conversation.hxx             |  10 ++
 resip/recon/ConversationManager.cxx      |  53 ++++++-
 resip/recon/ConversationManager.hxx      |  20 ++-
 resip/recon/ConversationManagerCmds.hxx  |  12 +-
 resip/recon/MOHParkServer/Makefile.am    |   5 -
 resip/recon/MOHParkServer/Makefile.in    |   3 +-
 resip/recon/Makefile.am                  |   3 +
 resip/recon/Makefile.in                  |  10 +-
 resip/recon/MediaInterface.cxx           |  11 +-
 resip/recon/MediaResourceParticipant.cxx |  49 ++++++-
 resip/recon/RemoteParticipant.cxx        | 110 +++++++++++---
 resip/recon/RemoteParticipant.hxx        |   4 +
 resip/recon/SipXHelper.cxx               |  97 +++++++++++++
 resip/recon/SipXHelper.hxx               |  59 ++++++++
 resip/recon/UserAgentMasterProfile.cxx   |   6 +-
 resip/recon/recon_10_0.vcxproj           |   4 +-
 resip/recon/test/Makefile.am             |   6 -
 resip/recon/test/Makefile.in             |   4 +-
 resip/stack/DtmfPayloadContents.cxx      | 241 +++++++++++++++++++++++++++++++
 resip/stack/DtmfPayloadContents.hxx      | 137 ++++++++++++++++++
 resip/stack/Makefile.am                  |   2 +
 resip/stack/Makefile.in                  |  78 +++++-----
 resip/stack/SdpContents.cxx              |   3 +-
 resip/stack/SdpContents.hxx              |   2 +
 resip/stack/resiprocate_10_0.vcxproj     |   4 +-
 resip/stack/test/Makefile.am             |   3 +
 resip/stack/test/Makefile.in             |  48 +++---
 resip/stack/test/testDtmfPayload.cxx     | 122 ++++++++++++++++
 resiprocate.spec                         |   4 +-
 45 files changed, 1080 insertions(+), 130 deletions(-)

diff --cc debian/changelog
index 259f6d5,bbcfe3b..9cb6292
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,8 -1,34 +1,14 @@@
 -resiprocate (1.9.5-2) unstable; urgency=high
++resiprocate (1.9.5-2~bpo70+1) wheezy-backports; urgency=medium
+ 
 -  * Fix/suppress lintian issues
++  * New upstream release backported.
+ 
 - -- Daniel Pocock <daniel at pocock.pro>  Thu, 27 Mar 2014 10:12:28 +0100
++ -- Daniel Pocock <daniel at pocock.pro>  Mon, 31 Mar 2014 09:12:09 +0200
+ 
 -resiprocate (1.9.5-1) unstable; urgency=high
 +resiprocate (1.9.2-2~bpo70+1) wheezy-backports; urgency=medium
  
 -  * New upstream release
 -  * Fix crash when not checking return value of getenv
 -  * Fix other potential misuse of return values from dynamic_cast
 -  * librecon now disables inband DTMF tones
 -
 - -- Daniel Pocock <daniel at pocock.pro>  Wed, 26 Mar 2014 15:45:21 +0100
 -
 -resiprocate (1.9.4-1) unstable; urgency=high
 -
 -  * New upstream release
 -  * Fix crash in librecon when UA is not using
 -    a UserProfile derived from ConversationProfile (Closes: #742638)
 -  * Ensure consistent use of milliseconds in DTMF tone API.
 -
 - -- Daniel Pocock <daniel at pocock.pro>  Tue, 25 Mar 2014 21:34:22 +0100
 -
 -resiprocate (1.9.3-1) unstable; urgency=high
 -
 -  * New upstream release
 -  * Fix issue with reTurn-client failing to send media on
 -    sockets that do not involve a TURN relay (Closes: #742506)
 +  * Initial release to wheezy-backports
  
 - -- Daniel Pocock <daniel at pocock.pro>  Mon, 24 Mar 2014 15:59:43 +0100
 + -- Daniel Pocock <daniel at pocock.pro>  Mon, 17 Mar 2014 15:06:49 +0100
  
  resiprocate (1.9.2-2) unstable; urgency=high
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/resiprocate.git



More information about the Pkg-voip-commits mailing list