From 31219632206fa83c95cd9d76377272c26b6a5e70 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 19 May 2021 18:15:00 +0200 Subject: [PATCH] Document and release 0.3.3 --- debian/changelog | 43 ++++++++++++++++++++++++++++++++++++++++++- meson.build | 2 +- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f3f8748..a2e1020 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +gnome-calls (0.3.3) byzantium; urgency=medium + + [ Evangelos Ribeiro Tzaras ] + * d/control: bump required libhandy + * test: sip: Don't use DNS lookups + * sip: fix typos + * call-record: Get rid of macros + * codestyle: get rid of CALLS_SET_PTR_PROPERTY macro + * codestyle: align function prototypes in calls-origin header + * codestyle: new-call-box + * manager: g_assert in static functions + * Revert "sip: build: depend on config.h" + * build: separate version from the rest of the configuration data + * ci: Generate code coverage reports + * doc: Fix gtk-doc transfer annotations + * call: doc: Indicate ownership in docstrings + * manager: remove unused CallsProvider argument from functions + * manager: add debug messages when adding or removing origins + * README: Include code coverage badge + * test: sip: Connect to state-changed signal + * sip: origin: Fix nua_authenticate call + * sip: media-pipeline: Fix memory leak + * sip: media-pipeline: Fix memory leak in error path + * flatpak: change URL for boost + * sip: media-pipeline: Do not set the stream properties prematurely + * Add CallsCredentials class and use it in CallsSipProvider + * sip: origin: Use CallsCredentials and adapt to changes + * Add CallsAccountInterface + * sip: origin: Use CallsAccountState instead of SipAccountState + * sip: origin: Implement CallsAccountsInterface + * sip: provider: codestyle + * sip: provider: return origin in calls_sip_provider_add_origin() + * Add CallsAccountProviderInterface + * sip: provider: Implement CallsAccountProvider interface + * test: Add account tests + + [ Mohammed Sadiq ] + * build: Avoid building files multiple times + + -- Evangelos Ribeiro Tzaras Wed, 19 May 2021 18:10:31 +0200 + gnome-calls (0.3.2) byzantium; urgency=medium [ carlosgonz ] @@ -174,7 +215,7 @@ gnome-calls (0.3.2) byzantium; urgency=medium [ scootergrisen ] * po: Update Danish translation - -- Evangelos Ribeiro Tzaras Thu, 22 Apr 2021 12:09:15 +0200 + -- Evangelos Ribeiro Tzaras Thu, 22 Apr 2021 12:09:15 +0200 gnome-calls (0.3.1) byzantium; urgency=medium diff --git a/meson.build b/meson.build index 8d5f9cd..7b96583 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '0.3.2', + version: '0.3.3', license: 'GPLv3+', meson_version: '>= 0.47.0', default_options: [