1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00

Update CHANGES for 0.5.5.

This commit is contained in:
Juliusz Chroboczek 2022-07-23 20:42:20 +02:00
parent a8ce0b3f8c
commit 7d4133d1c3

11
CHANGES
View file

@ -1,3 +1,14 @@
23 July 2022: Galene 0.5.5
* Fixed a longstanding bug with time conversion that would occasionally
cause us to miscalculate rates and send incorrect sender reports.
Thanks to lamhai1401.
* Updated srtp to a version that includes Adrian Cable's optimisations.
This should yield a 10% to 20% improvement for AES-CTR (but modern
browsers use GCM).
* Reworded the Safari warning to be more frightening, since
screensharing on Safari tends to get stuck.
5 May 2022: Galene 0.5.4
* Fix username check when a token is present.