Update CHANGELOG for #4309. v7.0.31

This commit is contained in:
winlin 2025-04-26 06:58:00 -04:00
parent 308bb6ec54
commit 3fbd609bc7
4 changed files with 11 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Welome to contribute to SRS!
1. Please start from fixing some [Issues: good first issue](https://github.com/ossrs/srs/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
1. Please [setup your email](https://ossrs.io/lts/en-us/how-to-file-pr#setup-your-email) before contributing, this is important.
1. Then follow the [guide](https://ossrs.io/lts/en-us/how-to-file-pr) or [贡献代码](https://ossrs.net/lts/zh-cn/how-to-file-pr) to file a PR.
1. We will review your PR ASAP.
1. We will review your PR ASAP. Since our bandwidth is limited, we appreciate your patience.
If achieve [50 commits](https://github.com/ossrs/srs/graphs/contributors), you will be [TOC of SRS](https://github.com/ossrs/srs/blob/develop/trunk/AUTHORS.md#toc).

View File

@ -162,4 +162,12 @@ CONTRIBUTORS ordered by first contribution.
* `Loken<lokenetwork@users.noreply.github.com>`
* `JacobSu<suzp1984@gmail.com>`
* `terrencetang2023<tangshaoteng@163.com>`
* `jb-alvarado<2212056+jb-alvarado@users.noreply.github.com>`
* `Jay<39650910+w41203208@users.noreply.github.com>`
* `Arjen10<47875127+Arjen10@users.noreply.github.com>`
* `Lukas<89481353+Lukas-Kaufmann@users.noreply.github.com>`
* `VampireAchao<achao1441470436@gmail.com>`
* `Laurentiu<laurfb@gmail.com>`
* `Bahamut<retamia@gmail.com>`
* `MarcOlzheim<zlo@zlo.nu>`

View File

@ -7,6 +7,7 @@ The changelog for SRS.
<a name="v7-changes"></a>
## SRS 7.0 Changelog
* v7.0, 2025-04-26, Merge [#4292](https://github.com/ossrs/srs/pull/4309): Support custom deleter for SrsUniquePtr. v7.0.31 (#4309)
* v7.0, 2025-03-21, Merge [#4292](https://github.com/ossrs/srs/pull/4292): Typo: "forked" process in log output. v7.0.30 (#4292)
* v7.0, 2025-03-21, Merge [#4294](https://github.com/ossrs/srs/pull/4294): Build: update build version to v7. v7.0.29 (#4294)
* v7.0, 2025-03-21, Merge [#4303](https://github.com/ossrs/srs/pull/4303): replace values with enums. v7.0.28 (#4303)

View File

@ -9,6 +9,6 @@
#define VERSION_MAJOR 7
#define VERSION_MINOR 0
#define VERSION_REVISION 30
#define VERSION_REVISION 31
#endif