[Pkg-voip-commits] [janus] annotated tag debian/0.2.5-1 created (now 3ab4038)

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:02 UTC 2017


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

js pushed a change to annotated tag debian/0.2.5-1
in repository janus.

        at  3ab4038   (tag)
   tagging  9e0316f1753466b29db5ba1da60f7bee99ef91c0 (commit)
  replaces  debian/0.2.4-2
 tagged by  Jonas Smedegaard
        on  Sat Oct 28 03:21:40 2017 +0200

- Log -----------------------------------------------------------------
janus Debian release 0.2.5-1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlnz26QACgkQLHwxRsGg
ASE2UA//Ug6Elwjj6paPDSyUGlDJVLIwnY78IvOtQH7OGyg97FgOUxlfWEvI3b4Q
zLG+KCTpY4TSJwjSzxh4GdvdbBYVfrHgg+e3EomG25t87EZUsfDYZkWNcMD0g9hK
s/IH/fbUDC6Nve9IimnCwl8jEWeMjs38pNID4wIBUh6o5CJIcjRTsGzcY1RhSDd8
Jg47pbP/dgI76bhlywPh7Tv5Yn8QmfKCyYx6pMSvPUfCDYjqjM57+qj5BZ7xXLHv
VfiSASsyYYogqZrB0fbc+cYISlWTEA9Tou7xWH8NSIOniM/YNvQ/mZrrU5ywxQu8
5uOHuxx9a3gZoQhA4SfnVC49vsLYazNWk/fMzHlKvPSxrBsR5UwAzETzvmqzu/st
EyTb/Umu21MbnxraS/sCcYbzSBbz8nRif9KV+FI0Pbcctd4be91SbdTnZ2qH73Od
qNvOr9amfVg/MjB0G+A2Sk7Ib8oLOtG94LtyOGKHO5nZFOGD8ucYe1KsJGFne/jv
POxkmKOMSYOMaiuT30nbi0Owf316QgeX/VghmLUuTKWb7bkCDP0QRh5E8agZVywI
GNsOGa20kZOXbSXMttGBfkSnSXDqQkRZngalUB9PIpZ3YAfIBueZmw26VuOTJqEu
GKBFtX13Zb5D0dEju5WpoI1MfOeWNSS3jKYPMsy2FwkRbiM6fxs=
=iB2i
-----END PGP SIGNATURE-----

Aleksey Ivanov (1):
      User forward declaration of json_t in plugin.h

Alessandro Toppi (5):
      Check for iceloop status before quitting the loop.
      Merge branch 'master' into fix-descriptors-leak
      Append latest glib.supp to janus-valgrind.supp
      Fix a regression in websocket ACL.
      Merge pull request #1020 from meetecho/fix-ws-acl

Alex (1):
      Fix compilation issue with libavcodec < 55.28

Gábor Tóth (2):
      documentation: add default value of videoroom publishers
      documentation: fix for a settings name

Johan Ouwerkerk (5):
      Decouple `janus.js` from its dependencies.
      Added documentation updates for decoupled dependencies:
      Add support for building JavaScript modules from html/janus.js.
      Integrate support for building JavaScript modules within the build system.
      Document available JavaScript module formats/syntaxes and how to build them.

Jonas Smedegaard (7):
      New upstream version 0.2.5
      Update upstream source from tag 'upstream/0.2.5'
      Unfuzz patches.
      Extend patch 2003 to cover jquery.blockUI. Have janus-doc depend on libjs-jquery-blockui.
      Add Vcs-Git and Vcs-Browser fields to control file.
      Declare compliance with Debian Policy 4.1.1.
      Prepare for release: Update changelog, and copyright hints.

Lorenzo Miniero (127):
      First integration of VP9 SVC support in the VideoRoom plugin
      Removed excessive verbosity
      Merge branch 'master' into vp9-svc
      Merge branch 'master' into vp9-svc
      Merge branch 'master' into vp9-svc
      Merge branch 'master' into vp9-svc
      First experiments with VP8 simulcasting (Chrome and Firefox, WIP)
      Several simulcast related fixes (third substream, REMB, etc.)
      Use tracks instead of streams in janus.js
      Merge branch 'master' into js-track
      Fixed a couple of typos, and improved a couple of methods
      Initial experiments with VP8 temporal scalability
      Merge branch 'master' into vp8-simulcast
      Experimenting with VP8 simulcasting in VideoRoom plugin as well
      Fixed typo, and enriched VideoRoom specific Admin API info when simulcasting
      Updated reference to webrtc-adapter (4.1.1)
      Fixed SDP munging when simulcasting
      Experiments with automatic simulcast substream changes (EchoTest)
      Reorganized simulcast-related JS code to make integration cleaner
      Reorganized how we munge SDP when simulcasting as a method, and added to createAnswer (but not for Chrome, it breaks video there)
      Added simulcasting support to VideoCall plugin
      Some fixes and enhancements in VideoRoom simulcasting
      Merge branch 'master' into vp8-simulcast
      Added placeholder code for simulcasting in RecordPlay and SIP plugins
      Don't enable simulcasting if the negotiated codec is not VP8
      Version bump for plugins
      Added simulcast support to RTP live mountpoints in the Streaming plugin
      Extended RTP forwarding in VideoRoom plugin to support simulcasting
      Merge branch 'master' into vp9-svc
      Updated plugin to send events at layer changes, and demo to use those (as VP8 simulcasting stuff does)
      Merge branch 'master' into js-track
      Merge branch 'master' into vp8-simulcast
      Merge branch 'master' into vp9-svc
      Merge branch 'master' into vp8-simulcast
      Merge branch 'master' into vp9-svc
      Moved VP9 SVC parsing to utils, so that they can be used in other plugins if needed
      Merge branch 'master' into vp9-svc
      Merge branch 'master' into vp8-simulcast
      Merge branch 'master' into vp8-simulcast
      Merge branch 'master' into vp9-svc
      Bumped to version 0.2.5
      Merge pull request #944 from meetecho/vp8-simulcast
      Aligned the VP9 SVC branch to the simulcast stuff merged in master
      Merge pull request #925 from meetecho/vp9-svc
      Added link to blog post in the VP9 SVC demo
      Merge branch 'master' into js-track
      Reduced verbosity of a few warnings
      Make sure handles are detached immediately when a session is destroyed
      Added ability for VideoRoom listeners to not negotiate support for media the publishers are sending
      Added option for Streaming viewers to subscribe to a subset of a mountpoint media
      Added a new paper to the Janus-related bibliography
      Fixed some typos, leaks, and broken checks
      Added some checks on the availability of an SDP in the SIP plugin
      Merge branch 'master' into js-track
      Implemented way to edit some room properties dynamically in AudioBridge, VideoRoom and TextRoom (see #939)
      Make sure handles are removed right away in case of a session timeout (see #963)
      Merge branch 'master' into js-track
      Fixed typo in AudioBridge docs
      Merge pull request #962 from tmatth/static_mutex_init
      Merge pull request #961 from longsleep/honor-trickle-with-external-stream
      Only do NACKs for a specific medium if they were negotiated
      Merge pull request #967 from tgabi333/patch-5
      Merge pull request #968 from tgabi333/patch-6
      Fixed RTP forwarding not working for video in VideoRoom plugin (fixes #975)
      Merge branch 'master' of github.com:meetecho/janus-gateway
      Don't offer medium to VideoRoom subscribers if recvonly/inactive (fixes #985)
      Updated VP9 SVC demo to use tracks, and bumped adapter to 5.0.1
      Merge pull request #942 from meetecho/js-track
      Added configurable ping/pong to WebSockets transport (see #986)
      Better management of session timeouts and destruction (see #986)
      Only use new WebSockets ping/pong stuff if libwebsockets >= 2.1
      Merge pull request #989 from bebo/rtt-fix
      Removed typo/leftover from stats evaluation in janus.js (fixes #976)
      Merge pull request #971 from uasan/patch-1
      Allow rtpmap/fmtp to be overridden when creating RTSP mountpoints (fixes #972)
      Wrap build date in quotes, when creating version.c (see #990)
      Fixed copy/paste error (see #972)
      Fixed static mutex initialization in HTTP transport, as per recent changes
      Made Record&Play plugin codec-agnostic (was opus/vp8 only before)
      Added text2pcap support for handles traffic
      Added option to truncate packets when dumping via text2pcap
      Added printf format to text2pcap dump method, and session/handle info when dumping
      Added G.722 support to Record&Play and janus-pp-rec
      Added some more video material to the FAQ on Janus in the docs
      Added some more video material to the FAQ on Janus in the docs
      Added index and anchors to the Janus FAQ in the docs
      Fixed the contact link in the Support HTML page
      Merge pull request #994 from mvnrsa/PHPClass
      Notify VideoRoom publishers and subscribers about codecs
      Changed the commented sample values for the WebSockets pingpong (see #988)
      Make sure there's only one a=end-of-candidates per m-line (fixes #995)
      Fixed playout of G.711 and G.722 recordings in Record&Play
      Fixed race condition when starting WebSockets threads and initialized still 0
      Fix for the SSL+WebSockets crashes (see #913)
      Changed check for libwebsockets in configure.ac, to make sure vhosts are supported
      Merge pull request #996 from meetecho/wss-fix
      Fixed typo where we sent the wrong info about video codecs in the Videoroom (fixes #1000)
      Merge pull request #993 from meetecho/text2pcap
      Ignore EINTR for Streaming mountpoints (fixes #1004)
      Fixed leak in Record&Play, and dead code in VideoRoom
      Fixed occasional deadlock when shutting down Janus
      Merge pull request #1005 from meetecho/fix-descriptors-leak
      Ignore ontrack event if there's no stream info
      Changed flags to dlopen to load modules
      Moved websockets ping/pong setup from the vhosts to the main context
      Fixed flags for NACK management after SDP parsing
      Fixed broken stats/NACKs for incoming streams (see #999)
      Merge pull request #991 from cmacq2/janus-js-dependencies
      Move SRTP specific definitions from rtp.h to a new header
      Don't ignore ICMP errors on RTP packets in the SIP plugin
      Fixed typo in comment
      Merge pull request #1024 from meetecho/rtp-srtp-header
      Merge pull request #1027 from mikaelnousiainen/feature/rtp-forwarder-static-config
      Made clearer that the new options added in #1027 are optional
      Fixed typo in rtp.c when resetting sequence numbers (should fix #992 and #1032)
      Changed check when enforcing RTP switching header changes
      Added configurable port range for RTP/RTCP ports in the SIP plugin
      Merge pull request #1031 from tugtugtug/notify_joining
      Merge pull request #1029 from cmacq2/build-js-modules
      Fixed a couple of nits in the new js-modules documentation (see #1029)
      Add js modules to dist target too, if built
      Added configure flag (--enable-all-js-modules) to enable all JS modules
      Ugly hack to fix nits (double dashes) in documentation
      Merge pull request #1036 from op/fix-adapter-dep
      Merge pull request #1016 from ivanovaleksey/plugin-h
      Added minijanus.js project to the resources in the docs
      Additional changes before iterating on hashtables

Marnus van Niekerk (1):
      Add PHPClass to Resources

Mikael Nousiainen (3):
      Add support for static configuration of RTP forwarder in audiobridge plugin
      Mention static RTP forwarder in the documentation
      Allow configuration of static RTP forwarder ID

Pete Hicks (1):
      fix rtcp delay calculation

S.A.N (1):
      Explicit mode non-interleaved

Simon Eisenmann (1):
      Honor trickle configuration when using ext. stream

Steven Tang (3):
      Fix issue #1030 by introducing a new flag to videoroom for joining events
      Add documentation to notify_joining
      Update change based on review and feedback by @lminiero

Tristan Matthews (4):
      mutex: add alias for PTHREAD_MUTEX_INITIALIZER
      plugins: use JANUS_MUTEX_INITIALIZER
      transports: use JANUS_MUTEX_INITIALIZER
      turnrest: use JANUS_MUTEX_INITIALIZER

Örjan Fors (1):
      Use supplied WebRTC adapter throughout file

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

This annotated tag includes the following new commits:

       new  242e4f3   First integration of VP9 SVC support in the VideoRoom plugin
       new  1182cf0   Removed excessive verbosity
       new  6a8236f   Merge branch 'master' into vp9-svc
       new  f28d8b3   Merge branch 'master' into vp9-svc
       new  06f364a   Merge branch 'master' into vp9-svc
       new  308b991   Merge branch 'master' into vp9-svc
       new  3e01d6e   First experiments with VP8 simulcasting (Chrome and Firefox, WIP)
       new  460a643   Several simulcast related fixes (third substream, REMB, etc.)
       new  0054bb1   Use tracks instead of streams in janus.js
       new  62bffc2   Merge branch 'master' into js-track
       new  831bb62   Fixed a couple of typos, and improved a couple of methods
       new  3d67fa8   Initial experiments with VP8 temporal scalability
       new  a262277   Merge branch 'master' into vp8-simulcast
       new  47da5b6   Experimenting with VP8 simulcasting in VideoRoom plugin as well
       new  903624f   Fixed typo, and enriched VideoRoom specific Admin API info when simulcasting
       new  db17ede   Updated reference to webrtc-adapter (4.1.1)
       new  ad42982   Fixed SDP munging when simulcasting
       new  4a26706   Experiments with automatic simulcast substream changes (EchoTest)
       new  05f1a96   Reorganized simulcast-related JS code to make integration cleaner
       new  90f4875   Reorganized how we munge SDP when simulcasting as a method, and added to createAnswer (but not for Chrome, it breaks video there)
       new  5709ba6   Added simulcasting support to VideoCall plugin
       new  50162f9   Some fixes and enhancements in VideoRoom simulcasting
       new  1156920   Merge branch 'master' into vp8-simulcast
       new  7013506   Added placeholder code for simulcasting in RecordPlay and SIP plugins
       new  8015f90   Don't enable simulcasting if the negotiated codec is not VP8
       new  db2def8   Version bump for plugins
       new  96de4ef   Added simulcast support to RTP live mountpoints in the Streaming plugin
       new  833fbe8   Extended RTP forwarding in VideoRoom plugin to support simulcasting
       new  7d935e0   Merge branch 'master' into vp9-svc
       new  1d58b2d   Updated plugin to send events at layer changes, and demo to use those (as VP8 simulcasting stuff does)
       new  7fc64a5   Merge branch 'master' into js-track
       new  2320be4   Merge branch 'master' into vp8-simulcast
       new  7c47ae9   Merge branch 'master' into vp9-svc
       new  8a7de5f   Merge branch 'master' into vp8-simulcast
       new  580236f   Merge branch 'master' into vp9-svc
       new  a25c21a   Moved VP9 SVC parsing to utils, so that they can be used in other plugins if needed
       new  23635d9   Merge branch 'master' into vp9-svc
       new  f9de4cd   Merge branch 'master' into vp8-simulcast
       new  45ed03d   Merge branch 'master' into vp8-simulcast
       new  fd8d681   Merge branch 'master' into vp9-svc
       new  a80b63a   Bumped to version 0.2.5
       new  211c2c2   Merge pull request #944 from meetecho/vp8-simulcast
       new  44d6d66   Aligned the VP9 SVC branch to the simulcast stuff merged in master
       new  edcf9e2   Merge pull request #925 from meetecho/vp9-svc
       new  073a486   Added link to blog post in the VP9 SVC demo
       new  5b8434f   Merge branch 'master' into js-track
       new  96e3cbb   Reduced verbosity of a few warnings
       new  b7545dc   Make sure handles are detached immediately when a session is destroyed
       new  fd95697   Honor trickle configuration when using ext. stream
       new  a9b6dce   Added ability for VideoRoom listeners to not negotiate support for media the publishers are sending
       new  a795df5   Added option for Streaming viewers to subscribe to a subset of a mountpoint media
       new  276ff14   Added a new paper to the Janus-related bibliography
       new  05b5a81   Fixed some typos, leaks, and broken checks
       new  6a57112   Added some checks on the availability of an SDP in the SIP plugin
       new  57eb0e3   Merge branch 'master' into js-track
       new  e2fff24   Implemented way to edit some room properties dynamically in AudioBridge, VideoRoom and TextRoom (see #939)
       new  aa880c1   Make sure handles are removed right away in case of a session timeout (see #963)
       new  46a4e2e   Merge branch 'master' into js-track
       new  00ef8f7   mutex: add alias for PTHREAD_MUTEX_INITIALIZER
       new  cc3c338   plugins: use JANUS_MUTEX_INITIALIZER
       new  8f249fa   transports: use JANUS_MUTEX_INITIALIZER
       new  c50705c   turnrest: use JANUS_MUTEX_INITIALIZER
       new  05bb973   Fixed typo in AudioBridge docs
       new  ca3429b   Merge pull request #962 from tmatth/static_mutex_init
       new  0308b8b   Merge pull request #961 from longsleep/honor-trickle-with-external-stream
       new  90fa6b6   Only do NACKs for a specific medium if they were negotiated
       new  84a28c7   documentation: add default value of videoroom publishers
       new  dd0d06d   documentation: fix for a settings name
       new  fd407d9   Explicit mode non-interleaved
       new  1d2a908   Merge pull request #967 from tgabi333/patch-5
       new  e958713   Merge pull request #968 from tgabi333/patch-6
       new  5803d78   Fixed RTP forwarding not working for video in VideoRoom plugin (fixes #975)
       new  dcb4b39   Merge branch 'master' of github.com:meetecho/janus-gateway
       new  abbe56a   Don't offer medium to VideoRoom subscribers if recvonly/inactive (fixes #985)
       new  2cb94d7   Updated VP9 SVC demo to use tracks, and bumped adapter to 5.0.1
       new  23ca42e   Merge pull request #942 from meetecho/js-track
       new  b9ece6a   Added configurable ping/pong to WebSockets transport (see #986)
       new  5ffcf9a   Better management of session timeouts and destruction (see #986)
       new  7b3ddb2   fix rtcp delay calculation
       new  f4781e8   Only use new WebSockets ping/pong stuff if libwebsockets >= 2.1
       new  7e98e27   Merge pull request #989 from bebo/rtt-fix
       new  2e674c8   Removed typo/leftover from stats evaluation in janus.js (fixes #976)
       new  9a6d555   Merge pull request #971 from uasan/patch-1
       new  ecc0607   Allow rtpmap/fmtp to be overridden when creating RTSP mountpoints (fixes #972)
       new  acb7016   Wrap build date in quotes, when creating version.c (see #990)
       new  d77b31a   Fixed copy/paste error (see #972)
       new  6b634c2   Fixed static mutex initialization in HTTP transport, as per recent changes
       new  f0ae6d1   Made Record&Play plugin codec-agnostic (was opus/vp8 only before)
       new  0ada6b6   Added text2pcap support for handles traffic
       new  cc17dd5   Add PHPClass to Resources
       new  fefaacc   Added option to truncate packets when dumping via text2pcap
       new  c3fbbdf   Added printf format to text2pcap dump method, and session/handle info when dumping
       new  c7c94b0   Added G.722 support to Record&Play and janus-pp-rec
       new  52674b4   Added some more video material to the FAQ on Janus in the docs
       new  30083da   Added some more video material to the FAQ on Janus in the docs
       new  e379611   Added index and anchors to the Janus FAQ in the docs
       new  8ef4d09   Fixed the contact link in the Support HTML page
       new  fe90b00   Merge pull request #994 from mvnrsa/PHPClass
       new  bcea143   Notify VideoRoom publishers and subscribers about codecs This solves the problem of subscribers getting an SDP they can't process (e.g., Safari with an SDP containing VP8), as when receiving info on a new publisher they can look at the codec and decide to only subscribe to the media streams they support This also helps publishers hide the local webcam display, if it turns out their video stream has been rejected (e.g., Safari publishing H.264 only in a VP8 room)
       new  eb952fb   Changed the commented sample values for the WebSockets pingpong (see #988)
       new  2af6201   Make sure there's only one a=end-of-candidates per m-line (fixes #995)
       new  9650fb7   Fixed playout of G.711 and G.722 recordings in Record&Play
       new  817a7e6   Fixed race condition when starting WebSockets threads and initialized still 0
       new  c787cc1   Fix for the SSL+WebSockets crashes (see #913)
       new  23bc915   Changed check for libwebsockets in configure.ac, to make sure vhosts are supported
       new  da691d3   Merge pull request #996 from meetecho/wss-fix
       new  19ba08a   Fixed typo where we sent the wrong info about video codecs in the Videoroom (fixes #1000)
       new  1f65a11   Check for iceloop status before quitting the loop.
       new  3978348   Merge pull request #993 from meetecho/text2pcap
       new  f24fbae   Ignore EINTR for Streaming mountpoints (fixes #1004)
       new  6b89cea   Fixed leak in Record&Play, and dead code in VideoRoom
       new  291a430   Merge branch 'master' into fix-descriptors-leak
       new  c6c4269   Fixed occasional deadlock when shutting down Janus
       new  b016cc8   Merge pull request #1005 from meetecho/fix-descriptors-leak
       new  6e502df   Ignore ontrack event if there's no stream info
       new  5847345   Append latest glib.supp to janus-valgrind.supp
       new  18e7946   Changed flags to dlopen to load modules
       new  c136fc5   Moved websockets ping/pong setup from the vhosts to the main context
       new  7708336   Fixed flags for NACK management after SDP parsing
       new  c4c63c9   Fixed broken stats/NACKs for incoming streams (see #999)
       new  f6581c1   Decouple `janus.js` from its dependencies.
       new  42ab4ab   Added documentation updates for decoupled dependencies:
       new  9bc69c1   Merge pull request #991 from cmacq2/janus-js-dependencies
       new  336d72c   Fix a regression in websocket ACL.
       new  f1d7a04   Merge pull request #1020 from meetecho/fix-ws-acl
       new  31ef301   Move SRTP specific definitions from rtp.h to a new header
       new  2162f46   Don't ignore ICMP errors on RTP packets in the SIP plugin
       new  821f942   Fixed typo in comment
       new  1f3aaad   Add support for static configuration of RTP forwarder in audiobridge plugin
       new  af84955   Mention static RTP forwarder in the documentation
       new  db8573b   Allow configuration of static RTP forwarder ID
       new  8e0e3b3   Fix issue #1030 by introducing a new flag to videoroom for joining events
       new  e644cfa   Merge pull request #1024 from meetecho/rtp-srtp-header
       new  131a872   User forward declaration of json_t in plugin.h
       new  0e11b6b   Add documentation to notify_joining
       new  521633f   Merge pull request #1027 from mikaelnousiainen/feature/rtp-forwarder-static-config
       new  7c9f5b7   Made clearer that the new options added in #1027 are optional
       new  e20f180   Update change based on review and feedback by @lminiero
       new  266053e   Fixed typo in rtp.c when resetting sequence numbers (should fix #992 and #1032)
       new  5c9c4d1   Add support for building JavaScript modules from html/janus.js.
       new  3b856ed   Integrate support for building JavaScript modules within the build system.
       new  bcb10cf   Document available JavaScript module formats/syntaxes and how to build them.
       new  4e867f4   Changed check when enforcing RTP switching header changes
       new  450c62e   Added configurable port range for RTP/RTCP ports in the SIP plugin
       new  b6ada29   Fix compilation issue with libavcodec < 55.28
       new  c4db282   Use supplied WebRTC adapter throughout file
       new  3907b29   Merge pull request #1031 from tugtugtug/notify_joining
       new  b2e48c3   Merge pull request #1029 from cmacq2/build-js-modules
       new  95cf0aa   Fixed a couple of nits in the new js-modules documentation (see #1029)
       new  4c74a03   Add js modules to dist target too, if built
       new  fadb4fe   Added configure flag (--enable-all-js-modules) to enable all JS modules
       new  9e55e3d   Ugly hack to fix nits (double dashes) in documentation
       new  8bb7b1b   Merge pull request #1036 from op/fix-adapter-dep
       new  52a2362   Merge pull request #1016 from ivanovaleksey/plugin-h
       new  de7829f   Added minijanus.js project to the resources in the docs
       new  72b547c   Additional changes before iterating on hashtables
       new  2aca1b3   New upstream version 0.2.5
       new  27a9853   Update upstream source from tag 'upstream/0.2.5'
       new  80da4b7   Unfuzz patches.
       new  df84d29   Extend patch 2003 to cover jquery.blockUI. Have janus-doc depend on libjs-jquery-blockui.
       new  9253b51   Add Vcs-Git and Vcs-Browser fields to control file.
       new  86d4abd   Declare compliance with Debian Policy 4.1.1.
       new  9e0316f   Prepare for release: Update changelog, and copyright hints.

The 163 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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