mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Update CHANGES.
This commit is contained in:
parent
3d857120db
commit
ceb82fcf05
1 changed files with 15 additions and 4 deletions
19
CHANGES
19
CHANGES
|
@ -1,13 +1,24 @@
|
||||||
|
Galene 0.5.6 (unreleased):
|
||||||
|
|
||||||
|
* Rework the peer-to-peer file transfer protocol. It now lives in
|
||||||
|
protocol.js, which makes it easy to use by third-party clients.
|
||||||
|
* Extend the authorization protocol to allow the authorization server to
|
||||||
|
request that the client fall back to password authorization.
|
||||||
|
* Make it possible to run the web server on a Unix domain socket.
|
||||||
|
Thanks to Martin Pépin.
|
||||||
|
* Check that a given group exists before redirecting from the landing
|
||||||
|
page. This avoids an unsightly 404 error when the user makes a typo.
|
||||||
|
|
||||||
23 July 2022: Galene 0.5.5
|
23 July 2022: Galene 0.5.5
|
||||||
|
|
||||||
* Fixed a longstanding bug with time conversion that would occasionally
|
* Fix a longstanding bug with time conversion that would occasionally
|
||||||
cause us to miscalculate rates and send incorrect sender reports.
|
cause us to miscalculate rates and send incorrect sender reports.
|
||||||
Thanks to lamhai1401.
|
Thanks to lamhai1401.
|
||||||
* Updated srtp to a version that includes Adrian Cable's optimisations.
|
* Update srtp to a version that includes Adrian Cable's optimisations.
|
||||||
This should yield a 10% to 20% improvement for AES-CTR (but modern
|
This should yield a 10% to 20% improvement for AES-CTR (but modern
|
||||||
browsers use GCM).
|
browsers use GCM).
|
||||||
* Reworded the Safari warning to be more frightening, since
|
* Reword the Safari warning to be more frightening, since screensharing
|
||||||
screensharing on Safari tends to get stuck.
|
on Safari tends to get stuck.
|
||||||
|
|
||||||
5 May 2022: Galene 0.5.4
|
5 May 2022: Galene 0.5.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue