From d27be9fc28b2b0acee19e48dbe69660e37420376 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sat, 3 Aug 2024 20:04:28 +0200 Subject: [PATCH] Document and release 47~beta.0 Part-of: --- NEWS | 25 ++++++++++++++++++++++++ debian/changelog | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 3 files changed, 77 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 92e533b..083ad48 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +Calls 47.beta.0 +--------------- +Released: August 2024 +* Add systemd unit file +* Emit phone-hangup event +* libpeas-2 port +* Issues fixed: + * https://gitlab.gnome.org/GNOME/calls/-/issues/609 + * https://gitlab.gnome.org/GNOME/calls/-/issues/624 + * https://gitlab.gnome.org/GNOME/calls/-/issues/653 + * https://gitlab.gnome.org/GNOME/calls/-/issues/652 +* Contributors: + * Clayton Craft + * Evangelos Ribeiro Tzaras + * Guido Günther +* UI translations: + * Artur s0 (ru) + * Antonion Marin (ro) + * Chao-Hsiung Liao (zh_TW) + * Emin Tufan Çetin (tr) + * Martin (sl) + * Scrambled 777 (hi) + * Yaron Shahrabani (he) + * Yosef Or Boczko (he) + Calls 47.alpha.0 ---------------- Released: June 2024 diff --git a/debian/changelog b/debian/changelog index 6b24f60..4d935db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,54 @@ +gnome-calls (47~beta.0) unstable; urgency=medium + + [ Martin ] + * Update Slovenian translation + * Update Slovenian translation + + [ Artur S0 ] + * Update Russian translation + * Update Russian translation + + [ Antonio Marin ] + * Update Romanian translation + + [ Clayton Craft ] + * data: add systemd unit file for running daemon + * readme: mention systemctl for stopping calls + + [ Yosef Or Boczko ] + * Update Hebrew translation + + [ Scrambled 777 ] + * Update Hindi translation + * Update Hindi translation + + [ Guido Günther ] + * README: Link to linphone's sofia-sip + * build: Bump minimum glib version + * call: Fix name of parent class + * call: Track which side hung up the call + * manager: Emit phone-hangup event if the other side hung up + + [ Evangelos Ribeiro Tzaras ] + * application: Remove unused variable in startup() + * application: Log version on startup + * gschema: Reword confusing always-allow-sdes key description + * sip/account-widget: Adjust to renamed AdwComboRow property + * treewide: Port to libpeas-2 + * plugin: Reindent + * ci: Update debian image + + [ Yaron Shahrabani ] + * Update Hebrew translation + + [ Chao-Hsiung Liao ] + * Update Chinese (Taiwan) translation + + [ Emin Tufan Çetin ] + * Update Turkish translation + + -- Evangelos Ribeiro Tzaras Sat, 03 Aug 2024 19:53:14 +0200 + gnome-calls (47~alpha.0) unstable; urgency=medium [ A S Alam ] diff --git a/meson.build b/meson.build index 7b5f8fd..bef1b0b 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '47.alpha.0', + version: '47.beta.0', license: 'GPLv3+', meson_version: '>= 1.0', default_options: [