From f2601ec587b68224465707f97914320054eb2801 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Fri, 28 Mar 2025 18:57:21 +0100 Subject: [PATCH] Update Readme.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3fec3b88..cbab8dd9 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,14 @@ [![CMake](https://github.com/chris2511/xca/actions/workflows/cmake.yaml/badge.svg)](https://github.com/chris2511/xca/actions/workflows/cmake.yaml) ## __Release Notes__ - * The latest release is *2.8.0* - * Most notable new features: - - Support for SHA3 - - Name the MS CryptographicServiceProvider in the comment - - OpenSSL PURPOSE and validation results in the certificate details - - Support UniveralPrincipalName (UPN) and NameConstraints - - Support JSON Web Key (JWK) export format - - Hide unusable (expired / revoked) certificates - * Please report issues on github + +* The latest release is *2.9.0* +* This release fixes some minor issues: + * Improve remote database support on macosx + * Do not revoke renewed certificate with same serial + * Fix default template finding on linux + * Use latest OpenSSL and Qt releases for the precompiled releases. +* Please report issues on github ## __Changelog:__