This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
Qt 5.9.1 Release
This release simply rebuilds against 5.9.1
The binaries are now CI generated.
In Addition, some changes have been made internally
Important Information
From now on, the crypto module uses AES256, not AES128 anymore!!! This means encrypted data on servers becomes invalid! You can either build the module yourself and change datasync.pro:5
, implement a migration in your application, or follow the tip below.
Pro Tip
When your merge policy is "keep local" (the default), you can get around this issue by triggering a global resync for all users. The resync will update all data on the server and thus make it valid again. To trigger the resync, simply call qdatasyncyserver cleanup resync
on a running instance.