[Pkg-voip-commits] [janus] 26/163: Version bump for plugins

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


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

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

commit db2def8c308dade58678866d59e556861d5a8bb3
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Tue Jul 11 18:41:57 2017 +0200

    Version bump for plugins
---
 plugins/janus_echotest.c   | 4 ++--
 plugins/janus_recordplay.c | 4 ++--
 plugins/janus_sip.c        | 4 ++--
 plugins/janus_videocall.c  | 4 ++--
 plugins/janus_videoroom.c  | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/plugins/janus_echotest.c b/plugins/janus_echotest.c
index aee9d1d..ebf5778 100644
--- a/plugins/janus_echotest.c
+++ b/plugins/janus_echotest.c
@@ -99,8 +99,8 @@
 
 
 /* Plugin information */
-#define JANUS_ECHOTEST_VERSION			6
-#define JANUS_ECHOTEST_VERSION_STRING	"0.0.6"
+#define JANUS_ECHOTEST_VERSION			7
+#define JANUS_ECHOTEST_VERSION_STRING	"0.0.7"
 #define JANUS_ECHOTEST_DESCRIPTION		"This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface."
 #define JANUS_ECHOTEST_NAME				"JANUS EchoTest plugin"
 #define JANUS_ECHOTEST_AUTHOR			"Meetecho s.r.l."
diff --git a/plugins/janus_recordplay.c b/plugins/janus_recordplay.c
index 5ba9388..41b1d16 100644
--- a/plugins/janus_recordplay.c
+++ b/plugins/janus_recordplay.c
@@ -263,8 +263,8 @@
 
 
 /* Plugin information */
-#define JANUS_RECORDPLAY_VERSION			3
-#define JANUS_RECORDPLAY_VERSION_STRING		"0.0.3"
+#define JANUS_RECORDPLAY_VERSION			4
+#define JANUS_RECORDPLAY_VERSION_STRING		"0.0.4"
 #define JANUS_RECORDPLAY_DESCRIPTION		"This is a trivial Record&Play plugin for Janus, to record WebRTC sessions and replay them."
 #define JANUS_RECORDPLAY_NAME				"JANUS Record&Play plugin"
 #define JANUS_RECORDPLAY_AUTHOR				"Meetecho s.r.l."
diff --git a/plugins/janus_sip.c b/plugins/janus_sip.c
index e38edca..02170b8 100644
--- a/plugins/janus_sip.c
+++ b/plugins/janus_sip.c
@@ -80,8 +80,8 @@
 
 
 /* Plugin information */
-#define JANUS_SIP_VERSION			6
-#define JANUS_SIP_VERSION_STRING	"0.0.6"
+#define JANUS_SIP_VERSION			7
+#define JANUS_SIP_VERSION_STRING	"0.0.7"
 #define JANUS_SIP_DESCRIPTION		"This is a simple SIP plugin for Janus, allowing WebRTC peers to register at a SIP server and call SIP user agents through the gateway."
 #define JANUS_SIP_NAME				"JANUS SIP plugin"
 #define JANUS_SIP_AUTHOR			"Meetecho s.r.l."
diff --git a/plugins/janus_videocall.c b/plugins/janus_videocall.c
index a897e81..bb1c17c 100644
--- a/plugins/janus_videocall.c
+++ b/plugins/janus_videocall.c
@@ -242,8 +242,8 @@
 
 
 /* Plugin information */
-#define JANUS_VIDEOCALL_VERSION			5
-#define JANUS_VIDEOCALL_VERSION_STRING	"0.0.5"
+#define JANUS_VIDEOCALL_VERSION			6
+#define JANUS_VIDEOCALL_VERSION_STRING	"0.0.6"
 #define JANUS_VIDEOCALL_DESCRIPTION		"This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through the gateway."
 #define JANUS_VIDEOCALL_NAME			"JANUS VideoCall plugin"
 #define JANUS_VIDEOCALL_AUTHOR			"Meetecho s.r.l."
diff --git a/plugins/janus_videoroom.c b/plugins/janus_videoroom.c
index 0de7cfe..cf48fdb 100644
--- a/plugins/janus_videoroom.c
+++ b/plugins/janus_videoroom.c
@@ -148,8 +148,8 @@ rec_dir = <folder where recordings should be stored, when enabled>
 
 
 /* Plugin information */
-#define JANUS_VIDEOROOM_VERSION			8
-#define JANUS_VIDEOROOM_VERSION_STRING	"0.0.8"
+#define JANUS_VIDEOROOM_VERSION			9
+#define JANUS_VIDEOROOM_VERSION_STRING	"0.0.9"
 #define JANUS_VIDEOROOM_DESCRIPTION		"This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router."
 #define JANUS_VIDEOROOM_NAME			"JANUS VideoRoom plugin"
 #define JANUS_VIDEOROOM_AUTHOR			"Meetecho s.r.l."

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