-
tayga
, an out-of-kernel stateless NAT64 implementation for Linux, LaakkonenJussi is removing EAM patches since they are breaking the initial CLAT implementation. It may be reverted later though according to the commit message. EAM stands for Explicit Address Mapping and is defined in RFC7757. It extends themap <ipv4> <ipv6>
intomap <ipv4 subnet> <ipv6 subnet>
. -
connman
, the connection manager, LaakkonenJussi finished the main pull request on CLAT support and it got merged. It's also part of aupgrade-4.5.0
branch, and has been published already as a hot-fix to the 4.5.0 release.
amber-mpris
, QML bindings for remote control of music players, pvuorela hided theMprisClient
object since it's an internal implementation detail that should not be exposed in QML. flypig and tomin1 addedcanShuffle
andcanLoop
properties.
-
mkcal
, storage backend using SQLite for calendar entries, dcaliste removed the deprecated support of non standard timezone in the database. He also cleanup theExtendedCalendar
and theExtendedStorage
API removing used methods. pvuorela fixed later on an issue in the declaration of theDummyStorage
class. -
nemo-qml-plugin-calendar
, the QML bindings for calendar events, dcaliste fixed a long standing issue making the displayed date and times wrong in the calendar application on timezone change. -
contactsd
, the daemon handling contacts, since a contact can now have an empty name, pvuorela implemented fallbacks to display a sensible label for birthday calendar events.
-
buteo-sync-plugin-carddav
, the plugin used by the synchronisation framework to sync contacts via the CardDAV protocol, pvuorela avoided to restartmsyncd
daemon on plugin installation, since the plugin is now an out-of-process executable called by the daemon. -
buteo-sync-plugin-caldav
, the synchronisation framework plugin for CalDAV content, pvuorela fixed a missing dependency onblts-tools
to run the package tests on the test-farm and also adjusted the test label. pvuorela cleaned up the.spec
file also to avoidmsyncd
restart on package installation. -
buteo-sync-plugins
, various plugins including Bluetooth synchronisation, pvuorela updated the plugin to usesystemsettings
instead of the deprecatedQSystemInfo
.
-
timed
, time and alarm handling daemon, dcaliste fixed a missing dependency in the development package makingtimed-devel
not pulling QtDBus and the associated package. -
sensorfw
, sensor framework, spiiroin is proposing a fix for deadlocking state on exit due to pending interactions withlibgbinder
. Igtrombetta is proposing a fix on values reported by magnetometer coming from a patch developped on Ubuntu Touch on the Pine Phone.
-
openssl
, utilities and library for cryptography, direc85 is proposing two commits fixing issues reported byrpmlint
when building the package. -
mce
, mode control entity, spiiroin got two commits merged in allowing to request to just blanking the screen without automatically activate the lockscreen. From the log message, spiiroin is mentioning situations where the lockscreen is not desirable. Maybe, IVI (in vehicule infotainment) is the kind of situations where there is no lockscreen… -
sailjail-permissions
, the configuration files for system-wide sandbox permissions, dsuni removed the inclusion ofdisable-passwdmgr.inc
from the base permissions since it is no longer used byfirejail
0.9.72. -
cairo
, the drawing library, attah updated it to 1.17.8 and migrated to Meson for the build.
-
sdk-build-tools
, a package of scripts used to build the Sailfish SDK, vigejolla changed default viewer backend for LiteHTML. He also added a patch to fix build on MacOS because of a missing include. -
sdk-setup
, part of the Sailfish SDK, Thaodan got merged his pull request to ensure thatmb2 apply
will work when there are tabs in the spec file. -
sdk-test-suite
, the test suite for the SDK tools, vigejolla is using specific commits to teststoreman
andOSM scout
. Olf0 commented and discussed the validity of the change. -
buteo-syncfw
, the framework handling synchronisation, vigejolla fixed a building issue with the documentation when the target directory does not exist.
-
jovirkku complemented the media application article with a section on adding a playlist for Internet streaming.
-
jovirkku prepared a page explaining how to use VNC and fixed later on the detail of usage over WLAN, see https://docs.sailfishos.org/Tools/VNC_Access
-
pherjung fixed a typo in the basic concepts of the user interface, see https://docs.sailfishos.org/Support/Help_Articles/User_Interface_Basic_Concepts
-
vigejolla moved the
reboot
command before exiting root shell while updating the device from command line, see https://docs.sailfishos.org/Support/Help_Articles/Updating_Sailfish_OS -
okruhliak corrected some translations in the slovakian localisation guide, see https://docs.sailfishos.org/Develop/L10n/Style_Guides/Slovak
-
jovirkku added a page explaining how to reinstall Sailfish OS on Sony devices using Emma, see https://docs.sailfishos.org/Support/Help_Articles/Reinstalling_Sailfish_OS
-
vigejolla updated the backend.
-
vigejolla moved the
build-shell
SDK command documentation to a dedicated page, see https://docs.sailfishos.org/Tools/Platform_SDK/Build_Shell -
vigejolla added a page describing single sign-on (SSO) service and provider concepts, see https://docs.sailfishos.org/Reference/Core_Areas_and_APIs/Apps_and_MW/Accounts_and_SSO/Providers_and_Services
-
vigejolla added a page describing briefly the API of the setting UI related to SSO services, see https://docs.sailfishos.org/Reference/Core_Areas_and_APIs/Apps_and_MW/Accounts_and_SSO/Settings_UI
-
vigejolla added a page about the synchronization framework, see https://docs.sailfishos.org/Reference/Core_Areas_and_APIs/Apps_and_MW/Accounts_and_SSO/Synchronization