Skip to content

4.10.0: reuse float/double member of QVariant for qreal [ci reset]

Compare
Choose a tag to compare
@fluxer fluxer released this 13 Aug 16:21
· 2245 commits to master since this release

Binary packages for Debian 10 (amd64 and s390x) and FreeBSD 13.0 (amd64) provided, highlights:

  • reimplemented QJsonDocument via Jansson
  • non-ASCII characters are printed correctly by debug message functions (qDebug(), qWarning(), etc.) and debug stream (QDebug)
  • corrected maximum characters calculation for some codecs
  • Diffie–Hellman (DH) SSL key algorithm support
  • forward-compatible PostgreSQL version checks
  • OpenSSL v1.1.0 is the required minimum
  • fixed QString/QByteArray to integer conversion for some cases
  • fixed header optimization via unifdef
  • fixed designer tool crash
  • fixed QFileSystemWatcher deadlock on BSD
  • dropped automatic async D-Bus calls support due to thread-safety issues in clients
  • dropped support for recursive QMutex and recursive QReadWriteLock locks
  • dropped support for SHA-224 and SHA-384 hash sum
  • dropped wide character and string support

For complete list of changes done since 4.9.2 visit this link.