From 393defe7eda6f09ab55ba8137ff37460ec4ebd8a Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 11 Feb 2020 15:31:18 +0100 Subject: [PATCH] Clarify two identical changelog entries The contribution from #2663 was split in two: the crypto part was mereged in 2.19.1 and the x509 part was merged after 2.20.0. Tweak the wording of the changelog entries to specify which is which. --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fd73455a..aadc9e95d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,8 +14,8 @@ Bugfix * Fix an unchecked call to mbedtls_md() in the x509write module. * Fix build failure with MBEDTLS_ZLIB_SUPPORT enabled. Reported by Jack Lloyd in #2859. Fix submitted by jiblime in #2963. - * Fix some false-positive uninitialized variable warnings. Fix contributed - by apple-ihack-geek in #2663. + * Fix some false-positive uninitialized variable warnings in X.509. Fix + contributed by apple-ihack-geek in #2663. = mbed TLS 2.20.0 branch released 2020-01-15 @@ -120,7 +120,7 @@ API Changes from modifying the client/server hello. Bugfix - * Fix some false-positive uninitialized variable warnings. Fix + * Fix some false-positive uninitialized variable warnings in crypto. Fix contributed by apple-ihack-geek in #2663. = mbed TLS 2.19.0 branch released 2019-09-06