Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
calls
Commits
31219632
Commit
31219632
authored
May 19, 2021
by
Evangelos Ribeiro Tzaras
Browse files
Document and release 0.3.3
parent
b1278f61
Pipeline
#67784
passed with stages
in 29 minutes and 50 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
31219632
gnome-calls (0.3.3) byzantium; urgency=medium
[ Evangelos Ribeiro Tzaras ]
* d/control: bump required libhandy
* test: sip: Don't use DNS lookups
* sip: fix typos
* call-record: Get rid of macros
* codestyle: get rid of CALLS_SET_PTR_PROPERTY macro
* codestyle: align function prototypes in calls-origin header
* codestyle: new-call-box
* manager: g_assert in static functions
* Revert "sip: build: depend on config.h"
* build: separate version from the rest of the configuration data
* ci: Generate code coverage reports
* doc: Fix gtk-doc transfer annotations
* call: doc: Indicate ownership in docstrings
* manager: remove unused CallsProvider argument from functions
* manager: add debug messages when adding or removing origins
* README: Include code coverage badge
* test: sip: Connect to state-changed signal
* sip: origin: Fix nua_authenticate call
* sip: media-pipeline: Fix memory leak
* sip: media-pipeline: Fix memory leak in error path
* flatpak: change URL for boost
* sip: media-pipeline: Do not set the stream properties prematurely
* Add CallsCredentials class and use it in CallsSipProvider
* sip: origin: Use CallsCredentials and adapt to changes
* Add CallsAccountInterface
* sip: origin: Use CallsAccountState instead of SipAccountState
* sip: origin: Implement CallsAccountsInterface
* sip: provider: codestyle
* sip: provider: return origin in calls_sip_provider_add_origin()
* Add CallsAccountProviderInterface
* sip: provider: Implement CallsAccountProvider interface
* test: Add account tests
[ Mohammed Sadiq ]
* build: Avoid building files multiple times
-- Evangelos Ribeiro Tzaras <evangelos.tzaras@puri.sm> Wed, 19 May 2021 18:10:31 +0200
gnome-calls (0.3.2) byzantium; urgency=medium
[ carlosgonz ]
...
...
@@ -174,7 +215,7 @@ gnome-calls (0.3.2) byzantium; urgency=medium
[ scootergrisen ]
* po: Update Danish translation
-- Evangelos Ribeiro Tzaras <
d
ev
rtz-debian@fortysixandtwo.eu
> Thu, 22 Apr 2021 12:09:15 +0200
-- Evangelos Ribeiro Tzaras <ev
angelos.tzaras@puri.sm
> Thu, 22 Apr 2021 12:09:15 +0200
gnome-calls (0.3.1) byzantium; urgency=medium
...
...
meson.build
View file @
31219632
...
...
@@ -22,7 +22,7 @@
project
(
'calls'
,
'c'
,
'vala'
,
version
:
'0.3.
2
'
,
version
:
'0.3.
3
'
,
license
:
'GPLv3+'
,
meson_version
:
'>= 0.47.0'
,
default_options
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment