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
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"
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.
GNU C Library 2.38 released