]> git.feebdaed.xyz Git - 0xmirror/curl.git/commit
CHANGES: rename to CHANGES.md, no longer generated
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Aug 2024 07:58:31 +0000 (09:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Aug 2024 11:37:12 +0000 (13:37 +0200)
commit8a9c22796b4dec022adf7ecc650807bb49a80a9c
treeef906fd28df9dbc8d813c52cfffc5cb1d83be867
parent12774f450508129d484163e379bb88ea2b2c11fa
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
.github/labeler.yml
.gitignore
CHANGES [deleted file]
CHANGES.md [new file with mode: 0644]
Makefile.am
REUSE.toml
maketgz
packages/OS400/makefile.sh
scripts/log2changes.pl [deleted file]