Besides some usual library updates and some interesting minor changes like a prefix-based phone number filtering capability or the device not re-notifying unread SMS on device restart, branches named upgrade-5.0.0
appeared in some repositories. This means that the version 5.0.0 is considered stable enough by the team to get tested internally as a whole distribution and already got fixes for regressions or bugs during these internal tests.
-
sofia-sip
, a SIP library, direc85 updated it to 1.13.17. -
openvpn
, a VPN solution, direc85 updated it to 2.6.12. -
connman
, the connection manager, in order to avoid blockingvpnd
when network is not properly connected, Laakkonenjussi proposed to resolve the DNS with GResolve first and fallback togetaddrinfo()
later. Laakkonenjussi also fixed the shutdown process in case of WireGuard VPN. -
voicecall
, the open source part of the calling application, dcaliste completed the incoming call filter plugin by extending it with prefix matching. pvuorela labelled ongoing call records with a.tmp
extension since wave files got their metadata on completion and are not readable without them.
embedlite-components
, QML components for the browser, b100dian added a workaround for invalid certificates by allowing them temporarily.
-
nemo-qml-plugin-filemanager
, QML bindings for file management, pvuorela fixed an issue in the file manager triggered when opening a directory that does not exist. It will never be observed for changes after it has been created. -
commhistory-daemon
, the daemon handling call and message history, pvuorela avoided notifications (of SMS of missed calls) to be notified again on service (or device) restart. -
libcommhistory
, the library to access SMS / phone history, pvuorela removed unused functions from being publicly visible fromcommonutils.h
header file. dcaliste added a metjod to create Recipient object from simple phone numbers. He also updated the code to use logging categories, allowing to get debugging informations by exportingQT_LOGGING_RULES="com.nokia.commhistory.debug=true"
.
-
libwebp
, a library for encoding and decoding image in WebP format, pvuorela updated it to 1.4.0. -
libtiff
, a library to read TIFF image files, pvuorela updated it to 4.7.0.
-
polkit
, an authorisation framework, pvuorela updated it to 125. This update drop the dependency tomozjs
is favour ofduktape
. It allows to drop several patches and to follow upstream versions more closely. -
duktape
, an embeddable Javascript engine, pvuorela added the repository and initialised it with version 2.7.0. -
libarchive
, a library to handle compressed formats, direc85 updated it to 3.7.4. -
shadow-utils
, used to manage the the shadow password files, direc85 updated it to 4.16. -
libshadowutils
, a library to used shadow tools, direc85 worked on an update to 4.16.0. -
libcontentaction
, a library for associating content with actions, the dependency to QDBus was dropped sometimes ago and pvuorela now cleaned up the RPM spec file to build the package accordingly. -
crash-reporter
, a tool to report application crashes, pvuorela replaced calls toqdbus
bydbus-send
which allow not to installqt5-qtwidgets
andqt5-qttools-qdbus
packages. -
pam
, an extensible library which provides authentication for applications, pvuorela reworked the packaging and upgraded it to 1.6.1. -
bluez5
, the Bluetooth stack, pvuorela spotted thathwdata
was not needed anymore to build the project and drop the dependency. -
hwdata
, hardware identification and configuration data, pvuorela updated it to 0.387 and separately packaged the development files. -
mlite
, the configuration storage library, pvuorela cleaned up the packaging and some parts of the code. -
timed
, time and alarm handling daemon, pvuorela also cleaned up the packaging and some parts of the code. -
xdg-dbus-proxy
, filtering proxy for D-Bus connections, pvuorela proposed to update it to 0.1.6.
-
vim
, the text editor, mal updated it to 9.1.0727. -
busybox
, a single binary which includes versions of a large number of system commands, Thaodan diasbled the builtinsleep
method since it may exit a shell before it is intented to, breaking the recovery mode for instance.