From 42f384c186db02c0a96b9a0ae5c95df6eae92726 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 27 Mar 2020 09:23:38 +0100 Subject: [PATCH] Mbed Crypto isn't a separate project anymore Signed-off-by: Gilles Peskine --- scripts/assemble_changelog.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/assemble_changelog.py b/scripts/assemble_changelog.py index 50e912881..d8a6e4c1a 100755 --- a/scripts/assemble_changelog.py +++ b/scripts/assemble_changelog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -"""Assemble Mbed Crypto change log entries into the change log file. +"""Assemble Mbed TLS change log entries into the change log file. Add changelog entries to the first level-2 section. Create a new level-2 section for unreleased changes if needed. @@ -33,7 +33,7 @@ You must run this program from within a git working directory. # See the License for the specific language governing permissions and # limitations under the License. # -# This file is part of Mbed Crypto (https://tls.mbed.org) +# This file is part of Mbed TLS (https://tls.mbed.org) import argparse from collections import OrderedDict @@ -70,7 +70,7 @@ STANDARD_SECTIONS = ( ) class ChangeLog: - """An Mbed Crypto changelog. + """An Mbed TLS changelog. A changelog is a file in Markdown format. Each level 2 section title starts a version, and versions are sorted in reverse chronological