Calls is a simple, elegant phone dialer and call handler for GNOME.
It can be used with a cellular modem for plain old telephone
@@ -15,7 +15,7 @@
+ The Calls 44.0 release does not bring any new major features,
+ but instead fixes a number of papercuts and comes with the
+ usual round of translation updates
+
diff --git a/debian/changelog b/debian/changelog
index aa5bfcf..45ca7b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gnome-calls (44~beta.0) UNRELEASED; urgency=medium
+gnome-calls (44.0) byzantium; urgency=medium
[ Hemish ]
* Add Hindi translation
@@ -14,11 +14,131 @@ gnome-calls (44~beta.0) UNRELEASED; urgency=medium
* tests: Add DBus server binary
* tests: Add skeleton DBus API client test suite
* test-dbus: Test basic call interaction
+ * contacts-provider: Codestyle
+ * contacts-provider: Use STR_IS_NULL_OR_EMPTY macro
+ * contacts-row: Use g_autoptr
+ * notifier: Add explicit include
+ * manager: Add explicit include
+ * dbus-manager: Add explicit include
+ * new-call-box: Add explicit include
+ * provider: Remove unused include
+ * origin: Remove unused include
+ * build: Rename util.{c,h} to calls-util.{c,h}
+ * gcovr: Exclude src/gtklistmodels
+ * README: Fix typo
+ * HACKING: Update and clarify
+ * sip-provider: Sort includes
+ * sip-provider: Use STR_IS_NULL_OR_EMPTY macro
+ * best-match: Add API to query if individual is a favourite
+ * contacts-box: Show favourites at the top (Closes: #493)
+ * record-store: Don't crash on unexpected call state changes (Closes: #547)
+ * flatpak: Adjust to libphonenumber tarball magically changing
+ * flatpak: Adjust to sofia-sip tarball magically changing
+ * Revert "flatpak: Adjust to libphonenumber tarball magically changing"
+ * Revert "flatpak: Adjust to sofia-sip tarball magically changing"
+ * mm-call: Codestyle
+ * mm-call: Guard public API
+ * mm-origin: Codestyle
+ * mm-origin: Chain up to to parent's constructed() early
+ * mm-origin: Explicitly cast ussd state
+ * mm-origin: Prefer STR_IS_NULL_OR_EMPTY macro to explicit checks
+ * mm-origin: Prefer g_autoptr instead of explicit reference counting
+ * mm-origin: Avoid unnecessary allocation
+ * mm-origin: Don't leak MMModemVoice
+ * mm-origin: Don't leak MMModem
+ * mm-origin: Don't leak ID
+ * mm-origin: Remove unnecessary cast
+ * mm-origin: Ensure objects stay alive during async operations
+ * mm-origin: Disable call waiting
+ * new-call-box: Uncrustify
+ * record-store: Fix coding style
+ * application: Coding style
+ * application: Only destroy previously created widgets
+ * application: Shut down cleanly when application quits
+ * application: Guard against setting application name twice
+ * record-store: Ensure store stays alive during async tasks
+ * new-call-box: Respect object lifecycle for signals
+ * main-window: Respect object lifecycle for signals
+ * call-window: Respect object lifecycle for signals
+ * application: Respect object lifecycle for signals
+ * account-overview: Respect object lifecycle for signals
+ * d/control: Add svg pixbufloader
+ * debian: Ran wrap-and-sort -ast
+ * ci: Update debian image
+ * record-store: Allow overriding database location
+ * tests: Prevent tests from accessing user home
+ * record-store: Emit signal once DB is migrated
+ * application: Delay shutting down until database is done
+ * tests: Add application shutdown tests
+ * sip-provider: Use STR_IS_NULL_OR_EMPTY macro
+ * sip-provider: Remove duplicated check
+ * tests: Don't override XDG_CONFIG_HOME
[ Dark Dragon ]
* flatpak: Update evolution-data-server to 3.47.1
- -- Evangelos Ribeiro Tzaras
+
+