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=) Authentication-Results: mail.toke.dk; dkim=pass (2048-bit key; unprotected) header.d=irif.fr header.i=@irif.fr header.a=rsa-sha256 header.s=dkim-irif header.b=CIkSSWLy 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 12D7E9FC96F for ; Mon, 10 Apr 2023 15:36:43 +0200 (CEST) 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 33ADaeE9017637 for ; Mon, 10 Apr 2023 15:36:40 +0200 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 454B756D0C for ; Mon, 10 Apr 2023 15:36:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=irif.fr; h= content-type:content-type:mime-version:user-agent:subject :subject:from:from:message-id:date:date:received:received; s= dkim-irif; t=1681133798; x=1681997799; bh=DSBs+Wt358jAZkvq50WzrU owsHDwNkShklHusoGKh78=; b=CIkSSWLy6+Muk/wD7AnxZu415sP1cQUnZtkkVm ArOjxNamu/gjXQxw+JtKLCEfxRTUbxKbDfaPtAN2JklMPQf0gmrVtsW94eJslo+C 2GIgAkVuGVs43IWBcpP0nI3vOtYhnGlhm0izbsEshvLjN8kb/0Hkb/pmbA9sw0kO xiOcUwbfUBtbJuHLr8lgYR4tRwLn0YB72Dtu2ASJ0qjyp2LgV3n1R70UanJwk1Gm O72qNEcCefsaJbJY2mraQJErQUajaa8fAbadkQlV8xyKfMU8hUHw41O3ue1HR0GS mV0DbSB+Af6zHRKsIP3N+c/yLDSfXAusNR4QnCGlVSyERjmA== 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 t1Uhh4JUXbGu for ; Mon, 10 Apr 2023 15:36:38 +0200 (CEST) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 9617A56CA4 for ; Mon, 10 Apr 2023 15:36:38 +0200 (CEST) Date: Mon, 10 Apr 2023 15:36:38 +0200 Message-ID: <87ttxn2715.wl-jch@irif.fr> From: Juliusz Chroboczek To: galene@lists.galene.org User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/28.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Mon, 10 Apr 2023 15:36:40 +0200 (CEST) X-Miltered: at korolev with ID 643410E8.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 643410E8.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 : 643410E8.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: T2NFXYLSRBJQYFTDHMLVIJJKHOUYCFNF X-Message-ID-Hash: T2NFXYLSRBJQYFTDHMLVIJJKHOUYCFNF 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.8 Precedence: list Subject: [Galene] ANNOUNCE: galene-0.7.0 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.7.0 is available by doing git clone -b galene-0.7.0 https://github.com/jech/galene For more information about the Galene videoconference server, please see https://galene.org The main feature in this version is support for stateful tokens, which allow to log in without going through the username/password ritual. You may now say /invite user 2d to create a link that allows logging into the current group and will expire after two days. If the username is an empty string, then the user will be prompted for a username. Please see the "/invite", "/reinvite", "/revoke" and "/listtokens" commands in the online help, and the "unrestricted-tokens" option in the group configuration. There are some other more minor tweaks and features. Here's the changelog. 10 April 2023: Galene 0.7.0 * Updated the protocol version to 2. Dates are now represented in ISO 8601 format, and there is a new "error" field in error messages that contains a machine-readable identifier. * Implemented stateful tokens ("invitations"). * Made more errors non-fatal, which makes it possible for the client to recover in more situations. * Reworked the progress indicator used during file transfer. * Added Referrer-Policy and X-Content-Type-Options headers to HTTP responses (Galene was already generating HTML links with the "noreferrer" option). Thanks to Alexandre Iooss. * Fixed a bug in the handling of leave messages. (The bundled client never sends leave, it just disconnects, so the bug never triggerred.) * Changed the way simulcast tracks are selected to not depend on the rid. Enjoy, -- Juliusz