[Pkg-voip-commits] [janus] annotated tag upstream/0.2.4 created (now 1faceea)

Jonas Smedegaard dr at jones.dk
Fri Jul 28 17:26:37 UTC 2017


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

js pushed a change to annotated tag upstream/0.2.4
in repository janus.

        at  1faceea   (tag)
   tagging  09cf7de0eef0baa0666108c5abf7d82b74a2e74d (commit)
  replaces  upstream/0.2.3
 tagged by  Jonas Smedegaard
        on  Fri Jul 28 12:22:42 2017 -0400

- Log -----------------------------------------------------------------
Upstream version 0.2.4
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAll7ZNIACgkQLHwxRsGg
ASEM0w/+Ptj0f/9FfeVaA9biLRmLa/0GHqkAROz3wRAtYaHBOIWzhTGHmzxdWnL3
4FQupiOWaDHgVvbqk5rzhiSVDMiGotF76EInKQt/IvdcMSQUkPTJtBythPTMec+r
rOfqDZlVnARByttvvadRO00TRSngXfurnbPt23EggAyAEB4iLoloxoIJEW1Wbwee
rRqf/YperMNhclm0ch4t34+Y8j1I4moX6Ayo3nwWExP63SmqIdaORJppuJdrNwCp
Qeopgqa6cxKo8fMscZQ2KqvSz1nveN7SQ8rSorlCWWqZNS2H4aVsALawY4osBPP/
eQtzE/kdIQDU2Fgf9b7J+0p4nMiJMPC6OoCQb2ilQ9XKealG4PtHN11boSwlHo1j
CzukOAtBYpGxUyyBlPRZfGLOsNChzME9iWMHVEkuwRGTW+nsANbOTB3gVhCDWj1c
Zm7ABX1e4IdjxHwONBUQ9m8LD2UH81e7ANHzTORGCXO6NiaREXwfv0H0pdhnpVGt
+z8xA+xMRtEwDktNLIThpLPDH/KxprXRT4q3LwHXWPOJITigBp2ZF6l+lIgVd9D3
cjrKR4IchgCcSstGcWST9o8OT6BMT4GRPr4LilDfxaCt/hDTe1nY1EK2M2WCC4u6
W8QM+IIJ7QEd2BkdAIr2F2WfppP/xdxRNJjk2iWF9F1gxdcnG/w=
=3TNt
-----END PGP SIGNATURE-----

Adam Duskett (2):
      Added libresls support
      Add crypt_lib = "LibreSSL" to dtls.c if LibreSSL is defined.

Alessandro Toppi (3):
      Change lws_get_peer_addresses with lws_get_peer_simple to avoid slow reverse-DNS requests.
      Check for lws_get_peer_simple availability and fallback to libwebsockets_get_peer_addresses eventually.
      Fix macros checking.

Chris Lamb (1):
      Allow to override build date

Gábor Tóth (2):
      fix for ES5 browsers
      fix for ES5 browsers

Jonas Smedegaard (1):
      New upstream version 0.2.4

Lorenzo Miniero (61):
      Bumbed to version 0.2.4
      Added the possibility to specify an outbound proxy in the SIP plugin
      Some REGISTER-related fixes in the SIP plugin, and improved SIP demo UI/options
      More meaningful errors in some demos when trying to join a non-existing room
      Fixed UI for the table in the demos page
      Update remove video resolution in demos dynamically
      Allow binding to 0.0.0.0 in HTTP transport plugin (fixes #923, see #924)
      Use the authuser part when registering in the SIP plugin, if provided
      Better verbosity when trying to do a REGISTER in the SIP plugin
      Fixed typos in SIP plugin docs
      Made event handlers media statistics timer configurable (was one per second before)
      Clarified in the docs that janus.js depends on the webrtc-adapter shim (see #926)
      Give ICE 5 seconds before considering failed a definitive state
      Allow prompting for server/secret in admin.html (prompt for secret by default)
      Added support for offerless INVITEs to the SIP plugin
      Merge pull request #927 from meetecho/icefailed-timer
      Merge branch 'master' into offerless-invites
      Make sure an 'accepted' event has the transaction ID of the 'accept' that originated it, when doing offerless INVITEs
      Fixed broken authentication when sending INVITE in SIP plugin
      Merge branch 'master' into offerless-invites
      Small fixes to devices test demo
      Merge pull request #929 from meetecho/offerless-invites
      Fixed some getStats related stuff for Firefox and Safari
      Merge pull request #930 from meetecho/js-stats
      Removed duplicate sctmap attribute from SDP when negotiating data channels
      Fixed leftover code in janus[.nojquery].js
      Added support for INFO and MESSAGE to the SIP plugin
      Added configurable bundlePolicy setting to janus[.nojquery].js
      Implemented early media (183) support in the SIP plugin
      Fixed rare race condition at startup in TextRoom plugin (fixes #935)
      Merge pull request #937 from tgabi333/patch-3
      Merge pull request #938 from tgabi333/patch-4
      Merge pull request #934 from okayawright/patch-1
      Merge pull request #936 from meetecho/early-media
      Protect access to SIP plugin hashtables
      Merge branch 'master' of github.com:meetecho/janus-gateway
      Don't set default bundlePolicy to max-bundle (seems to break video on Firefox 56)
      Merge pull request #943 from bmwiedemann/date
      Fixed issue with usernames containing a semicolon in Sofia SIP (needs patched library)
      Fixed rare crash when looping on interfaces in HTTP transport (fixes #945)
      Make sure only registered users can place a call in the SIP plugin
      Fixed missing capping of REMB feedback if it was using the audio SSRC
      Fixed occasional crash when fixing SDP attributes
      Fixed getBitrate calls for older versions of Chrome
      Fixed broken guests in SIP plugin, and added way for them to send authenticated INVITEs
      Fixed typo and enriched plugin specific queries in SIP plugin
      Fixed end-of-candidates issue with Edge (see https://github.com/webrtc/adapter/issues/605)
      Add the end-of-candidates SDP attribute on the server side, not in JavaScript
      Merge pull request #954 from aduskett/master
      Better lock management when processing requests in plugins
      Added LibreSSL detection in configure.ac
      Added local and remote candidates to event handlers (fixes #959)
      Moved removal of session from hashtable in VideoRoom
      Merge pull request #953 from tmatth/cleanup/reset_rtp
      Merge pull request #957 from meetecho/fix_lws_rdns
      Made several small fixes to address Coverify static analysis
      Some more post-static analysis fixes
      Made Access-Control-Allow-Origin response configurable in HTTP plugin
      Only send a FIR/PLI for new subscribers when the PeerConnection is up
      Fixed CORS management in HTTP transport plugin, and made it more compact
      Use a safer and more conservative starting MTU value for DTLS

Tristan Matthews (1):
      rtp: simplify janus_rtp_switching_context_reset

okay_awright (1):
      Bugfix missing variable timePassed

-----------------------------------------------------------------------

No new revisions were added by this update.

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