From 079fdcf44109ac9d617500112d59a0a91f6c0994 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 1 Dec 2021 21:37:47 +0100 Subject: [PATCH] d/changelog: Post-release version bump For the next releases we should update d/changelog sooner as this ensures packages grabbed from CI will not be considered a downgrade in Debian based distributions as can be seen below: $ sudo dpkg -i gnome-calls_41.0+librem5ci338434.69db235c_arm64.deb dpkg: warning: downgrading gnome-calls from 41.1-1pureos1 to 41.0+librem5ci338434.69db235c Fixes #368 --- debian/changelog | 184 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) diff --git a/debian/changelog b/debian/changelog index e6bd954..c6873f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,187 @@ +gnome-calls (42~alpha.0) UNRELEASED; urgency=medium + + [ Vittorio Monti ] + * po: Update Italian translation + * Update Italian translation + + [ Evangelos Ribeiro Tzaras ] + * application: Clarify that -l flag is to be used with numbers only + * application: Do not prepend country code when dialing + * record-row: Reword accessible name + * new-call-box: Clear entry after dialing + * sip: media: Fix gtk-doc transfer annotation + * sip: origin: Fix memory leak + * sip: Fix possible NULL pointer dereference + * sip: sdp: Honour per media connections + * sip: sdp: Hang up call when there are no common codecs + * contact-box: Do not hardcode length of match_fields[] + * number-query: Take country code into account + * best-match: codestyle + * best-match: Don't free unowned data + * network-watch: More descriptive warning + * network-watch: Only g_set_error if error is not NULL + * network-watch: Don't fail initialization when unable to fetch local IP + * sip: Do not fail if CallsNetworkWatch is unavailable + * meson: Bump to 0.56.0 + * tests: Add gsettings schema directory to environment + * settings: Add GSettings bindings + * Simplify country code handling + * record-row: Right justify time + * sip: origin: Recreate handles when updating credentials + * ci: Temporarily allow warnings to fix CI build failure + * media-manager: Use G_BEGIN_DECLS and G_END_DECLS in header + * sip: Gather public IP from REGISTER response and use it in SDP + * record-row: Clarify "Call" for translators with a comment + * record-store: Prefer using g_date_time_new_now_utc() + * record-row: Take timezone into account for displaying in the UI + * i18n: notifier: Use comment to clarify if a name or number is meant + * i18n: main-window: Clarify "Recent" to mean the call history + * selector-item: Name label does not need to be translatable + * application: Reword description for the -p flag + * new-call-box: Clarify accessible name + * d/copyright: Update copyright + * metainfo: Add screenshots + * ci: Upgrade certificates + * ci: Use strict metadata validation, but allow it to fail + * ci: Run relaxed appstream validation during tests + * metainfo: "mimetypes" tag is deprecated + * metainfo: Add DBus service to "provides" tag + * metainfo: Remove "developer_name" tag + * metainfo: Add notification "kudo" tag + * metainfo: Simplify content rating + * metainfo: Add "requires" tag in favour of custom tags + * metainfo: Update summary + * metainfo: Update description + * metainfo: Replace deprecated GPL license identifier + * metainfo: Add "launchable" tag + * metainfo: Add "translation" tag + * metainfo: Add URL tag for translations + * ci: Use appstreamcli instead of appstream-util + * dummy-call: Simplify change_state() + * Let provider plugin decide whether to automatically hang up secondary calls + * screenshots: Remove shell chrome + * number-query: Fall back to string comparison if parsing EPhoneNumber fails + * po: Add missing files to POTFILES.in + * call-window: Remove unnecessary code + * call-window: Improve readability of remove_call function + * sip: origin: Bail when trying to dial empty string + * sip: origin: Make sure "@host" is in the dial string + * ci: Update from flatpak CI template + * flatpak: Update manifest + * main-window: Remove unused header + * Remove unused typedef + * call-window: Remove unused CALLS_WAYLAND ifdef + * ci: Grab submodules by setting GIT_SUBMODULE_STRATEGY + * po: Ignore subprojects + * ci: Complain about untranslated ui files + * Add libcall-ui as submodule + * application: Initialize libcall-ui + * call: Add API to query whether this call can do DTMF + * Introduce CallsUiCallData to feed CuiDisplay + * Switch from CallsCallDisplay to CuiCallDisplay + * Remove CallsCallDisplay + * ci: Use gcovr for coverage reports + * coverage: Exclude subprojects and generated dbus code + * meson: Don't build tests, examples or documentation for libcall-ui + * Update libcall-ui submodule + * call-data: Implement avatar property + * record-row: Use avatars in history + * po: Remove call display files + * Remove encryption indicator + * best-match: Rename best_match variable to matched_individual + * call-data: Fix assertion in notify handlers + * Update libcall-ui + * call-data: Notify on avatar changes + * README: Drop code coverage report + * README: Mark oFono backend as not actively developed + * README: Overhaul readme + * README: Add backend specific debugging information + * call: Get rid of tone_stop + * call: Get rid of unnecessary cast to int + * dummy: Add dummy send_dtmf_tone function + * util: Make dtmf tone checking function public + * tests: Add dtmf tone validity tests + * dbus: Set can-dtmf property + * dbus: Add API to send DTMF + * ci: Fix regex for reporting code coverage + * project: Post release version bump + * Update libcall-ui: Fix display showing number twice when not a contact + * record-row: Removed unused define + * call-window: codestyle + * call-window: Delay closing window + * flatpak: Poke hole to talk to callaudiod + * flatpak: Poke hole to talk to feedbackd + * ci: Drop pedantic metainfo validation job + * ci: Drop debian bookworm packaging job + * ci: Use PKG_ONLY variable to exclude flatpak job + + [ Anders Jonsson ] + * Update Swedish translation + * Update Swedish translation + * Update Swedish translation + + [ Danial Behzadi ] + * Update Persian translation + * Update Persian translation + * Update Persian translation + + [ Yuri Chornoivan ] + * Update Ukrainian translation + * Update Ukrainian translation + * Update Ukrainian translation + * Update Ukrainian translation + + [ Daniel Șerbănescu ] + * Update Romanian translation + * Update Romanian translation + * Update Romanian translation + + [ Hugo Carvalho ] + * Update Portuguese translation + + [ Jiri Groenroos ] + * Update Finnish translation + * Update Finnish translation + + [ Dušan Kazik ] + * Add Slovak translation + * Update Slovak translation + * Update Slovak translation + + [ Goran Vidović ] + * Update Croatian translation + + [ Matej Urbančič ] + * Add Slovenian translation + + [ Pedro Luis Valadés ] + * Update Spanish translation + + [ Luna Jernberg ] + * Update Swedish translation + + [ Jordi Mas i Hernandez ] + * Update Catalan translation + + [ Guido Günther ] + * dbus: Expose path to avatar icon file if it exists + + [ dcz ] + * gitlab: Update bug template + + [ Christopher Davis ] + * main-window: Remove unused placeholder text + * Remove history-header-bar.ui + * history-box: Use HdyStatusPage for empty state + * contacts-box: mimmic HdyStatusPage styling for contacts + * flatpak: Use builddir: true + * new-call-box: Clamp everything + * application: Opt in to libhandy dark style preference + * application: Check libhandy version at compilation + * style: Make error color white in both light and dark mode + + -- Evangelos Ribeiro Tzaras Wed, 01 Dec 2021 21:37:13 +0100 + gnome-calls (41.0) byzantium; urgency=medium [ Evangelos Ribeiro Tzaras ]