7823e118a4
- Update to version 2.4.0 * Unify XCA icon (certificate) on all platforms * Add Microsoft BitLocker extended key usage * Disregard OpenSSL 0.9.8 compatibility * Add bash completion script * Add context sensitive help * Convert documentation from linuxdoc/SGML to sphinxdoc * Close #258: xca aborts on exit and on access to own templates * Close #142: Support Ed25519 Import / Export private SSH2 key * Close #142: Support Ed25519: Key-generation, import, export * Close #251: AuthorityKeyIdentifier: use issuer:always * Change language maintainer of brazilian portuguese * Close #230: Change PKCS12 export extension from .p12 to .pfx * Close #208: XCA hung when importing EC keys. For example prime256v1 * Close #210: Make dialog to edit SAN less strict * Close #224: Store original path/filename on import * Close #213: configure.ac: add description to AC_DEFINE_UNQUOTED * Close #172 #46: Multiple OCSP Responders * Store default database and recently opened file as UTF8 * Close #157 Generate and export CRLs from commandline * Add command line support for creating CRLs, keys and analyzing items - Drop patch: * xca-configure.patch (not longer needed) OBS-URL: https://build.opensuse.org/request/show/892949 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=21
12 lines
496 B
Diff
12 lines
496 B
Diff
diff --git a/misc/xca.desktop b/misc/xca.desktop
|
|
index 2cdd7a9..89bc823 100644
|
|
--- a/misc/xca.desktop
|
|
+++ b/misc/xca.desktop
|
|
@@ -13,5 +13,5 @@ Comment[pt_BR]=Interface gráfica para gerenciar e emitir Certificados X.509
|
|
Exec=xca %F
|
|
Icon=xca
|
|
Terminal=false
|
|
-Categories=Application;Utility;Qt;
|
|
+Categories=Utility;DesktopUtility;
|
|
MimeType=application/x-xca-database;application/x-xca-template;application/x-x509-ca-cert;application/pkcs10;application/x-pkcs7-certificates;application/x-pkcs12;
|