From e9452a394a4cacc4d9a9e228213780a8edd2755d Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Tue, 25 Apr 2023 11:19:18 +0200 Subject: [PATCH] Document and release 45~alpha.0 --- NEWS | 35 ++++++++++++++++++- debian/changelog | 88 ++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 3 files changed, 123 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 782f3fb..74f4e9b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,38 @@ +Calls 45.alpha.0 +---------- +Released: April 2023 + +New features: +============= +* Emergency call numbers provided through ModemManager +* Resolve emergency number types using hardcoded table + +Changes: +========= +* Don't crash on empty/NULL call id +* Properly unregister SIP account on shutdown +* A couple of memory leaks +* Updated libcall-ui to bring in latest fixes and translation updates + +Code contributions: +=================== + - Evangelos Ribeiro Tzaras + - Guido Günther + +Translation updates: +==================== + - Dutch (Nathan Follens) + - Chinese (Boyuan Yang) + - Portuguese (Hugo Carvalho) + - Swedish (Anders Jonsson) + - Russian (Aleksandr Melman) + - Hungarian (Balázs Úr) + - Turkish (Sabri Ünal) + - Hebrew (Yosef Or Boczko) + + Calls 44.0 ---------------- +---------- Released: 17 March 2023 New features: diff --git a/debian/changelog b/debian/changelog index 45ca7b0..f3cf5fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,91 @@ +gnome-calls (45~alpha.0) experimental; urgency=medium + + [ Nathan Follens ] + * Update Dutch translation + + [ Boyuan Yang ] + * Update Chinese (China) translation + + [ Guido Günther ] + * mm-provider: Initialize parent class first + * origin: Allow to fetch country code + * emergency-calls: Notify on DBus when emergency numbers change + * mm-provider: Fetch emergency numbers from sim + * mm-provider: Implement get_country_code + * build: Run tests under C locale + * Resolve emergency number types + * emergency-calls-manager: Don't leak origin + * emergency-calls-manager: Add support for dialing emergency numbers + * mm-provider: Don't exit early when country code matches + + [ Hugo Carvalho ] + * Update Portuguese translation + + [ Alexander Shopov ] + * Update Bulgarian translation + + [ Anders Jonsson ] + * Update Swedish translation + + [ Aleksandr Melman ] + * Update Russian translation + + [ Evangelos Ribeiro Tzaras ] + * Update libcall-ui to v0.1.0 + * emergency-calls-manager: Fix indentation + * emergency-calls-manager: Add missing argument for on_origins_changed handler + * emergency-calls-manager: Don't leak origin + * tests: Add CALLS_SIP_ACCOUNT_FILE to environment + * sip-provider: Remove unused variables + * sip-provider: Don't leak keyfile + * sip-provider: Improve debugging of account loading + * sip-provider: Chain up to constructed early + * best-match: Allow both NULL and empty strings as phone number + * best-match: Add gtk-doc annotations to the public API + * contacts-provider: Simplify refcounting in lookup_id() + * contacts-provider: Handle NULL and empty strings graceful in lookup + (Closes: #567) + * best-match: Don't special case NULL best match + * test-contacts: Add more test cases + * build: Sort enum headers + * resources: Sort alphabetically + * main-window: Sort includes + * main-window: Codestyle + * test-manager: Remove unused variable + * test-manager: Remove unused include + * application: Remove unused macro + * call-window: Remove dead code + * manager: Use STR_IS_NULL_OR_EMPTY macro + * new-call-box: Use STR_IS_NULL_OR_EMPTY macro + * new-call-box: Don't leak CallsOrigin + * application: Don't leak CallsManager + * application: Handle setting verbosity first + * application: Initialize objects before parsing options + * manager: Respect object life cycle for signal handlers + * account-overview: Respect object life cycle for signal handlers + * main-window: Use gtk_widget_destroy() for windows + * manager: Clear providers after origins + * sip-origin: Use g_clear_pointer() instead of emulating it + * sip-origin: Keep sofia running to allow unregistering on dispose + (Closes: #554) + * sip-origin: Include SIP address in debugging + * sip-origin: Don't leak address + * sip-origin: Prefer named constant over magic numbers + * account-row: Guard calls_account_row_new() against invalid provider + * contacts-provider: Disconnect signals on finalize + * manager: Respect object life cycle for signal handlers + + [ Balázs Úr ] + * Update Hungarian translation + + [ Sabri Ünal ] + * Update Turkish translation + + [ Yosef Or Boczko ] + * Update Hebrew translation + + -- Evangelos Ribeiro Tzaras Tue, 25 Apr 2023 11:03:35 +0200 + gnome-calls (44.0) byzantium; urgency=medium [ Hemish ] diff --git a/meson.build b/meson.build index 42fae2f..556209a 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '44.0', + version: '45.alpha.0', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [