History log of /curl/scripts/release-notes.pl (Results 1 – 21 of 21)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2bc1d775 02-Jan-2023 Daniel Stenberg

copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- save

copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- saves us from pointless churn
- git keeps history for us
- the year range is kept in COPYING

checksrc is updated to allow non-year using copyright statements

Closes #10205

show more ...


# 9ca194b5 02-Jan-2023 Daniel Stenberg

release-notes.pl: check fixes/closes lines better

To better skip lines that just happen to mention those words at the
start of a line without being instructions.


# c5d88956 02-Oct-2022 Viktor Szakats

scripts/release-notes.pl: strip ci skip tag [ci skip]

Ref: https://github.com/curl/curl/commit/e604a82cae922bf86403a94f5803ac5e4303ae97#commitcomment-85637701

Reviewed-by: Daniel St

scripts/release-notes.pl: strip ci skip tag [ci skip]

Ref: https://github.com/curl/curl/commit/e604a82cae922bf86403a94f5803ac5e4303ae97#commitcomment-85637701

Reviewed-by: Daniel Stenberg

Closes #9634

show more ...


# ad9bc597 17-May-2022 max.mehl

copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the

copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the file
`.reuse/dep5`.

This commit also adds a Github workflow to check pull requests and adapts
copyright.pl to the changes.

Closes #8869

show more ...


# 3cf926e1 02-Feb-2022 Daniel Stenberg

scripts/release-notes.pl: remove leftover debug output


# fcf5d553 02-Feb-2022 Daniel Stenberg

scripts/release-notes.pl: fix number extraction for full URLs


# 16b135ca 04-Nov-2021 Daniel Stenberg

scripts/release-notes.pl: use out of repo links verbatim in refs


# 5458e6bd 21-Aug-2021 a1346054 <36859588+a1346054@users.noreply.github.com>

scripts: invoke interpreters through /usr/bin/env

Closes #7602


# 02dfce18 10-Jul-2021 Daniel Gustafsson

scripts: Fix typo in release-notes instructions

The command to run had a typo in the pathname which prevented copy
pasting it to work, which has annoyed me enough to fix this now.


# 659ea560 07-Jun-2021 Daniel Stenberg

release-notes.pl: also spot common 'closes' typo


Revision tags: curl-7_76_1, curl-7_76_0, curl-7_75_0, curl-7_74_0
# 87614768 13-Nov-2020 Daniel Stenberg

release-notes.pl: detect #[number] better for Ref: etc


# 4d2f8006 04-Nov-2020 Daniel Stenberg

curl.se: new home

Closes #6172


Revision tags: curl-7_73_0
# 06488441 05-Oct-2020 Daniel Stenberg

scripts/release-notes.pl: don't "embed" $ in format string for printf()

... since they might contain %-codes that mess up the output!


Revision tags: tiny-curl-7_72_0, curl-7_72_0, curl-7_71_1, curl-7_71_0
# 308c243d 25-May-2020 Viktor Szakats

all: fix codespell errors

Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Closes https://github.com/curl/curl/pull/5452


Revision tags: curl-7_70_0
# 3c77e280 20-Apr-2020 Daniel Stenberg

release-notes.pl: fix parsing typo


# d1479716 14-Apr-2020 Daniel Stenberg

scripts/release-notes.pl: accept colon after the Fixes/Closes keywords


# 66212a30 14-Apr-2020 Daniel Stenberg

scripts/release-notes: fix duplicate output header


# 20f28129 11-Apr-2020 Daniel Stenberg

release-notes.pl: detect the start of the references in cleanup mode


# 3f704083 08-Apr-2020 Daniel Stenberg

release-notes: fix the initial reference list output


# 9b23a1da 06-Apr-2020 Daniel Stenberg

release-notes: output trailing references sorted numerically


# 17211ade 06-Apr-2020 Daniel Stenberg

scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenance

This script helps putting entries in the RELEASE-NOTES using a coherent
style and sorting with a minimal human e

scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenance

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.

show more ...