diff --git a/NEWS b/NEWS index 74f4e9b..ed542a5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,53 @@ +Calls 45.rc.0 +---------- +Released: September 2023 + +New features: +============= +* SIP: Support for AES 256 bit crypto suites + +Changes: +========= +* Fixed object life cycle of CallsMMOrigin + +Code contributions: +=================== + - Evangelos Ribeiro Tzaras + - Дилян Палаузов + +Translation updates: +==================== + - Friulian (Fabio Tomat) + - Spanish (Pablo Correa Gómez, Daniel Mustieles) + - Catalan (Jordi Mas i Hernandez) + - Turkish (Sabri Ünal) + - Slovak (Dušan Kazik) + - British English (Bruce Cowan) + - Chinese (Boyuan Yang) + - Hungarian (Balázs Úr) + - Georgian (Ekaterine Papava) + - Hebrew (Yosef Or Boczko) + - Ukranian (Yuri Chornoivan) + - German (Jürgen Benvenuti) + - Persian (Danial Behzadi) + - Greek (Efstathios Iosifidis) + - Belarusian (Vasil Pupkin) + - Slovenian (Matej Urbančič) + - Portuguese (Hugo Carvalho) + - Italian (Vittorio Monti) + - Russian (Artur So) + - Basque (Asier Sarasua Garmendia) + - Czech (Daniel Rusek) + - Polish (Piotr Drąg) + - Romanian (Daniel Șerbănescu) + - Indonesian (Kukuh Syafaat) + - Galician (Fran Dieguez) + - Lithuanian (Aurimas Černius) + - Finnish (Jiri Grönroos) + - Swedish (Anders Jonsson) + - Danish (Alan Mortensen) + + Calls 45.alpha.0 ---------- Released: April 2023 diff --git a/debian/changelog b/debian/changelog index f3cf5fe..af83a06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,140 @@ +gnome-calls (45~rc.0) experimental; urgency=medium + + [ Fabio Tomat ] + * Update Friulian translation + * Update Friulian translation + + [ Evangelos Ribeiro Tzaras ] + * mm-provider: Don't warn about cancelled mm_manager_new() + * ci: Allow flatpak jobs to fail + * tests: Use g_test_init instead of gtk_test_init + * ci: Build tarball for tags + * srtp-utils: Pass MKI length into error message + * mm-origin: Don't unref origin in call_deleted_cb (Closes: #573) + * ci: Allow nightly jobs to fail + * sip-provider: Add debugging to password lookup + * test-application: Use dummy plugin + * test-manager: Codestyle + * build: Define po_dir variable + * po: Add plugin desktop files + * sip: Reword plugin information + * ofono: Reword plugin information + * mm: Reword plugin information + * dummy: Reword plugin information + * Introduce CallsPlugin + * Introduce CallsPluginManager + * test-plugins: Switch to CallsPluginManager + * refactor: Switch to CallsPluginManager + * application: Reindent struct members + * plugin-manager: Add debugging to init() + * build: Install .plugin files (Closes: #585) + + [ Florian Weimer ] + * test-sip: Use su_random() (not su_random64()) + + [ Дилян Палаузов ] + * srtp-utils: Remove unused variable srtp_crypto_suites + * srtp-utils: Strip padding characters in crypto attribute lines + * srtp-utils: Add implicit padding characters explicitly + * srtp-utils: Reuse existing function to get expected key length + * sdp-crypto: Include "ICM" in crypto suite enums + * srtp-utils: Add support for AES 256 bit crypto suites + * srtp-utils: Add skeleton code to ease adding crypto suites + + [ Pablo Correa Gómez ] + * Update Spanish translation + + [ Jordi Mas i Hernandez ] + * Update Catalan translation + * Update Catalan translation + + [ Sabri Ünal ] + * Update Turkish translation + * Update Turkish translation + + [ Dušan Kazik ] + * Update Slovak translation + + [ Bruce Cowan ] + * Update British English translation + + [ Boyuan Yang ] + * Update Chinese (China) translation + + [ Balázs Úr ] + * Update Hungarian translation + + [ Ekaterine Papava ] + * Update Georgian translation + + [ Yosef Or Boczko ] + * Update Hebrew translation + + [ Yuri Chornoivan ] + * Update Ukrainian translation + + [ Jürgen Benvenuti ] + * Update German translation + + [ Danial Behzadi ] + * Update Persian translation + + [ Efstathios Iosifidis ] + * Update Greek translation + + [ Vasil Pupkin ] + * Update Belarusian translation + + [ Matej Urbančič ] + * Update Slovenian translation + + [ Hugo Carvalho ] + * Update Portuguese translation + + [ Vittorio Monti ] + * Update Italian translation + + [ Artur So ] + * Update Russian translation + + [ Asier Sarasua Garmendia ] + * Update Basque translation + + [ Daniel Rusek ] + * Update Czech translation + + [ Piotr Drąg ] + * Update Polish translation + + [ Daniel Șerbănescu ] + * Update Romanian translation + + [ Daniel Mustieles ] + * Updated Spanish translation + + [ Kukuh Syafaat ] + * Update Indonesian translation + + [ Fran Dieguez ] + * Update Galician translation + + [ Aurimas Černius ] + * Update Lithuanian translation + + [ Jiri Grönroos ] + * Update Finnish translation + + [ Anders Jonsson ] + * Update Swedish translation + + [ Amn Alam ] + * Add Punjabi translation + + [ Alan Mortensen ] + * Update Danish translation + + -- Evangelos Ribeiro Tzaras Sat, 02 Sep 2023 11:11:01 +0200 + gnome-calls (45~alpha.0) experimental; urgency=medium [ Nathan Follens ] diff --git a/meson.build b/meson.build index b7b5cd8..79d793d 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '45.alpha.0', + version: '45.rc.0', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [