1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 21:29:32 +00:00

Document and release 41.1

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-10-30 19:55:05 +02:00
parent 3f51768367
commit 7b45de69df
4 changed files with 159 additions and 3 deletions

34
NEWS
View file

@ -1,6 +1,34 @@
Calls 41.1
----------
Released: 30 October 2021
Noteworthy:
* Fixes for contact lookups
* Fix the wrong timestamps in the call history when history is loaded
* Fill in @domain into the dial string for SIP
Maybe noteworthy:
* Network watch will not spam your logs with warnings any more
Translation updates:
- Croatian (Goran Vidović)
- Finnish (Jiri Grönroos)
- Italian (antonio)
- Persian (Danial Behzadi)
- Portuguese (Hugo Carvalho)
- Romanian (Florentina Mușat)
- Slovak (Dušan Kazik)
- Slovenian (Martin Srebotnjak)
- Spanish (Daniel Mustieles García)
- Swedish (Anders Jonsson)
- Ukrainian (Yuri Chornoivan)
The detailed changes can be found in debian/changelog
Calls 41.0
----------
Released: September
Released: September 2021
* Fixes for the multiple network interfaces case
@ -8,9 +36,10 @@ Released: September
- Croatian (Goran Vidović)
- Dutch (Nathan Follens)
Calls 41.rc
-------------
Released: September
Released: September 2021
* Fix bug preventing SIP from working when using multiple network interfaces
* Fixes around SIP account management and its UI
@ -26,6 +55,7 @@ Released: September
- Swedish (Anders Jonsson)
- Ukrainian (Yuri Chornoivan)
Calls 41.beta
-------------
Released: 14. August 2021

View file

@ -62,6 +62,20 @@
<content_rating type="oars-1.1"/>
<releases>
<release version="41.1" data="2021-10-30">
<description>
<p>
GNOME Calls 41.1 release brings updated translations, fixes for the
SIP plugin and the wrong timestamp being shown in the call history
and makes it easier to use SIP for telephony by not requiring the user
to enter a domain when dialing.
</p>
<p>
It also improves stability by fixing crashes and reduces logspam
in some cases.
</p>
</description>
</release>
<release version="41.0" date="2021-09-18">
<description>SIP plugin bugfixes.</description>
</release>

112
debian/changelog vendored
View file

@ -1,3 +1,115 @@
gnome-calls (41.1) byzantium; urgency=medium
[ Dušan Kazik ]
* Add Slovak translation
* Update Slovak translation
* Add Slovak translation
* Update Slovak translation
* Update Slovak translation
[ Vittorio Monti ]
* po: Update Italian translation
[ Evangelos Ribeiro Tzaras ]
* application: Clarify that -l flag is to be used with numbers only
* application: Do not prepend country code when dialing
* record-row: Reword accessible name
* new-call-box: Clear entry after dialing
* sip: media: Fix gtk-doc transfer annotation
* sip: origin: Fix memory leak
* sip: Fix possible NULL pointer dereference
* sip: sdp: Honour per media connections
* sip: sdp: Hang up call when there are no common codecs
* contact-box: Do not hardcode length of match_fields[]
* number-query: Take country code into account
* best-match: codestyle
* best-match: Don't free unowned data
* network-watch: More descriptive warning
* network-watch: Only g_set_error if error is not NULL
* network-watch: Don't fail initialization when unable to fetch local IP
* sip: Do not fail if CallsNetworkWatch is unavailable
* meson: Bump to 0.56.0
* tests: Add gsettings schema directory to environment
* settings: Add GSettings bindings
* Simplify country code handling
* record-row: Right justify time
* sip: origin: Recreate handles when updating credentials
* ci: Temporarily allow warnings to fix CI build failure
* media-manager: Use G_BEGIN_DECLS and G_END_DECLS in header
* sip: Gather public IP from REGISTER response and use it in SDP
* record-row: Clarify "Call" for translators with a comment
* record-store: Prefer using g_date_time_new_now_utc()
* record-row: Take timezone into account for displaying in the UI
* i18n: notifier: Use comment to clarify if a name or number is meant
* i18n: main-window: Clarify "Recent" to mean the call history
* selector-item: Name label does not need to be translatable
* application: Reword description for the -p flag
* new-call-box: Clarify accessible name
* d/copyright: Update copyright
* metainfo: Add screenshots
* ci: Upgrade certificates
* ci: Use strict metadata validation, but allow it to fail
* ci: Run relaxed appstream validation during tests
* metainfo: "mimetypes" tag is deprecated
* metainfo: Add DBus service to "provides" tag
* metainfo: Remove "developer_name" tag
* metainfo: Add notification "kudo" tag
* metainfo: Simplify content rating
* metainfo: Add "requires" tag in favour of custom tags
* metainfo: Update summary
* metainfo: Update description
* metainfo: Replace deprecated GPL license identifier
* metainfo: Add "launchable" tag
* metainfo: Add "translation" tag
* metainfo: Add URL tag for translations
* ci: Use appstreamcli instead of appstream-util
* dummy-call: Simplify change_state()
* Let provider plugin decide whether to automatically hang up secondary calls
* screenshots: Remove shell chrome
* number-query: Fall back to string comparison if parsing EPhoneNumber fails
* call-window: Remove unnecessary code
* call-window: Improve readability of remove_call function
* sip: origin: Bail when trying to dial empty string
* sip: origin: Make sure "@host" is in the dial string
* Document and release 41.1
[ Anders Jonsson ]
* Update Swedish translation
[ Danial Behzadi ]
* Update Persian translation
* Update Persian translation
[ Yuri Chornoivan ]
* Update Ukrainian translation
* Update Ukrainian translation
* Update Ukrainian translation
[ Daniel Șerbănescu ]
* Update Romanian translation
* Update Romanian translation
[ Hugo Carvalho ]
* Update Portuguese translation
[ Jiri Groenroos ]
* Update Finnish translation
* Update Finnish translation
[ Goran Vidović ]
* Update Croatian translation
[ Matej Urbančič ]
* Add Slovenian translation
[ Pedro Luis Valadés ]
* Update Spanish translation
[ Luna Jernberg ]
* Update Swedish translation
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Sat, 30 Oct 2021 19:56:27 +0200
gnome-calls (41.0) byzantium; urgency=medium
[ Evangelos Ribeiro Tzaras ]

View file

@ -22,7 +22,7 @@
project(
'calls',
'c', 'vala',
version: '41.0',
version: '41.1',
license: 'GPLv3+',
meson_version: '>= 0.56.0',
default_options: [