[Pkg-voip-commits] [resiprocate] 01/02: Merge tag 'upstream/1.8.13'

Daniel Pocock pocock at alioth.debian.org
Tue Sep 10 18:23:08 UTC 2013


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

pocock pushed a commit to branch master
in repository resiprocate.

commit 464cc122e68f5a1363696b4b37ef6a910802accd
Merge: 2f231f0 09cdf5d
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Tue Sep 10 20:01:14 2013 +0200

    Merge tag 'upstream/1.8.13'
    
    Upstream version 1.8.13

 ChangeLog                                          |   13 +
 apps/sipdial/Makefile.am                           |    4 +-
 apps/sipdial/Makefile.in                           |    8 +-
 configure                                          |   31 +-
 configure.ac                                       |   11 +-
 reTurn/AsyncTlsSocketBase.cxx                      |    2 +-
 reTurn/Makefile.am                                 |    3 +-
 reTurn/Makefile.in                                 |    8 +-
 reTurn/client/Makefile.am                          |    6 +-
 reTurn/client/Makefile.in                          |    5 +-
 reflow/Flow.hxx                                    |    6 -
 reflow/FlowDtlsSocketContext.hxx                   |    4 -
 reflow/FlowDtlsTimerContext.hxx                    |    5 -
 reflow/FlowManager.hxx                             |    8 -
 reflow/Makefile.am                                 |    1 +
 reflow/Makefile.in                                 |    3 +-
 reflow/MediaStream.hxx                             |    8 -
 repro/Makefile.am                                  |    7 +-
 repro/Makefile.in                                  |   17 +-
 repro/reprocmd/Makefile.am                         |    5 +-
 repro/reprocmd/Makefile.in                         |    8 +-
 repro/reprocmd/reprocmd.cpp                        |    4 +-
 resip/Makefile.am                                  |    2 +-
 resip/Makefile.in                                  |    2 +-
 resip/recon/ConversationProfile.hxx                |    4 -
 resip/recon/Makefile.am                            |    3 +
 resip/recon/Makefile.in                            |    8 +-
 {repro/reprocmd => resip/rend}/Makefile.am         |   57 +-
 {apps/sipdial => resip/rend}/Makefile.in           |  281 ++-
 resip/rend/RendAcct.cxx                            |  138 ++
 resip/rend/RendAcct.hxx                            |  186 ++
 resip/rend/RendDlg.cxx                             | 1405 ++++++++++++
 resip/rend/RendDlg.hxx                             |  322 +++
 .../rend/RendDlgAcct.cxx                           |   77 +-
 resip/rend/RendDlgAcct.hxx                         |  153 ++
 resip/rend/RendKa.cxx                              |  355 +++
 .../rend/RendKa.hxx                                |   52 +-
 resip/rend/RendMisc.cxx                            |  174 ++
 resip/rend/RendMisc.hxx                            |  140 ++
 resip/rend/RendPres.cxx                            | 2322 ++++++++++++++++++++
 resip/rend/RendReg.cxx                             |  343 +++
 resip/rend/RendReport.hxx                          |  257 +++
 resip/rend/RendRunner.cxx                          |  534 +++++
 .../rend/RendRunner.hxx                            |   70 +-
 resip/rend/RendSketch.cxx                          |  426 ++++
 resip/rend/RendSketch.hxx                          |  175 ++
 resip/rend/RendTroop.cxx                           | 1250 +++++++++++
 resip/rend/RendTroop.hxx                           |  500 +++++
 resip/rend/RendWavePres.hxx                        |  128 ++
 resip/rend/design-notes.txt                        |  132 ++
 resip/rend/flownotes.txt                           |   70 +
 resip/rend/readme.txt                              |  209 ++
 .../rend/rendIt.cxx                                |   88 +-
 resip/stack/ConnectionBase.cxx                     |   11 +
 resip/stack/MethodHash.cxx                         |    2 +-
 resip/stack/ParameterHash.cxx                      |    2 +-
 resip/stack/SipMessage.cxx                         |    1 +
 resip/stack/ssl/Security.cxx                       |    6 +-
 resip/stack/ssl/TlsConnection.cxx                  |    2 +-
 resiprocate.spec                                   |    4 +-
 rutil/ConfigParse.cxx                              |    3 +-
 rutil/Data.cxx                                     |  128 +-
 rutil/Data.hxx                                     |    5 +
 rutil/DnsUtil.cxx                                  |   15 +-
 rutil/FileSystem.cxx                               |   22 +-
 rutil/FileSystem.hxx                               |   15 +
 rutil/Log.cxx                                      |    2 +-
 rutil/Makefile.am                                  |    1 +
 rutil/Makefile.in                                  |    5 +-
 rutil/compat.hxx                                   |   32 +
 rutil/stun/Udp.hxx                                 |    5 +-
 rutil/test/Makefile.am                             |    3 +
 rutil/test/Makefile.in                             |   65 +-
 rutil/{stun/Udp.hxx => test/testCompat.cxx}        |   63 +-
 74 files changed, 9885 insertions(+), 537 deletions(-)

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