1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-21 02:45:28 +00:00

Document and release 46.3

This commit is contained in:
Evangelos Ribeiro Tzaras 2024-06-29 10:09:22 +02:00
parent dcb70a9b77
commit f8c2471487
4 changed files with 66 additions and 1 deletions

20
NEWS
View file

@ -1,3 +1,23 @@
Calls 46.3
----------
Released: June 2024
* Fix crash when Modem has no location services
* Fix crash when SIP handles have never gotten set up
* Issues fixed:
* https://gitlab.gnome.org/GNOME/calls/-/issues/641
* Contributors:
* Guido Günther
* UI translations:
* Rūdolfs Mazurs (lv)
* Bruce Cowan (en_GB)
* A S Alam (pa)
* Athmane MOKRAOUI (kab)
* Rachida SACI (kab)
* Aefgh Threenine (th)
* Scrambled 777 (hi)
* Pawan Chitrakar (ne)
Calls 46.0 Calls 46.0
---------- ----------
Released: March 2024 Released: March 2024

View file

@ -69,6 +69,14 @@
<content_rating type="oars-1.1"/> <content_rating type="oars-1.1"/>
<releases> <releases>
<release version="46.3" date="2024-06-29">
<description>
<p>
This stable release fixes crashes in the ModemManager and SIP backend
as well as bringing updated and new translations.
</p>
</description>
</release>
<release version="46.0" date="2024-03-14"> <release version="46.0" date="2024-03-14">
<description> <description>
<p> <p>

37
debian/changelog vendored
View file

@ -1,3 +1,40 @@
gnome-calls (46.3) unstable; urgency=medium
[ Rūdolfs Mazurs ]
* Add Latvian translation
[ Bruce Cowan ]
* Update British English translation
[ A S Alam ]
* Update Punjabi translation
[ Athmane MOKRAOUI ]
* Add Kabyle translation
* Update Kabyle translation
[ Rachida SACI ]
* Update Kabyle translation
[ Aefgh Threenine ]
* Add Thai translation
[ Scrambled 777 ]
* Update Hindi translation
* Update Hindi translation
[ Pawan Chitrakar ]
* Add Nepali translation
* Update Nepali translation
[ Guido Günther ]
* mm-origin: Don't crash when Modem has no location services
* mm-origin: Handle missing SIM case more gracefully
* sip: Don't crash when handles never got set up
* calls-ringer: Don't restart when feedback got ended explicitly
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Sat, 29 Jun 2024 09:01:57 +0200
gnome-calls (46.0) unstable; urgency=medium gnome-calls (46.0) unstable; urgency=medium
[ Sabri Ünal ] [ Sabri Ünal ]

View file

@ -22,7 +22,7 @@
project( project(
'calls', 'calls',
'c', 'vala', 'c', 'vala',
version: '46.0', version: '46.3',
license: 'GPLv3+', license: 'GPLv3+',
meson_version: '>= 0.56.0', meson_version: '>= 0.56.0',
default_options: [ default_options: [