1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-25 01:41:00 +01:00

2 Commits

Author SHA1 Message Date
Pavel Punsky
678996a529
Update version to 4.7.0 (#1691)
Set new release version to 4.7.0
Updating minor version due to some breaking changes in options to enable
more secure/robust configuration without additional flags (or relying on
recommended conf file which people seem to skip during updates)
2025-05-30 14:13:59 -07:00
Pavel Punsky
54842274d3
Scripts to generate AUTHORS and ChangeLog (#1101)
Originated by @KangLin in #1097 

Create scripts that generate ChangeLog and Authors - can be
combined/called by other scripts during build process
Scripts are idempotent: running them multiple times should not change
anything
They do not commit or tag - up to the author/reviewer to make those
changes

The lists are generated in Markdown compatible format (so that we can
change those files to .md in the future)

NOTES:
- Authors file is generated in alphabetical order, disregarding specific
contributions
- ChangeLog file is generated in order of commits, omitting bot commits
(dependabot)

Co-authored-by: Kang Lin <kl222@126.com>
2022-11-20 14:23:17 -08:00