Home
last modified time | relevance | path

Searched refs:ChangeLog (Results 1 – 5 of 5) sorted by relevance

/mbedtls-development/ChangeLog.d/
A D00README.md4 to the changelog file ([`../ChangeLog`](../ChangeLog)).
82 See [existing entries](../ChangeLog) for examples.
84 ## How `ChangeLog` is updated
88 to move the entries from files in `ChangeLog.d` to the main `ChangeLog` file.
/mbedtls-development/scripts/
A Dassemble_changelog.py183 class ChangeLog: class
459 changelog = ChangeLog(input_file, TextChangelogFormat)
/mbedtls-development/
A DCONTRIBUTING.md20 …o a few rounds of review and fixing may be necessary. We will include your name in the ChangeLog :)
86 1. A [ChangeLog](https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog.d/00README.md) entry…
A DChangeLog1 mbed TLS ChangeLog (Sorted per branch, date)
4503 XySSL ChangeLog
/mbedtls-development/tests/scripts/
A Dall.sh845 rm -f ChangeLog.new
846 scripts/assemble_changelog.py -o ChangeLog.new
847 if [ -e ChangeLog.new ]; then
850 diff -u ChangeLog ChangeLog.new || true
851 rm ChangeLog.new

Completed in 16 milliseconds