+ Calls 44.1 is a bugfix release. + Changes include: +
+
diff --git a/debian/changelog b/debian/changelog
index 45ca7b0..370ab97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,53 @@
+gnome-calls (44.1) byzantium; urgency=medium
+
+ [ Guido Günther ]
+ * build: Run tests under C locale
+ * emergency-calls-manager: Don't leak origin
+
+ [ Evangelos Ribeiro Tzaras ]
+ * Update libcall-ui to v0.1.0
+ * tests: Add CALLS_SIP_ACCOUNT_FILE to environment
+ * sip-provider: Remove unused variables
+ * sip-provider: Don't leak keyfile
+ * sip-provider: Improve debugging of account loading
+ * sip-provider: Chain up to constructed early
+ * best-match: Allow both NULL and empty strings as phone number
+ * best-match: Add gtk-doc annotations to the public API
+ * contacts-provider: Simplify refcounting in lookup_id()
+ * contacts-provider: Handle NULL and empty strings graceful in lookup
+ (Closes: #567)
+ * best-match: Don't special case NULL best match
+ * test-contacts: Add more test cases
+ * build: Sort enum headers
+ * resources: Sort alphabetically
+ * main-window: Sort includes
+ * main-window: Codestyle
+ * test-manager: Remove unused variable
+ * test-manager: Remove unused include
+ * application: Remove unused macro
+ * call-window: Remove dead code
+ * manager: Use STR_IS_NULL_OR_EMPTY macro
+ * new-call-box: Use STR_IS_NULL_OR_EMPTY macro
+ * new-call-box: Don't leak CallsOrigin
+ * application: Don't leak CallsManager
+ * application: Handle setting verbosity first
+ * application: Initialize objects before parsing options
+ * manager: Respect object life cycle for signal handlers
+ * account-overview: Respect object life cycle for signal handlers
+ * main-window: Use gtk_widget_destroy() for windows
+ * manager: Clear providers after origins
+ * sip-origin: Use g_clear_pointer() instead of emulating it
+ * sip-origin: Keep sofia running to allow unregistering on dispose
+ (Closes: #554)
+ * sip-origin: Include SIP address in debugging
+ * sip-origin: Don't leak address
+ * sip-origin: Prefer named constant over magic numbers
+ * account-row: Guard calls_account_row_new() against invalid provider
+ * contacts-provider: Disconnect signals on finalize
+ * manager: Respect object life cycle for signal handlers
+
+ -- Evangelos Ribeiro Tzaras