Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release-notes.pl: detect #[number] better for Ref: etc | Daniel Stenberg | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -2/+2 |
| | | | | Closes #6172 | ||||
* | scripts/release-notes.pl: don't "embed" $ in format string for printf() | Daniel Stenberg | 2020-10-05 | 1 | -2/+3 |
| | | | | ... since they might contain %-codes that mess up the output! | ||||
* | all: fix codespell errors | Viktor Szakats | 2020-05-25 | 1 | -1/+1 |
| | | | | | | Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452 | ||||
* | release-notes.pl: fix parsing typo | Daniel Stenberg | 2020-04-20 | 1 | -2/+2 |
| | |||||
* | scripts/release-notes.pl: accept colon after the Fixes/Closes keywords | Daniel Stenberg | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | scripts/release-notes: fix duplicate output header | Daniel Stenberg | 2020-04-14 | 1 | -0/+1 |
| | |||||
* | release-notes.pl: detect the start of the references in cleanup mode | Daniel Stenberg | 2020-04-11 | 1 | -2/+1 |
| | |||||
* | release-notes: fix the initial reference list output | Daniel Stenberg | 2020-04-08 | 1 | -19/+20 |
| | |||||
* | release-notes: output trailing references sorted numerically | Daniel Stenberg | 2020-04-06 | 1 | -12/+10 |
| | |||||
* | scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenance | Daniel Stenberg | 2020-04-06 | 1 | -0/+214 |
This script helps putting entries in the RELEASE-NOTES using a coherent style and sorting with a minimal human editing effort - as long as the first line in the commit message is good enough! There's a short howto at the top of the file. |