|
|
Subscribe / Log in / New account

GNU C Library 2.38 released

GNU C Library 2.38 released

Posted Aug 3, 2023 13:08 UTC (Thu) by bluca (subscriber, #118303)
In reply to: GNU C Library 2.38 released by coriordan
Parent article: GNU C Library 2.38 released

Yep it's a nice touch, and it can be pretty much automated with git, we use something like:

git log --pretty=tformat:%aN -s "${tag}.." |
grep -v <bots to ignore> |
sed 's/ / /g; s/--/-/g; s/.*/\0,/' |
sort -u | tr '\n' ' ' | sed -e "s/^/Contributions from: /g" -e "s/,\s*$/\n/g" | fold -w 72 -s |
sed -e "s/^/ /g" -e "s/\s*$//g"


to post comments

GNU C Library 2.38 released

Posted Aug 4, 2023 6:30 UTC (Fri) by coriordan (guest, #7544) [Link]

This should indeed be a minimum standard. Some projects give a thanks to the contributors "too numerous to mention", but fear of forgetting a few people shouldn't stop them from naming as many as possible. IMO.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds