The team has been busy with fixing issues in the period. Some annoying bugs reported in the Forum have now been solved, like issues in Fingerterm caused by the large rounded corners of the C2 device, or the pulley menu hanging when the sound daemon is not responding. There is also a commit to prevent the user to enter a too short device lock code.
connman
, the connection manager, Laakkonenjussi added support for dual IPv4 and IPv6 with VPNs, currently supported only with WireGuard VPN.
embedlite-components
, QML components for the browser, pvuorela fixed some JavaScript errors reportinglog
as undefined.
-
mce
, a framework exposing hardware status of display, buttons…, spiiroin added led pattern as a feedback to user, this is mainly used by Jolla Mind2. In case the led pattern is handle by software, a battery limit can be set to avoid to high drain. -
nemo-qml-plugin-devicelock
, QML bindings for device lock access, pvuorela added sanity checks on device lock code length. So too short device lock codes cannot be saved. -
libngf-qt
, QML bindings for the non graphical feedback daemon, pvuorela proposed to fix a D-Bus blocking call making pull down menu to hang and timeout whenngfd
daemon is not responding.
-
usb-moded
, the USB tracking daemon, ifusb-moded
is started when there is no usb cable connected, the initial transition to disconnected state is left hanging in transient "busy" state. spiiroin fixed this inconsistency by immediately ending this transitional "busy" state. -
poppler
, the PDF rendering library, nephros compiled and packaged the private headers so they can be used in Chum by packages requiring them. -
libxml2
, an XML parsing library, pvuorela updated it to 2.13.4. mal added a fallback ifgetentropy()
is not supported. -
cryptsetup
, a utility for setting up encrypted disks, pvuorela worked on an upgrade to 2.7.5.
-
scratchbox2
, the cross-compilation tool used by the SDK, Thaodan fixed the declaration of STATX function and included some missing headers. -
sp-rich-core
, a tool to create core with many information, keto set the core pipe limit to prevent kernel from clearing the process info from/proc/<pid>
before the handler has finished. -
fingerterm
, the console application, pvuorela fixed margins when used on devices with large rounded corners and also fixed an issue in text selection for such devices also. -
valgrind
, a tool for finding memory management bugs in programs, pvuorela updated it to 3.24.0.