Document and release 43.alpha.2
This commit is contained in:
38
NEWS
38
NEWS
@@ -1,3 +1,41 @@
|
|||||||
|
Calls 43.alpha.2
|
||||||
|
----------------
|
||||||
|
Released: 26 June 2022
|
||||||
|
|
||||||
|
No major features
|
||||||
|
|
||||||
|
Maybe noteworthy:
|
||||||
|
=================
|
||||||
|
* Calls is now DBus activatable
|
||||||
|
* Made debug logs more meaningful
|
||||||
|
* Added manpage using rst2man
|
||||||
|
* Bumped delay until UI is shown to 100ms
|
||||||
|
* Indicate we're using feedbackd in desktop file
|
||||||
|
which is useful for phosh-mobile-settings
|
||||||
|
|
||||||
|
Code contributions:
|
||||||
|
===================
|
||||||
|
- Andrey Skvortsov
|
||||||
|
- Chris Talbot
|
||||||
|
- eladyn
|
||||||
|
- Evangelos Ribeiro Tzaras
|
||||||
|
- Guido Günther
|
||||||
|
|
||||||
|
Translation updates:
|
||||||
|
====================
|
||||||
|
- Dutch (Nathan Follens)
|
||||||
|
- Swedish (Anders Jonsson)
|
||||||
|
- Russian (Aleksandr Melman)
|
||||||
|
- Finnish (Jiri Grönroos)
|
||||||
|
- Persian (Danial Behzadi)
|
||||||
|
- Romanian (Daniel Șerbănescu)
|
||||||
|
- Italian (Vittorio Monti)
|
||||||
|
- Ukrainian (Yuri Chornoivan)
|
||||||
|
- Polish (Piotr Drąg)
|
||||||
|
- Hebrew (Yosef Or Boczko)
|
||||||
|
|
||||||
|
The detailed changes can be found in debian/changelog
|
||||||
|
|
||||||
Calls 43.alpha.1
|
Calls 43.alpha.1
|
||||||
----------------
|
----------------
|
||||||
Released: 25 May 2022
|
Released: 25 May 2022
|
||||||
|
55
debian/changelog
vendored
55
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
|||||||
gnome-calls (43~alpha.2) UNRELEASED; urgency=medium
|
gnome-calls (43~alpha.2) byzantium; urgency=medium
|
||||||
|
|
||||||
[Anders Jonsson]
|
[Anders Jonsson]
|
||||||
* Update Swedish translation
|
* Update Swedish translation
|
||||||
@@ -8,25 +8,76 @@ gnome-calls (43~alpha.2) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
[ Piotr Drąg ]
|
[ Piotr Drąg ]
|
||||||
* Update POTFILES.in
|
* Update POTFILES.in
|
||||||
|
* Update Polish translation
|
||||||
|
* Update Polish translation
|
||||||
|
|
||||||
[ Yuri Chornoivan ]
|
[ Yuri Chornoivan ]
|
||||||
* Update Ukrainian translation
|
* Update Ukrainian translation
|
||||||
* Fix minor typo
|
* Fix minor typo
|
||||||
* Update Ukrainian translation
|
* Update Ukrainian translation
|
||||||
|
* Update Ukrainian translation
|
||||||
|
|
||||||
[ Vittorio Monti ]
|
[ Vittorio Monti ]
|
||||||
* Update Italian translation
|
* Update Italian translation
|
||||||
|
|
||||||
[ Daniel Șerbănescu ]
|
[ Daniel Șerbănescu ]
|
||||||
* Update Romanian translation
|
* Update Romanian translation
|
||||||
|
* Update Romanian translation
|
||||||
|
|
||||||
[ Danial Behzadi ]
|
[ Danial Behzadi ]
|
||||||
* Update Persian translation
|
* Update Persian translation
|
||||||
|
|
||||||
[ Evangelos Ribeiro Tzaras ]
|
[ Evangelos Ribeiro Tzaras ]
|
||||||
* Post release bump
|
* Post release bump
|
||||||
|
* README: Update section on debugging
|
||||||
|
* doc: Add manpage as reStructuredText
|
||||||
|
* Add python3-docutils as build dependency
|
||||||
|
* ci: Update debian bookworm image for rst2man
|
||||||
|
* meson: Build manpage with rst2man
|
||||||
|
* flatpak: Don't build manpage
|
||||||
|
* debian: Install manpage
|
||||||
|
* sip: origin: Codestyle
|
||||||
|
* sip: origin: Don't mix code and declarations
|
||||||
|
* data: Add D-Bus service file
|
||||||
|
* mm: call: Use correct enum type
|
||||||
|
* mm: call: Better debugging
|
||||||
|
* sip: origin: Don't fetch the contact header repeatedly
|
||||||
|
* sip: origin: Only set own IP if it has changed
|
||||||
|
* sip: origin: Reduce logspam from REGISTER keep-alives
|
||||||
|
* record-store: Add debug statement for call state changes
|
||||||
|
* doc: Add call state diagram
|
||||||
|
* new-call-box: Order includes alphabetically
|
||||||
|
* new-call-box: Fix memory leak
|
||||||
|
* new-call-box: Don't auto select offline accounts
|
||||||
|
* dir-locals: Exhaustive projectile setup
|
||||||
|
* dir-locals: Use the linux coding style
|
||||||
|
|
||||||
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Tue, 31 May 2022 16:46:09 +0200
|
[ eladyn ]
|
||||||
|
* sip: origin: Honor preferred codecs for incoming calls
|
||||||
|
|
||||||
|
[ Chris Talbot ]
|
||||||
|
* calls-ui-call-data: change DELAY_UI_MS to 100 ms
|
||||||
|
|
||||||
|
[ Andrey Skvortsov ]
|
||||||
|
* application: fix 'tel:' URL handling with escaped symbols
|
||||||
|
|
||||||
|
[ Jiri Grönroos ]
|
||||||
|
* Update Finnish translation
|
||||||
|
|
||||||
|
[ Aleksandr Melman ]
|
||||||
|
* Update Russian translation
|
||||||
|
* Update Russian translation
|
||||||
|
|
||||||
|
[ Anders Jonsson ]
|
||||||
|
* Update Swedish translation
|
||||||
|
|
||||||
|
[ Guido Günther ]
|
||||||
|
* data: Indicate that we're using feedbackd
|
||||||
|
|
||||||
|
[ Nathan Follens ]
|
||||||
|
* Update Dutch translation
|
||||||
|
|
||||||
|
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Sun, 26 Jun 2022 15:45:45 +0200
|
||||||
|
|
||||||
gnome-calls (43~alpha.1) byzantium; urgency=medium
|
gnome-calls (43~alpha.1) byzantium; urgency=medium
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user