1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-28 14:55:26 +00:00

Document and release 41.rc

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-09-02 22:47:21 +02:00
parent 56259fd1f1
commit 72a513c138
3 changed files with 78 additions and 0 deletions

18
NEWS
View file

@ -1,3 +1,21 @@
Calls 41.rc
-------------
Released: September
* Fix bug preventing SIP from working when using multiple network interfaces
* Fixes around SIP account management and its UI
* Translation updates:
- Galician (Fran Dieguez)
- German (Phillip Kiemle)
- Indonesian (Andika Triwidada)
- Occitan (Quentin PAGÈS)
- Persian (Danial Behzadi)
- Portuguese (Brazil) (Rafael Fontenelle)
- Romanian (Florentina Mușat)
- Swedish (Anders Jonsson)
- Ukrainian (Yuri Chornoivan)
Calls 41.beta
-------------
Released: 14. August 2021

View file

@ -69,6 +69,9 @@
</content_rating>
<releases>
<release version="41.rc" date="2021-09-02">
<description>SIP Plugin polish and bugfixes.</description>
</release>
<release version="41.beta" date="2021-08-14">
<description>SIP Plugin usable from the UI.</description>
</release>

57
debian/changelog vendored
View file

@ -1,3 +1,60 @@
gnome-calls (41.rc) UNRELEASED; urgency=medium
[ Anders Jonsson ]
* Update Swedish translation
[ Yuri Chornoivan ]
* Update Ukrainian translation
[ Evangelos Ribeiro Tzaras ]
* Post-release version bump
* new-call-box: Reindent
* new-call-box: Press enter to place a call
* new-call-box: Hide empty results
* manager: Initialize g_auto variable to NULL
* flatpak: Update dependencies
* ci: Unbreak CI after Debian Bullseye release
* sip: Avoid g_error for non-fatal issues
* sip: provider: No need to print warning when no credentials file found
* sip: provider: Try to create folder for credentials
* sip: Avoid dereferencing a NULL pointer
* new-call-box: Always update the UI when the list of origins changes
* sip: origin: Bail when trying to go online but nua handle is not present
* account-widget: Actually use the selected protocol
* account-widget: Actually use the entered port
* sip: Make save_to_disk() public and use it when updating accounts
* origin: Fix the password when updating credentials
* account-widget: Fix apply button not becoming sensitive
* sip: origin: Include transport parameter in NUTAG_URL and friends
* sip: origin: Warn instead of asserting in update_nua() on nua stack
* Introduce CallsNetworkWatch to notify of network changes
* sip: origin: Recreate sofia handles on network change
* sip: origin: Handle nua_shutdown() timeout gracefully
* sip: origin: Destroy registration handle on deinit
[ Daniel Șerbănescu ]
* Update Romanian translation
[ Michael Oppliger ]
* Update German translation
[ Rafael Fontenelle ]
* Update Brazilian Portuguese translation
[ Fran Dieguez ]
* Add Galician translation
[ Andika Triwidada ]
* Update Indonesian translation
[ Quentin PAGÈS ]
* Add Occitan translation
[ Danial Behzadi ]
* Update Persian translation
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Thu, 02 Sep 2021 22:22:07 +0200
gnome-calls (41~beta) byzantium; urgency=medium
[ Rafael Fontenelle ]