mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 14:56:03 +00:00
Document and release 44~alpha.0
This commit is contained in:
parent
21ece5dc5f
commit
74a7475bb4
2 changed files with 161 additions and 2 deletions
42
NEWS
42
NEWS
|
@ -1,3 +1,45 @@
|
|||
Calls 44.alpha.0
|
||||
----------------
|
||||
Released: 3 December 2022
|
||||
|
||||
New features:
|
||||
=============
|
||||
None
|
||||
|
||||
Maybe noteworthy:
|
||||
=================
|
||||
* Fixed rare endless ringing bug (requires feedbackd 0.0.1)
|
||||
* SIP: Honour remote port in INVITE
|
||||
* SIP: Reenable G722 codec
|
||||
* Shuts down gracefully on SIGTERM/SIGINT
|
||||
* Flatpak build improvements
|
||||
|
||||
Code contributions:
|
||||
===================
|
||||
- Evangelos Ribeiro Tzaras
|
||||
- Julian Sparber
|
||||
- Дилян Палаузов
|
||||
|
||||
Translation updates:
|
||||
====================
|
||||
- Czech (Daniel Rusek)
|
||||
- Hungarian (Balázs Úr)
|
||||
- Ukrainian (Yuri Chornoivan)
|
||||
- Georgian (Zurab Kargareteli)
|
||||
- Swedish (Anders Jonsson)
|
||||
- Polish (Piotr Drąg)
|
||||
- Romanian (Daniel Șerbănescu)
|
||||
- Italian (Vittorio Monti)
|
||||
- Hebrew (Yosef Or Boczko)
|
||||
- Portuguese (Hugo Carvalho)
|
||||
- Finnish (Jiri Grönroos)
|
||||
- Russian (Aleksandr Melman)
|
||||
- Indonesian (Kukuh Syafaat)
|
||||
- Basque (asier Sarasua Garmendia)
|
||||
- Chinese (Boyuan Yang)
|
||||
|
||||
The detailed changes can be found in debian/changelog
|
||||
|
||||
Calls 43.0
|
||||
----------
|
||||
Released: 19 September 2022
|
||||
|
|
121
debian/changelog
vendored
121
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
|||
gnome-calls (44~alpha.0) UNRELEASED; urgency=medium
|
||||
gnome-calls (44~alpha.0) byzantium; urgency=medium
|
||||
|
||||
[ Evangelos Ribeiro Tzaras ]
|
||||
* meson: Post release bump
|
||||
* manager: Remove unused include
|
||||
* record-store: Removed deprecated CuiCallStates
|
||||
|
@ -9,8 +10,124 @@ gnome-calls (44~alpha.0) UNRELEASED; urgency=medium
|
|||
* application: Don't return value in start_proper()
|
||||
* application: Don't show application window if started as daemon
|
||||
* meson: Sort sources alphabetically
|
||||
* flatpak: Fix flatpak build
|
||||
* test-ringer: Remove cancellable test
|
||||
* tests: Mock libfeedback
|
||||
* tests: Rename functions
|
||||
* test-ringer: Use glib testing functions instead of mocka
|
||||
* build: drop libmocka dependency
|
||||
* d/copyright: Update
|
||||
* media-pipeline: Bind to the unspecified IPv6 address
|
||||
* Revert "Disable g722 to avoid test failure with ffmpeg 5.0/gst-libav"
|
||||
* new-call-box: Switch to using CuiDialpad
|
||||
* new-call-box: Reindent
|
||||
* application: Fix indentation
|
||||
* log: Use unsigned int for verbosity
|
||||
* application: Propagate verbosity to main instance
|
||||
* test-util: Remove unused include
|
||||
* util: Remove unused code
|
||||
* util: Rename function to calls_find_in_model() and adjust documentation
|
||||
* util: Add API to check address family of IP address
|
||||
* sip: media-manager: Simplify SDP generation
|
||||
* media-pipeline: Dump dot graph without GST_DEBUG_DUMP_DOT_DIR set
|
||||
* sip-origin: Honour set port when completing address
|
||||
* ui-call-data: Add debugging for state changes
|
||||
* ui-call-data: Prevent timer being started multiple times
|
||||
* contacts-provider: Remove unused variable
|
||||
* contact-provider: Allow can-add-contacts to be reset
|
||||
* mm-provider: Cancel ongoing operations
|
||||
* test-ringer: Assert object finalization
|
||||
* mock-lfb-event: Uncrustify
|
||||
* mock-lfb-event: Emit "feedback-ended" signal
|
||||
* ringer: Never cancel async DBus calls and refactor (Closes: #470)
|
||||
* ringer: Cancel async libfeedback calls on timeout
|
||||
* ringer: Break loop if triggered event was ended immediately
|
||||
* application: Shut down graceful on SIGTERM/SIGINT
|
||||
* account-overview: Close windows when pressing Escape (Closes: #511)
|
||||
* account-overview: Set window title
|
||||
* gcovr: Exclude sip-provider.c and dummy-provider.c
|
||||
* d/control: Bump required feedbackd version to 0.0.1
|
||||
* flatpak: Bump required feedbackd version to 0.0.1
|
||||
* run-docker: Don't cache container images
|
||||
* ci: Update image
|
||||
* log: Fix returned verbosity delta
|
||||
* application: Print positive delta when changing verbosity
|
||||
* log: Use feature test macro before any include
|
||||
|
||||
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Wed, 21 Sep 2022 12:44:00 +0200
|
||||
[ anteater ]
|
||||
* po/es: Fix "llamadase" typo
|
||||
|
||||
[ Daniel Rusek ]
|
||||
* Update Czech translation
|
||||
|
||||
[ Balázs Úr ]
|
||||
* Update Hungarian translation
|
||||
* Update Hungarian translation
|
||||
|
||||
[ Дилян Палаузов ]
|
||||
* SIP dial() convert the port from int to string
|
||||
* provider/sip: on_origin_pw_looked_up() display_name is read twice
|
||||
|
||||
[ Yuri Chornoivan ]
|
||||
* Update Ukrainian translation
|
||||
|
||||
[ Zurab Kargareteli ]
|
||||
* Update Georgian translation
|
||||
|
||||
[ Anders Jonsson ]
|
||||
* Update Swedish translation
|
||||
|
||||
[ Piotr Drąg ]
|
||||
* Update Polish translation
|
||||
|
||||
[ Daniel Șerbănescu ]
|
||||
* Update Romanian translation
|
||||
|
||||
[ Vittorio Monti ]
|
||||
* Update Italian translation
|
||||
|
||||
[ Yosef Or Boczko ]
|
||||
* Update Hebrew translation
|
||||
|
||||
[ Hugo Carvalho ]
|
||||
* Update Portuguese translation
|
||||
|
||||
[ Jiri Grönroos ]
|
||||
* Update Finnish translation
|
||||
|
||||
[ Aleksandr Melman ]
|
||||
* Update Russian translation
|
||||
|
||||
[ Kukuh Syafaat ]
|
||||
* Update Indonesian translation
|
||||
|
||||
[ Asier Sarasua Garmendia ]
|
||||
* Add Basque translation
|
||||
|
||||
[ Boyuan Yang ]
|
||||
* Add Chinese (China) translation
|
||||
|
||||
[ Julian Sparber ]
|
||||
* flatpak: Drop libcanberra and gsound deps
|
||||
* flatpak: Update libpeas and disable some features
|
||||
* flatpak: Build local files
|
||||
* flatpak: Don't use boost
|
||||
* flatpak: Update protobuf and GTest
|
||||
* flatpak: update sofia-sip
|
||||
* flatpak: Add gvfs-access
|
||||
* tests: Fix sdp-crypto test for flatpak
|
||||
* tests: Ensure that desktop files are built before testing them
|
||||
* meson: Don't set G_TEST_*
|
||||
* plugins: Rescan for plugins after adding search paths
|
||||
* tests: Use CALLS_PLUGIN_DIR to search for plugins in the build dir
|
||||
* manager: Only set search path from CALLS_PLUGIN_DIR when path exists
|
||||
* ci: Build and deploy nightly flatpaks for aarch64 and x86_64
|
||||
* flatpak: Set build_dir properly
|
||||
* tests: Make ringer test depend on mocked libfeedback
|
||||
* tests: Ensure that plugins are build for tests that need them
|
||||
* flatpak: Don't run calls:sip tests in CI
|
||||
|
||||
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Sat, 03 Dec 2022 20:19:21 +0100
|
||||
|
||||
gnome-calls (43.0) unstable; urgency=medium
|
||||
|
||||
|
|
Loading…
Reference in a new issue