From 73a47de281e530d8460d8a6246fca7d5e0fe3889 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Mon, 15 Jul 2024 14:20:49 +0200 Subject: [PATCH] Update CHANGES. --- CHANGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 4f46f28..2b4945b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,10 @@ -Galene 0.9.1 (unreleased) +15 July 2024: Galene 0.9.1 * Added an example client with minimal functionality under static/example. - * Fixed a race condition that would cause the client to run with - undefined settings if the initial connection was extremely fast. * Changed the token login to force a user interaction in order to avoid issues with autoplay. + * Fixed a race condition that would cause the client to run with + undefined settings if the initial connection was extremely fast. * Implemented client-side timeouts (we already had one on the server side). * Reduced the server-side timeout. * Don't attempt to set the file descriptor limit, since recent versions