From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass smtp.mailfrom=irif.fr; dkim=pass header.d=irif.fr; arc=none (Message is not ARC signed); dmarc=none 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 62DEB124A8C7 for ; Sun, 21 Jun 2026 18:05:27 +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 65LG5QN0025063 for ; Sun, 21 Jun 2026 18:05:26 +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 A96768A240 for ; Sun, 21 Jun 2026 18:05:26 +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=1782057925; x=1782921926; bh=/nNyKwT4K8zd9TnYjPADxK AxlnkFcq8W8/PzW5CYVI0=; b=T4KMqHkN30Cp6De8s9xwQnYMJy/MzrK+OoXgXF TeeEFY5/Gl+KkV8TTGDt97HpIuTD9qR03CTq3mi6Z6oOI7T11jSMrGpmhIn43xkv Qt+yEPWxWLXaOUr4WXKKQfzaDHRjxB6X1mlmSzApvdkdTCQFDwI/8lM21acQT3oI MxkAf/Gvg2OT9U2pZY4sR5CJ+V1VTy5g28bmzze4/kbzMV7/PG/NYD25ztVqowXv AakPbtIIkcrqdM4wBLRPaAd84/83mOw/mIdhKaAl+uSNiprJxa06cFXsa/Qn+ouA kHfH/9yiRl13LGgJop/qMcUbPXqSOxYdDO4hTdAqWWfXHRPg== 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 cRvWFPbYT6eI for ; Sun, 21 Jun 2026 18:05:25 +0200 (CEST) Received: from trurl.irif.fr (82-64-191-149.subs.proxad.net [82.64.191.149]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 4C7808A39C for ; Sun, 21 Jun 2026 18:05:25 +0200 (CEST) Date: Sun, 21 Jun 2026 18:05:25 +0200 Message-ID: <87pl1jev5m.wl-jch@irif.fr> From: Juliusz Chroboczek To: galene@lists.galene.org User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/30.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]); Sun, 21 Jun 2026 18:05:26 +0200 (CEST) X-Miltered: at korolev with ID 6A380BC6.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 6A380BC6.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 : 6A380BC6.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: INX2MCJ4PLLD4QWYJ73VKYYJIQ5FY6FI X-Message-ID-Hash: INX2MCJ4PLLD4QWYJ73VKYYJIQ5FY6FI X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list Subject: [Galene] ANNOUNCE: Galene 1.1 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 1.1 is available by doing git clone -b galene-1.1 https://github.com/jech/galene This version accumulates almost a year of minor changes. Notable news are that onboarding is simplified thanks to the "galenectl initial-setup" command, stateful token can now apply to a hierarchy of groups or even to the whole server, and peer-to-peer file transfer has been made more efficient (it should now be possible to transfer files that are larger than available RAM). The changelog follows. -- Juliusz 21 June 2026: Galene 1.1 * Implemented "galenectl initial-setup". * Implemented global tokens. * Added options "-unrestricted-tokens" and "-auto-subgroups" to galenectl group commands. * Reworked the documentation. * Fixed a bug that could cause multiple reads of the token file. * Explicitly use blobs for file transfer, this should allow transferring files larger than available memory. This was the intent all along, but the spec changed behind our back. * Implemented support for RSA tokens. Thanks to Jean Dupouy. * Added support for include-inferiors in cryptographic tokens. Thanks to izeau. * Fixed an issue with the chat window and the users' list disappearing on mobile. Thanks to Kirill smelkov. * Fixed an issue that made it impossible to add a wildcard user to a group with no users. Thanks to Andrea Zucchelli. * Added some more protection against denial of service attacks. Thanks to Vinayak Mishra. * Fixed some race condtions in permission handling. Thanks to Vinayak Mishra.