From 3a71997a9a4a5b9ec844d40e5551ddf7fe42cd30 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Sun, 17 Sep 2023 09:16:27 +0200 Subject: [PATCH] Update changelog --- README.md | 6 ++---- changelog | 6 +++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c4f4393..17683360 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,7 @@ XCA can be used with Xcode after initializing the directory with: - Add the PATH shown by pip to your PATH - Install Qt, cmake and the MinGW toolchain ``` - (aqt install-qt windows desktop 5.15.2 win64_mingw81) aqt install-qt windows desktop 6.6.0 win64_mingw - (aqt install-tool windows desktop tools_cmake qt.tools.cmake.win64) aqt install-tool windows desktop tools_mingw90 qt.tools.win64_mingw900 aqt install-tool windows desktop tools_vcredist qt.tools.vcredist_64 ``` @@ -112,9 +110,9 @@ MySQL plugins are not shipped with QT anymore because of license issues. ### Linux -Debian: Install `libqt6sql6-psql` `libqt6sql6-mysql` or `libqt6sql6-odbc`. +Debian: `libqt6sql6-psql` `libqt6sql6-mysql` or `libqt6sql6-odbc`. +RPM: `libqt6-database-plugin-pgsql` `libqt6-database-plugin-mysql` `libqt6-database-plugin-odbc` They should pull in all necessary dependencies. -RPMs packets: `libqt6-database-plugin-pgsql` `libqt6-database-plugin-mysql` `libqt6-database-plugin-odbc` ### Apple macos diff --git a/changelog b/changelog index 5c8ce35d..0f741cf5 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,10 @@ + * Fix possible segfault caused by wrong free() + * Add Bulgarian translation + * Close #368: error while creating CRL with CA using EC key (ed25519) + * Treat CKA_ID as byte array, not Bignum * Fix #321 - decryptKey shows OpenSSL error * Merge #325 Update entitlement.plist - * Close: #366 Not Responding after upgrade + * Close #366: Not Responding after upgrade * Add Persian translation .ts file to XCA. * Close #327: "Dump database" dumps everything to everywhere * Close #317: "Please insert card: ..." message