diff --git a/NEWS b/NEWS index ed542a5..5e7d3b8 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,20 @@ -Calls 45.rc.0 +Calls 45.0 ---------- Released: September 2023 +Translation updates: +==================== + - Dutch (Nathan Follens) + - Korean (Changwoo Ryu) + - French (Irénée THIRION) + - Brazilian Portuguese (Leônidas Araújo) + - Esperanto (Kristjan SCHMIDT) + + +Calls 45.rc.0 +------------- +Released: September 2023 + New features: ============= * SIP: Support for AES 256 bit crypto suites diff --git a/data/org.gnome.Calls.metainfo.xml b/data/org.gnome.Calls.metainfo.xml index 12ea912..e122b0e 100644 --- a/data/org.gnome.Calls.metainfo.xml +++ b/data/org.gnome.Calls.metainfo.xml @@ -62,6 +62,21 @@ + + +

+ The Calls 45.0 release includes initial support for emergency calling, + fixes a couple of papercuts and brings a good chunk of updated and new translations +

+
    +
  • Initial support for emergency call numbers in ModemManager backend
  • +
  • Resolves emergency number types (police, fire brigade, etc) using hardcoded table
  • +
  • Fixed a crash on empty/NULL call id
  • +
  • Support AES 256 bit crypto suites in SIP backend
  • +
  • Updated translations for 36 languages
  • +
+
+

diff --git a/debian/changelog b/debian/changelog index af83a06..fdc96e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +gnome-calls (45.0) unstable; urgency=medium + + [ Nathan Follens ] + * Update Dutch translation + + [ Changwoo Ryu ] + * Update Korean translation + + [ Irénée THIRION ] + * Update French translation + + [ Leônidas Araújo ] + * Update Brazilian Portuguese translation + + [ Kristjan SCHMIDT ] + * Update Esperanto translation + + -- Evangelos Ribeiro Tzaras Sat, 23 Sep 2023 05:08:10 +0200 + gnome-calls (45~rc.0) experimental; urgency=medium [ Fabio Tomat ] diff --git a/meson.build b/meson.build index 79d793d..6ec5129 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '45.rc.0', + version: '45.0', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [