From 138f8826434075a803ecfa9fea1068493ae2392c Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 25 May 2022 21:07:22 +0200 Subject: [PATCH] Document and release 43.alpha.1 --- NEWS | 29 ++++++++++++++++++++++++ debian/changelog | 59 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 86 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7517d4d..4da5309 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +Calls 43.alpha.1 +---------------- +Released: 25 May 2022 + +New features: +============= +* SIP plugin can now be used for SRTP (SDES key exchange). + By default it can only be used when using TLS transport. + If you want to use SRTP without TLS, you must set the newly added + "always-allow-sdes" gsetting + + +Maybe noteworthy: +================= +* UI tweaks for SIP account settings +* Fixed gsettings binding cycle + +Translation updates: +==================== + - Georgian (Zurab Kargareteli) + - Dutch (Nathan Follens) + - Portuguese (Hugo Carvalho) + - Spanish (Pablo Correa Gómez) + - Ukrainian (Yuri Chornoivan) + - Swedish (Anders Jonsson) + +The detailed changes can be found in debian/changelog + + Calls 43.alpha.0 ---------------- Released: 25 April 2022 diff --git a/debian/changelog b/debian/changelog index 52db764..6149bc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,63 @@ gnome-calls (43~alpha.1) UNRELEASED; urgency=medium - * UNRELEASED + [ Evangelos Ribeiro Tzaras ] + * dir-locals: Treat G_DEFINE_FINAL_* macros as including a semicolon + * uncrustify: Treat g_auto* as types + * sip: call: Fix header alignment + * sip: origin: Remove unused variable + * meson: Enable warning for unused variables + * sip: call: Defer setting up codecs for pipeline until activated + * Fix header alignment + * settings: Convert to the singleton pattern + * settings: Break settings binding cycle + * tests: Add testing for sideeffects of using CallsSettings + * Update libcall-ui to v0.0.3 + * account-row: Fix header alignments + * sip-origin: Codestyle + * sip: origin: Tweak debugging + * sip: origin: Notify on state change + * account-row: Use delayed state changes for GtkSwitch + * sip: origin: Always notify state changes when relevant to the UI + * sip: origin: Don't treat DNS failures as errors + * account-widgets: Conform to style + * account-widgets: Make row activatable + * sip-origin: Notify on account property updates + * sip: account-widget: Include option for automatically connecting + * Add editorconfig + * sip: account-widget: Warn when trying to find unknown protocol + * dbus-manager: Remove unused variables + * sip: Add srtp-utilities + * sip: media-pipeline: Use cryptographic parameters + * sip: media-pipeline: Uncrustify struct members + * sip: Add SDP crypto context class + * sip: media-manager: Include crypto attributes for capabilities + * sip: Allow specifying if media encryption is desired + * call: Add "encrypted" property + * dbus-manager: Bind encrypted property + * schema: Add setting allowing to use SDES + * sip: account-widget: Add media encryption option + * sip: Store media encryption account preference to disk - -- Evangelos Ribeiro Tzaras Tue, 26 Apr 2022 07:13:23 +0200 + [ Zurab Kargareteli ] + * Add Georgian translation + + [ Nathan Follens ] + * Update Dutch translation + + [ Hugo Carvalho ] + * Update Portuguese translation + + [ Pablo Correa Gómez ] + * Update Spanish translation + + [ Yuri Chornoivan ] + * Update Ukrainian translation + * Update Ukrainian translation + + [ Anders Jonsson ] + * Update Swedish translation + + -- Evangelos Ribeiro Tzaras Wed, 25 May 2022 20:15:47 +0200 gnome-calls (43~alpha.0) byzantium; urgency=medium