From e6d83159c40225f0af3b767b3c78e1710b555d33 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Thu, 12 Jan 2023 11:13:01 +0100 Subject: [PATCH] Document and release 43.3 --- NEWS | 36 +++++++++++++++++++++ data/org.gnome.Calls.metainfo.xml | 14 ++++++++ debian/changelog | 53 +++++++++++++++++++++++++++++++ meson.build | 2 +- 4 files changed, 104 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2c59c05..21ff0e2 100644 --- a/NEWS +++ b/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 ---------------- Released: 3 December 2022 diff --git a/data/org.gnome.Calls.metainfo.xml b/data/org.gnome.Calls.metainfo.xml index c4d2a14..2ad9fa9 100644 --- a/data/org.gnome.Calls.metainfo.xml +++ b/data/org.gnome.Calls.metainfo.xml @@ -62,6 +62,20 @@ + + +

+ Calls 43.3 fixes a couple of bugs and brings new and updated translations. +

+
    +
  • Fix endless ringing issue
  • +
  • Fixes a crash
  • +
  • Call database closes correctly on application shutdown
  • +
  • SIP: Remote port honoured in INVITE
  • +
  • SIP: Reenable G722 codec
  • +
+
+

diff --git a/debian/changelog b/debian/changelog index 5ea6634..c2e0ea6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 12 Jan 2023 11:02:58 +0100 + gnome-calls (43.2) byzantium; urgency=medium [ Evangelos Ribeiro Tzaras ] diff --git a/meson.build b/meson.build index 87bfe14..8a6aaa3 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '43.2', + version: '43.3', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [