[Pkg-voip-commits] [janus] 277/282: New upstream version 0.2.6

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:48 UTC 2017


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

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit de9d953e1807c343691a5c74449fac93761531ea
Merge: 2aca1b3 3dc70b7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Dec 20 21:46:16 2017 +0100

    New upstream version 0.2.6

 Makefile.am                                        |   34 +-
 README.md                                          |    9 +-
 apierror.h                                         |    2 +
 bower.json                                         |    4 +-
 certs/README.md                                    |    6 +-
 conf/janus.cfg.sample.in                           |    4 +-
 conf/janus.eventhandler.rabbitmqevh.cfg.sample     |   26 +
 conf/janus.plugin.nosip.cfg.sample                 |   10 +
 conf/janus.plugin.sip.cfg.sample                   |    1 +
 ...ip.cfg.sample => janus.plugin.sipre.cfg.sample} |   11 +-
 conf/janus.plugin.videoroom.cfg.sample             |    6 +-
 conf/janus.transport.rabbitmq.cfg.sample           |    1 +
 configure.ac                                       |   99 +-
 docs/janus-doxygen.cfg                             |    2 +-
 dtls-bio.c                                         |   18 +-
 dtls-bio.h                                         |    7 +
 dtls.c                                             |   12 +-
 events.c                                           |    8 +-
 events.h                                           |    3 +-
 events/janus_rabbitmqevh.c                         |  751 ++++
 html/demos.html                                    |   17 +-
 html/devicetest.js                                 |    4 +-
 html/echotest.js                                   |    4 +-
 html/janus.js                                      |   10 +-
 html/navbar.html                                   |    5 +-
 html/nosiptest.html                                |  102 +
 html/nosiptest.js                                  |  406 ++
 html/screensharingtest.js                          |   14 +-
 html/{siptest.html => sipretest.html}              |   27 +-
 html/{siptest.js => sipretest.js}                  |   36 +-
 html/siptest.html                                  |   10 +-
 html/siptest.js                                    |    2 +-
 html/streamingtest.js                              |    8 +-
 html/videocalltest.js                              |    5 +-
 html/videoroomtest.html                            |    2 +-
 html/videoroomtest.js                              |   24 +-
 html/vp9svctest.js                                 |    2 +-
 ice.c                                              |  952 +++--
 ice.h                                              |  103 +-
 janus.c                                            |  235 +-
 janus.ggo                                          |    2 +-
 mainpage.dox                                       |    5 +
 npm/module.js                                      |    5 +-
 plugins/janus_audiobridge.c                        |   79 +-
 plugins/janus_echotest.c                           |   81 +-
 plugins/janus_nosip.c                              | 2036 ++++++++++
 plugins/janus_recordplay.c                         |  273 +-
 plugins/janus_sip.c                                |   86 +-
 plugins/janus_sipre.c                              | 4282 ++++++++++++++++++++
 plugins/janus_streaming.c                          |  310 +-
 plugins/janus_textroom.c                           |   80 +-
 plugins/janus_videocall.c                          |   53 +-
 plugins/janus_videoroom.c                          |  728 +++-
 plugins/janus_voicemail.c                          |   45 +-
 postprocessing/janus-pp-rec.c                      |   34 +-
 postprocessing/pp-h264.c                           |    4 +
 postprocessing/pp-opus.c                           |    3 +
 postprocessing/pp-webm.c                           |    8 +-
 record.c                                           |   13 +-
 record.h                                           |    4 +-
 rtcp.c                                             |   18 +-
 rtp.c                                              |   38 +-
 rtp.h                                              |    3 +-
 sctp.c                                             |   70 +-
 sctp.h                                             |    6 +
 sdp-utils.c                                        |  102 +
 sdp-utils.h                                        |   25 +
 sdp.c                                              |   79 +-
 transports/janus_pfunix.c                          |   46 +-
 transports/janus_rabbitmq.c                        |   34 +-
 transports/janus_websockets.c                      |    4 +
 utils.h                                            |   11 +-
 72 files changed, 10225 insertions(+), 1324 deletions(-)

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



More information about the Pkg-voip-commits mailing list