diff --git a/NEWS b/NEWS index 838a8c2..dd1d701 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ +Calls 43.0 +---------- +Released: 19 September 2022 + +Translation updates: +==================== + - Turkish (Emin Tufan Çetin) + - Italian (Vittorio Monti) + - Portuguese (Hugo Carvalho) + - Spanish (Daniel Mustieles García) + - Slovenian (Martin Srebotnjak) + +The detailed changes can be found in debian/changelog + Calls 43.rc.0 ---------------- +------------- Released: 3 September 2022 New features: diff --git a/data/org.gnome.Calls.metainfo.xml b/data/org.gnome.Calls.metainfo.xml index bb54793..c4d2a14 100644 --- a/data/org.gnome.Calls.metainfo.xml +++ b/data/org.gnome.Calls.metainfo.xml @@ -62,6 +62,23 @@ + + +

+ Calls 43.0 release brings support for Secure RTP in SIP (SDES key exchange), + a slight redesign of the call display, + various improvements and fixes and updated translations +

+
    +
  • Call display redesign
  • +
  • Improved startup time and scrolling performance in the history
  • +
  • Fix outgoing waiting calls sometimes considered as incoming
  • +
  • Added "Send SMS" action in history popover
  • +
  • Disabled G722 codec because of issue with newer ffmpeg and gst-libav
  • +
  • Updated translations
  • +
+
+

diff --git a/debian/changelog b/debian/changelog index bc85ad4..f202af8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +gnome-calls (43~rc.1) UNRELEASED; urgency=medium + + [ Emin Tufan Çetin ] + * Update Turkish translation + + [ Vittorio Monti ] + * Update Italian translation + + [ Hugo Carvalho ] + * Update Portuguese translation + + [ Evangelos Ribeiro Tzaras ] + * Update libcall-ui to always reset audio profile (Closes: #452) + * i18n: mm-call: Clarify "transfer" and "deflect" (Closes: #499) + * tests: Remove unused code + * metainfo: Correct screenshot URLs + + [ Daniel Mustieles ] + * Update Spanish translation + + [ Martin ] + * Update Slovenian translation + + -- Evangelos Ribeiro Tzaras Mon, 19 Sep 2022 20:17:54 +0200 + gnome-calls (43~rc.0) unstable; urgency=medium [ Danial Behzadi ] diff --git a/meson.build b/meson.build index 527db3a..08c64de 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '43.rc.0', + version: '43.0', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [