mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-09 13:25:35 +00:00
Document and release 43.3
This commit is contained in:
parent
1d777b5010
commit
e6d83159c4
4 changed files with 104 additions and 1 deletions
36
NEWS
36
NEWS
|
@ -1,3 +1,39 @@
|
||||||
|
Calls 43.3
|
||||||
|
----------------
|
||||||
|
Released: 12 January 2023
|
||||||
|
|
||||||
|
New features:
|
||||||
|
=============
|
||||||
|
None
|
||||||
|
|
||||||
|
Maybe noteworthy:
|
||||||
|
=================
|
||||||
|
* **Really** fix endless ringing bug
|
||||||
|
* Fixed a crash
|
||||||
|
* Database closed correctly on shutdown
|
||||||
|
* Allow building without GStreamer debugging API
|
||||||
|
|
||||||
|
Code contributions:
|
||||||
|
===================
|
||||||
|
- Evangelos Ribeiro Tzaras
|
||||||
|
- Chris Talbot
|
||||||
|
- Abderrahim Kitouni
|
||||||
|
|
||||||
|
Translation updates:
|
||||||
|
====================
|
||||||
|
- Finnish (Jiri Grönroos)
|
||||||
|
- Friulian (Fabio Tomat)
|
||||||
|
- Belarusian (Vasil Pupkin)
|
||||||
|
- Galician (Fran Dieguez)
|
||||||
|
- British English (Bruce Cowan)
|
||||||
|
- Greek, Modern (Efstathios Iosifidis)
|
||||||
|
- Chinese, Taiwan (Chao-Hsiung Liao)
|
||||||
|
- Brazilian Portuguese (Rafael Fontenelle)
|
||||||
|
- Abkhazian (Nart Tlisha)
|
||||||
|
- Nepali (Pawan Chitrakar)
|
||||||
|
|
||||||
|
The detailed changes can be found in debian/changelog
|
||||||
|
|
||||||
Calls 43.2
|
Calls 43.2
|
||||||
----------------
|
----------------
|
||||||
Released: 3 December 2022
|
Released: 3 December 2022
|
||||||
|
|
|
@ -62,6 +62,20 @@
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="43.3" date="2023-01-12">
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Calls 43.3 fixes a couple of bugs and brings new and updated translations.
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fix endless ringing issue</li>
|
||||||
|
<li>Fixes a crash</li>
|
||||||
|
<li>Call database closes correctly on application shutdown</li>
|
||||||
|
<li>SIP: Remote port honoured in INVITE</li>
|
||||||
|
<li>SIP: Reenable G722 codec</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="43.0" date="2022-09-19">
|
<release version="43.0" date="2022-09-19">
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
|
53
debian/changelog
vendored
53
debian/changelog
vendored
|
@ -1,3 +1,56 @@
|
||||||
|
gnome-calls (43.3) byzantium; urgency=medium
|
||||||
|
|
||||||
|
[ Jiri Grönroos ]
|
||||||
|
* Update Finnish translation
|
||||||
|
|
||||||
|
[ Fabio Tomat ]
|
||||||
|
* Update Friulian translation
|
||||||
|
|
||||||
|
[ Vasil Pupkin ]
|
||||||
|
* Add Belarusian translation
|
||||||
|
* Update Belarusian translation
|
||||||
|
* Update Belarusian translation
|
||||||
|
* Update Belarusian translation
|
||||||
|
|
||||||
|
[ Fran Dieguez ]
|
||||||
|
* Update Galician translation
|
||||||
|
|
||||||
|
[ Bruce Cowan ]
|
||||||
|
* Update British English translation
|
||||||
|
|
||||||
|
[ Efstathios Iosifidis ]
|
||||||
|
* Update Greek translation
|
||||||
|
|
||||||
|
[ Chao-Hsiung Liao ]
|
||||||
|
* Add Chinese (Taiwan) translation
|
||||||
|
|
||||||
|
[ Rafael Fontenelle ]
|
||||||
|
* Update Brazilian Portuguese translation
|
||||||
|
|
||||||
|
[ Nart Tlisha ]
|
||||||
|
* Update Abkhazian translation
|
||||||
|
|
||||||
|
[ Pawan Chitrakar ]
|
||||||
|
* Add Nepali translation
|
||||||
|
|
||||||
|
[ Chris Talbot ]
|
||||||
|
* meson: use version_compare to check meson version
|
||||||
|
|
||||||
|
[ Evangelos Ribeiro Tzaras ]
|
||||||
|
* build: Rename config.h to calls-config.h
|
||||||
|
* meson: Add option to use gstreamer debugging API
|
||||||
|
* sip-pipeline: Only use gstreamer debugging if option is set
|
||||||
|
* ringer: Remove explicit DBus timeout handling
|
||||||
|
* ci: Move flatpak jobs to packaging stage
|
||||||
|
* history-box: Fix clearing signal handler
|
||||||
|
* application: Set unix signal handler source ID to 0
|
||||||
|
* application: Remove and destroy application windows on shutdown
|
||||||
|
|
||||||
|
[ Abderrahim Kitouni ]
|
||||||
|
* Only define EPhoneNumber autocleanup for old versions
|
||||||
|
|
||||||
|
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Thu, 12 Jan 2023 11:02:58 +0100
|
||||||
|
|
||||||
gnome-calls (43.2) byzantium; urgency=medium
|
gnome-calls (43.2) byzantium; urgency=medium
|
||||||
|
|
||||||
[ Evangelos Ribeiro Tzaras ]
|
[ Evangelos Ribeiro Tzaras ]
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
project(
|
project(
|
||||||
'calls',
|
'calls',
|
||||||
'c', 'vala',
|
'c', 'vala',
|
||||||
version: '43.2',
|
version: '43.3',
|
||||||
license: 'GPLv3+',
|
license: 'GPLv3+',
|
||||||
meson_version: '>= 0.56.0',
|
meson_version: '>= 0.56.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
Loading…
Reference in a new issue