Most of the changes reported in the last two weeks are changes done in the main branches of each repositories. The functionalities for coming version 4.6 has been freezed already and only fixes are done for that version in branches named upgrade-4.6
.
-
mkcal
, storage backend using SQLite for calendar entries, dcaliste fixed an issue introduced in functiondeleteAllIncidences()
making WebCAL synchronisers duplicate events on sync. He later on removed this function completely to decrease the API differences with upstreamKCalendarCore::Calendar
class. Indeed, this function became after the fix a simple wrapper on a two line loop. -
buteo-sync-plugin-webcal
, a sync plugin to sync web calendar resources, dcaliste replaced a call to the removeddeleteAllIncidences()
function frommKCal
. -
openconnect
, open client for Cisco AnyConnect VPN, pvuorela excluded two Python files from packaging to avoid a dependency onPython3
that is not needed. -
nemo-qml-plugin-email
, QML bindings for emails, dcaliste reworked the attachment model so it is linked to an EmailMessage object. It should allow to deal with attachments in encrypted emails. -
libconnman-qt
, QML bindings for the connection manager, pvuorela performed various clean-up on the code. He also proposed to deprecate thestatus
property inNetworkManager
class (which was a string) and replace it with a new property calledglobalStatus
based on an enumeration.
-
embedlite-components
, QML components for the browser, ilpianista proposed to expose if a download result is coming from a tab in private mode. -
sailfish-browser
, the browser application itself, pvuorela changed the build system to create a shared library for the browser and the captive portal application. It saves on build time, disk space and memory consumption. ilpianista proposed not to store in the transfer list, files that have been doanloaded from a private tab.
-
mce
, mode control entity, mal exposed thebattery_charging_enabled
entry from the kernel, to allow to pull power for the device from an USB link without charging the battery. -
sensorfw
, sensor framework, mal added support for Android sensor device API 1.0.
-
openssl
, utilities and library for cryptography, Thaodan worked on updating legacy OpenSSL 1.1 version to its latest patch. -
libarchive
, a library to handle compressed formats, mal updated it to 3.7.3. -
util-linux
, a collection of basic system utilities, mal disabled CD-ROM probing since it creates a kernel crash on some Unisoc devices due to ioctl number collision with ufs_sprd driver ioctls.
-
python3-requests
, Python module to execute HTTP requests, nephros updated it to 2.31.0. -
rpm
, a software package format and tools, Thaodan picked a patch from Open Suse that doesn't check for unpackaged info pages. So there is no need anymore to remove info pages in the installation steps in RPM spec files. -
martyone commited changes for possible issues found by Coverity:
- in
libglibutil
, - in
binder-utils
, - in
mlite
, - in
nemo-qml-plugin-dbus
,