1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-13 16:49:29 +00:00

Document and release 45~rc.0

This commit is contained in:
Evangelos Ribeiro Tzaras 2023-09-02 11:24:04 +02:00
parent b38d2050c7
commit 471f3ec4cd
3 changed files with 188 additions and 1 deletions

50
NEWS
View file

@ -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

137
debian/changelog vendored
View file

@ -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 <devrtz-debian@fortysixandtwo.eu> Sat, 02 Sep 2023 11:11:01 +0200
gnome-calls (45~alpha.0) experimental; urgency=medium
[ Nathan Follens ]

View file

@ -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: [