From c1d7b9bbd63ee0f061e693e1f33a80a7a0405414 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Fri, 16 Jul 2021 11:54:29 +0200 Subject: [PATCH] Document and release 41.alpha --- NEWS | 35 +++++++++++++ data/org.gnome.Calls.metainfo.xml | 6 +-- debian/changelog | 83 +++++++++++++++++++++++++++++++ 3 files changed, 121 insertions(+), 3 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..29f1060 --- /dev/null +++ b/NEWS @@ -0,0 +1,35 @@ +Calls 41.alpha +-------------- +Released: July 2021 +* Major news items: + - Calls became a part of the GNOME project + +* Bugs fixed: + - #283 Cut and ellipsize long labels on the call display + - #288 Does not print 'unknown caller' in notification + - #294 Be consistent with G_LOG_DOMAIN + - #298 flatpak: can't run because schemas are not being found + - #300 Peas prepending search path does not seem to work + - #303 Please move to org.gnome.Calls on DBus + - #304 Sofia 1.13.3 does not include the contact header + +* Translation updates: + - Greek, Modern (Efstathios Iosifidis) + - Indonesian (Andika Triwidada) + - Italian (Vittorio Monti) + - Persian (Danial Behzadi) + - Swedish (Luna Jernberg) + - Ukrainian (Yuri Chornoivan) + + +Calls 0.3.4 +----------- +Released: June 2021 +* Add support for using multiple provider plugins at the same time +* Expose call objects on DBus +* Add run script to the build directory +* Use stricter warnings for the build +* Translation updates: + - Italian + - Swedish + - Ukrainian diff --git a/data/org.gnome.Calls.metainfo.xml b/data/org.gnome.Calls.metainfo.xml index a2082d5..e5ff91e 100644 --- a/data/org.gnome.Calls.metainfo.xml +++ b/data/org.gnome.Calls.metainfo.xml @@ -67,9 +67,9 @@ - - Pre-release development - + + First GNOME release + diff --git a/debian/changelog b/debian/changelog index 4949fd3..4ad1723 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,86 @@ +gnome-calls (41~alpha) byzantium; urgency=medium + + [ Evangelos Ribeiro Tzaras ] + * run: Run under gdb when CALLS_GDB is set to 1 + * ringer: Follow coding style for G_LOG_DOMAIN + * debug: Add G_LOG_DOMAIN to every file using g_debug() + * run: Allow passing arguments to calls when running under gdb + * notifier: Explicitly handle unknown callers + * sip: origin: codestyle + * sip: origin: Remove unnecessary notify + * sip: origin: Handle unregistering (going offline) + * sip: origin: No need to explicitly clear nua handles + * meson: bump required version to 0.49.0 + * meson: Fix typo in gnome.compile_schemas + * meson: Passing `-fPIE` explicitly is discouraged + * flatpak: Update gom to 0.4.0 + * flatpak: Update e-d-s to 3.40 + * flatpak: Update folks to 0.15 + * flatpak: Update ModemManager to 1.16 + * ci: Reenable flatpak builds + * doap: Remove Bob from maintainer list + * meson: bump minimum and maximum glib to 2.64 and 2.68 + * meson: Disable deprecation warning for e-d-s + * util: Get rid of conditional compilation in calls_find_in_store() + * sip: provider: Keep provider alive while there are still origins + * application: Allow invoking with multiple `-p` arguments + * application: settings: Add autoload-plugins setting + * manager: Don't use peas_engine_prepend_search_path + * meson: Add postinstall script to compile schemas etc + * best-match: codestyle + * best-match: Preliminary handling of SIP addresses + * call-display: Ellipsize labels at the end + * doap: Add gnome user ids + * ci: Switch to Debian Bullseye images + * meson: Change homepage to GNOMEs gitlab + * docs: Change homepage to GNOMEs gitlab + * resources: Use /org/gnome prefix and adapt to changes + * schema: Use org.gnome prefix and adapt to changes + * DBus: Use org.gnome prefix and adapt to changes + * project: Use org.gnome prefix in app id and adapt to changes + * debian: Remove old desktop files on upgrade + * flatpak: Change calls URL + * meson: Remove wayland option + * d/copyright: Dropped wayland sources + * debian: Change URL of homepage + * doap: Change URL of homepage + * sip: origin: Explicitly include contact header for sofia > 1.13 + * meson: Conform to GNOME versioning + * d/gbp.conf: Remove hook that bumps project version in meson.build + * metainfo: Update mimetypes + * Document and release 41.alpha + + [ Luna Jernberg ] + * po: Update Swedish translation + + [ Yuri Chornoivan ] + * po: Update Ukrainian translation + + [ Vittorio Monti ] + * po: Update italian translation + + [ Guido Günther ] + * dbus-manager: Fix typo in log-domain + * Drop layer-surface + * dbus: Add more DBus properties + + [ Danial Behzadi ] + * Update Persian translation + + [ Efstathios Iosifidis ] + * Update Greek translation + * Update Greek translation + + [ Andika Triwidada ] + * Update Indonesian translation + + [ Adrien Plazas ] + * flatpak: Bump libical to 3.0.10 + * main-window: Make it a HdyApplicationWindow + * main-window: Fix the indentation + + -- Evangelos Ribeiro Tzaras Fri, 16 Jul 2021 11:55:08 +0200 + gnome-calls (0.3.4) byzantium; urgency=medium [ Evangelos Ribeiro Tzaras ]