Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Sep 17, 2023
1 parent 5e34635 commit 3a71997
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3a71997

Please sign in to comment.