mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
Document and release 44~alpha.1
This commit is contained in:
parent
e878fabb27
commit
a7678e496f
3 changed files with 84 additions and 1 deletions
34
NEWS
34
NEWS
|
@ -1,3 +1,37 @@
|
|||
Calls 44.alpha.1
|
||||
----------------
|
||||
Released: 12 January 2022
|
||||
|
||||
New features:
|
||||
=============
|
||||
None
|
||||
|
||||
Maybe noteworthy:
|
||||
=================
|
||||
* **Really** fix endless ringing bug
|
||||
* Fixed a crash
|
||||
* Database closed correctly on shutdown
|
||||
|
||||
Code contributions:
|
||||
===================
|
||||
- Evangelos Ribeiro Tzaras
|
||||
- Chris Talbot
|
||||
- Abderrahim Kitouni
|
||||
- Дилян Палаузов
|
||||
|
||||
Translation updates:
|
||||
====================
|
||||
- Friulian (Fabio Tomat)
|
||||
- Belarusian (Vasil Pupkin)
|
||||
- Galician (Fran Dieguez)
|
||||
- British English (Bruce Cowan)
|
||||
- Greek, Modern (Efstathios Iosifidis)
|
||||
- Chinese, Taiwan (Freddy Cheng)
|
||||
- Turkish (Sabri Ünal)
|
||||
- Brazilian Portuguese (Matheus Barbosa)
|
||||
|
||||
The detailed changes can be found in debian/changelog
|
||||
|
||||
Calls 44.alpha.0
|
||||
----------------
|
||||
Released: 3 December 2022
|
||||
|
|
49
debian/changelog
vendored
49
debian/changelog
vendored
|
@ -1,3 +1,52 @@
|
|||
gnome-calls (44~alpha.1) byzantium; urgency=medium
|
||||
|
||||
[ Fabio Tomat ]
|
||||
* Update Friulian translation
|
||||
* Update Friulian translation
|
||||
|
||||
[ Vasil Pupkin ]
|
||||
* Add Belarusian translation
|
||||
|
||||
[ Chris Talbot ]
|
||||
* meson: use version_compare to check meson version
|
||||
|
||||
[ Дилян Палаузов ]
|
||||
* ringer: Fix typo
|
||||
|
||||
[ Fran Dieguez ]
|
||||
* Update Galician translation
|
||||
|
||||
[ Evangelos Ribeiro Tzaras ]
|
||||
* build: Rename config.h to calls-config.h
|
||||
* meson: Add option to use gstreamer debugging API
|
||||
* sip-pipeline: Only use gstreamer debugging if option is set
|
||||
* record-row: Defer enabling popup actions until displaying
|
||||
* ringer: Remove explicit DBus timeout handling
|
||||
* ci: Move flatpak jobs to packaging stage
|
||||
* history-box: Fix clearing signal handler
|
||||
* application: Set unix signal handler source ID to 0
|
||||
* application: Remove and destroy application windows on shutdown
|
||||
|
||||
[ Bruce Cowan ]
|
||||
* Update British English translation
|
||||
|
||||
[ Efstathios Iosifidis ]
|
||||
* Update Greek translation
|
||||
|
||||
[ Freddy Cheng ]
|
||||
* Add Chinese (Taiwan) translation
|
||||
|
||||
[ Sabri Ünal ]
|
||||
* Update Turkish translation
|
||||
|
||||
[ Matheus Barbosa ]
|
||||
* Update Brazilian Portuguese translation
|
||||
|
||||
[ Abderrahim Kitouni ]
|
||||
* Only define EPhoneNumber autocleanup for old versions
|
||||
|
||||
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Thu, 12 Jan 2023 10:50:09 +0100
|
||||
|
||||
gnome-calls (44~alpha.0) byzantium; urgency=medium
|
||||
|
||||
[ Evangelos Ribeiro Tzaras ]
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
project(
|
||||
'calls',
|
||||
'c', 'vala',
|
||||
version: '44.alpha.0',
|
||||
version: '44.alpha.1',
|
||||
license: 'GPLv3+',
|
||||
meson_version: '>= 0.56.0',
|
||||
default_options: [
|
||||
|
|
Loading…
Reference in a new issue