1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 00:59:26 +00:00

Document and release 41.alpha

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-07-16 11:54:29 +02:00
parent 293858dc52
commit c1d7b9bbd6
3 changed files with 121 additions and 3 deletions

35
NEWS Normal file
View file

@ -0,0 +1,35 @@
Calls 41.alpha
--------------
Released: July 2021
* Major news items:
- Calls became a part of the GNOME project
* Bugs fixed:
- #283 Cut and ellipsize long labels on the call display
- #288 Does not print 'unknown caller' in notification
- #294 Be consistent with G_LOG_DOMAIN
- #298 flatpak: can't run because schemas are not being found
- #300 Peas prepending search path does not seem to work
- #303 Please move to org.gnome.Calls on DBus
- #304 Sofia 1.13.3 does not include the contact header
* Translation updates:
- Greek, Modern (Efstathios Iosifidis)
- Indonesian (Andika Triwidada)
- Italian (Vittorio Monti)
- Persian (Danial Behzadi)
- Swedish (Luna Jernberg)
- Ukrainian (Yuri Chornoivan)
Calls 0.3.4
-----------
Released: June 2021
* Add support for using multiple provider plugins at the same time
* Expose call objects on DBus
* Add run script to the build directory
* Use stricter warnings for the build
* Translation updates:
- Italian
- Swedish
- Ukrainian

View file

@ -67,9 +67,9 @@
</content_rating>
<releases>
<release version="0.0.0" date="2018-05-04">
<description>Pre-release development</description>
</release>
<release version="41.alpha" data="2021-07-16">
<description>First GNOME release</description>
</release>
</releases>
<custom>

83
debian/changelog vendored
View file

@ -1,3 +1,86 @@
gnome-calls (41~alpha) byzantium; urgency=medium
[ Evangelos Ribeiro Tzaras ]
* run: Run under gdb when CALLS_GDB is set to 1
* ringer: Follow coding style for G_LOG_DOMAIN
* debug: Add G_LOG_DOMAIN to every file using g_debug()
* run: Allow passing arguments to calls when running under gdb
* notifier: Explicitly handle unknown callers
* sip: origin: codestyle
* sip: origin: Remove unnecessary notify
* sip: origin: Handle unregistering (going offline)
* sip: origin: No need to explicitly clear nua handles
* meson: bump required version to 0.49.0
* meson: Fix typo in gnome.compile_schemas
* meson: Passing `-fPIE` explicitly is discouraged
* flatpak: Update gom to 0.4.0
* flatpak: Update e-d-s to 3.40
* flatpak: Update folks to 0.15
* flatpak: Update ModemManager to 1.16
* ci: Reenable flatpak builds
* doap: Remove Bob from maintainer list
* meson: bump minimum and maximum glib to 2.64 and 2.68
* meson: Disable deprecation warning for e-d-s
* util: Get rid of conditional compilation in calls_find_in_store()
* sip: provider: Keep provider alive while there are still origins
* application: Allow invoking with multiple `-p` arguments
* application: settings: Add autoload-plugins setting
* manager: Don't use peas_engine_prepend_search_path
* meson: Add postinstall script to compile schemas etc
* best-match: codestyle
* best-match: Preliminary handling of SIP addresses
* call-display: Ellipsize labels at the end
* doap: Add gnome user ids
* ci: Switch to Debian Bullseye images
* meson: Change homepage to GNOMEs gitlab
* docs: Change homepage to GNOMEs gitlab
* resources: Use /org/gnome prefix and adapt to changes
* schema: Use org.gnome prefix and adapt to changes
* DBus: Use org.gnome prefix and adapt to changes
* project: Use org.gnome prefix in app id and adapt to changes
* debian: Remove old desktop files on upgrade
* flatpak: Change calls URL
* meson: Remove wayland option
* d/copyright: Dropped wayland sources
* debian: Change URL of homepage
* doap: Change URL of homepage
* sip: origin: Explicitly include contact header for sofia > 1.13
* meson: Conform to GNOME versioning
* d/gbp.conf: Remove hook that bumps project version in meson.build
* metainfo: Update mimetypes
* Document and release 41.alpha
[ Luna Jernberg ]
* po: Update Swedish translation
[ Yuri Chornoivan ]
* po: Update Ukrainian translation
[ Vittorio Monti ]
* po: Update italian translation
[ Guido Günther ]
* dbus-manager: Fix typo in log-domain
* Drop layer-surface
* dbus: Add more DBus properties
[ Danial Behzadi ]
* Update Persian translation
[ Efstathios Iosifidis ]
* Update Greek translation
* Update Greek translation
[ Andika Triwidada ]
* Update Indonesian translation
[ Adrien Plazas ]
* flatpak: Bump libical to 3.0.10
* main-window: Make it a HdyApplicationWindow
* main-window: Fix the indentation
-- Evangelos Ribeiro Tzaras <evangelos.tzaras@puri.sm> Fri, 16 Jul 2021 11:55:08 +0200
gnome-calls (0.3.4) byzantium; urgency=medium
[ Evangelos Ribeiro Tzaras ]