From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=irif.fr (client-ip=2001:660:3301:8000::1:2; helo=korolev.univ-paris7.fr; envelope-from=jch@irif.fr; receiver=) Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id D4F34920072 for ; Thu, 27 Jan 2022 14:27:56 +0100 (CET) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 20RDRs8Z008946 for ; Thu, 27 Jan 2022 14:27:54 +0100 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 4F2AA11A501 for ; Thu, 27 Jan 2022 14:27:54 +0100 (CET) X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id Hw6Jx9eyOIOt for ; Thu, 27 Jan 2022 14:27:51 +0100 (CET) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 38C5E11A4FB for ; Thu, 27 Jan 2022 14:27:51 +0100 (CET) Date: Thu, 27 Jan 2022 14:27:51 +0100 Message-ID: <87bkzxnwa0.wl-jch@irif.fr> From: Juliusz Chroboczek To: galene@lists.galene.org User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Thu, 27 Jan 2022 14:27:54 +0100 (CET) X-Miltered: at korolev with ID 61F29DDA.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 61F29DDA.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 61F29DDA.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Message-ID-Hash: QQHK5JTWC5ISDOFXR2O5573PMW3ZU7SY X-Message-ID-Hash: QQHK5JTWC5ISDOFXR2O5573PMW3ZU7SY X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.5 Precedence: list Subject: [Galene] ANNOUNCE: galene-0.4.3 List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Dear all, Galene 0.4.3 is available from git clone -b galene-0.4.3 https://github.com/jech/galene For more information about the Galene videoconferencing server, please see https://galene.org This is mostly a bug-fix release. In particular, it fixes a deadlock that may occur when massive numbers of users join a group simultaneously; is never happens in real-world usage, but is easily reproducible during automated testing. There have been more tweaks to the code that saves videos to disk, it behaves a little bit better in the presence of packet loss, but is still not as good as it could be. The only user-visible change in this version is the ability to show raised hands, thanks to Sascha Silbe. 27 January 2021: Gal=E8ne 0.4.3 * Fix a locking issue that could cause a deadlock when massive numbers of clients join at the same time. * Add support for displaying raised hands (thanks to Sascha Silbe). * Update the MIME type for AV1 to track recent browsers. * Avoid overflow during rate estimation. * More fixes to the disk writer. -- Juliusz