mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
Document and release 42.rc.1
This commit is contained in:
parent
acfd185e9e
commit
281e0d3081
3 changed files with 80 additions and 0 deletions
17
NEWS
17
NEWS
|
@ -1,3 +1,20 @@
|
|||
Calls 42.rc.1
|
||||
---------------
|
||||
Released: 5 March 2022
|
||||
|
||||
Maybe noteworthy:
|
||||
=================
|
||||
|
||||
* G722 is now the preferred codec for SIP calls
|
||||
* Hole punching scheme now also used for RTCP
|
||||
|
||||
Translation updates:
|
||||
====================
|
||||
- Portuguese (Hugo Carvalho)
|
||||
|
||||
The detailed changes can be found in debian/changelog
|
||||
|
||||
|
||||
Calls 42.rc.0
|
||||
---------------
|
||||
Released: 24 February 2022
|
||||
|
|
|
@ -62,6 +62,14 @@
|
|||
<content_rating type="oars-1.1"/>
|
||||
|
||||
<releases>
|
||||
<release version="42.rc.1" date="2022-03-05">
|
||||
<description>
|
||||
<p>
|
||||
This release sets G722 as the preferred codec and brings some improvements
|
||||
to the SIP media pipeline.
|
||||
</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="42.rc.0" date="2022-02-24">
|
||||
<description>
|
||||
<p>
|
||||
|
|
55
debian/changelog
vendored
55
debian/changelog
vendored
|
@ -1,3 +1,58 @@
|
|||
gnome-calls (42~rc.1) byzantium; urgency=medium
|
||||
|
||||
[ Hugo Carvalho ]
|
||||
* Update Portuguese translation
|
||||
|
||||
[ Evangelos Ribeiro Tzaras ]
|
||||
* sip: media-pipeline: Add G_BEGIN_DECLS and G_END_DECLS to header
|
||||
* sip: media-manager: Don't include sofia-sip/nua.h in public header
|
||||
* sip: Debug print remote SDP and codec to be used
|
||||
* sip: build: Use simple variant of gnome.mkenums
|
||||
* sip: media-pipeline: Remove comment about preexisting linked pads
|
||||
* sip: media-pipeline: Prefix overriden GObjectClass methods
|
||||
* sip: call: Remove unnecessary G_OBJECT() cast
|
||||
* media-manager: Don't run deinitialize GStreamer in finalize()
|
||||
* sip: media-manager: Initialize GStreamer if it's not already initialized
|
||||
* sip: media-pipeline: Initialize GStreamer if it's not already initialized
|
||||
* tests: sip: Codestyle: Use int and char instead of gint and gchar
|
||||
* tests: sip: Initialize and deinitialize GStreamer explicitly
|
||||
* tests: Split media tests into separate file
|
||||
* sip: media-manager: Remove unused code
|
||||
* tests: build: Avoid linking against sip module
|
||||
* flatpak: Update dependencies
|
||||
* ci: Bump flatpak job timeout to 4 hours
|
||||
* desktop: Add X-GNOME-UsesNotification
|
||||
* schema: Set G722 as the preferred audio codec
|
||||
* record-store: Sort include headers
|
||||
* call: Prefer pragma once over explicit include guard
|
||||
* manager: Remove unused function declaration
|
||||
* plugins: Implement call-type property
|
||||
* origin: Add id property and adapt to changes
|
||||
* ui-call-data: Store origin id and adapt to changes
|
||||
* manager: Implement lookup_origin_by_id()
|
||||
* ui-call-data: Provide API to get the name of the origin used
|
||||
* record-store: Switch to CallsUiCallData
|
||||
* manager: Remove call-add and call-remove signal
|
||||
* record-row: Avoid raising critical
|
||||
* meson: Post release bump to 42.rc.1
|
||||
* ci: Fix typo in packaging job name
|
||||
* sip: media-pipeline: Allow pausing pipeline
|
||||
* sip: media-pipeline: Split initialization per GstPipeline
|
||||
* sip: media-pipeline: Delay setting codec
|
||||
* sip: media-pipeline: Check codec availability before setup
|
||||
* sip: media-pipeline: Allow new pipeline without codec set
|
||||
* sip: media-pipeline: Let the OS allocate sockets for udpsrc
|
||||
* sip: media-pipeline: Keep track of pipeline state
|
||||
* sip: media-pipeline: Don't implement GInitable
|
||||
* media manager: Manage and hand out available pipelines
|
||||
* sip: call: Add pipeline as a construct only property
|
||||
* sip: media-pipeline: Remove lport-rtp and lport-rtcp property
|
||||
* sip: origin: Try fetching RTCP port from SDP attributes
|
||||
* sip: media-pipeline: Setup socket reuse for RTP and RTCP during initialization
|
||||
* tests: media: Test pipeline
|
||||
|
||||
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Sat, 05 Mar 2022 23:07:23 +0100
|
||||
|
||||
gnome-calls (42~rc.0) byzantium; urgency=medium
|
||||
|
||||
[ Evangelos Ribeiro Tzaras ]
|
||||
|
|
Loading…
Reference in a new issue