History log of /curl/REUSE.toml (Results 1 – 5 of 5)
Revision Date Author Comments
# 0d6c8b75 09-Sep-2024 Daniel Stenberg

lib: enable strerror and strncpy checksrc warnings in subdirs

Closes #14834


# 0d1504b2 05-Sep-2024 Daniel Stenberg

libcurl.def: move from / into lib

It is meant for the library, it belongs in lib/

Closes #14796


# 8a9c2279 01-Aug-2024 Daniel Stenberg

CHANGES: rename to CHANGES.md, no longer generated

- scripts/log2changes.pl was not included in release tarballs, which broke
reproducible builds

- since log2changes uses git

CHANGES: rename to CHANGES.md, no longer generated

- scripts/log2changes.pl was not included in release tarballs, which broke
reproducible builds

- since log2changes uses git to generate the contents, it makes it difficult
to generate the same contents later (it would need to be fixed)

- the CHANGES file has outlived its purpose. the main changes are in the
RELEASE-NOTES, the rest are better tracked directly using git or on GitHub

- put a fixed CHANGES.md in there instead pointing out where the info lives
now

Closes #14331

show more ...


# 612e571c 06-Jul-2024 Viktor Szakats

reuse: fix typo in comment

Follow-up to 9104bad82004d908e1fe66a425f8ca78f975045d #14107


# 9104bad8 05-Jul-2024 Max Mehl

reuse: switch to REUSE 3.2 and REUSE.toml

- remove scripts/copyright.pl

Closes #14107