From cf2004e02c8f4e998163befc693c3a7df5e9f570 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sun, 22 Jan 2023 07:35:13 +0100 Subject: [PATCH] Post release bump According to the schedule https://wiki.gnome.org/FortyFour the next version will be 44.beta.0 --- debian/changelog | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3299c3e..aa5bfcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +gnome-calls (44~beta.0) UNRELEASED; urgency=medium + + [ Hemish ] + * Add Hindi translation + + [ Evangelos Ribeiro Tzaras ] + * tests: ui-call: Prefer type specific assertions + * tests: Remove unused mock-libfeedback.h + * tests: Use key-file folks backend + * tests: Don't mock calls_contacts_provider_new() + * ui-call-data: Use the name of the best match if individual was found + * ui-call-data: Assert best_match is set + * ui-call-data: Always use calls_best_match_get_avatar() to retrieve avatars + * tests: Add DBus server binary + * tests: Add skeleton DBus API client test suite + * test-dbus: Test basic call interaction + + [ Dark Dragon ] + * flatpak: Update evolution-data-server to 3.47.1 + + -- Evangelos Ribeiro Tzaras Sun, 22 Jan 2023 07:34:33 +0100 + gnome-calls (44~alpha.1) byzantium; urgency=medium [ Fabio Tomat ] diff --git a/meson.build b/meson.build index 79d87b6..1046cb4 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '44.alpha.1', + version: '44.beta.0', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [