From 3fbd609bc75eee98bb803a6cd35a58e912eed2c8 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 26 Apr 2025 06:58:00 -0400 Subject: [PATCH] Update CHANGELOG for #4309. v7.0.31 --- CONTRIBUTING.md | 2 +- trunk/AUTHORS.md | 8 ++++++++ trunk/doc/CHANGELOG.md | 1 + trunk/src/core/srs_core_version7.hpp | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50c2b3265..af1600a2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). diff --git a/trunk/AUTHORS.md b/trunk/AUTHORS.md index 8244e2b09..2426c9930 100644 --- a/trunk/AUTHORS.md +++ b/trunk/AUTHORS.md @@ -162,4 +162,12 @@ CONTRIBUTORS ordered by first contribution. * `Loken` * `JacobSu` * `terrencetang2023` +* `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` +* `Laurentiu` +* `Bahamut` +* `MarcOlzheim` diff --git a/trunk/doc/CHANGELOG.md b/trunk/doc/CHANGELOG.md index e1dcd6ae9..148a20d37 100644 --- a/trunk/doc/CHANGELOG.md +++ b/trunk/doc/CHANGELOG.md @@ -7,6 +7,7 @@ The changelog for SRS. ## 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) diff --git a/trunk/src/core/srs_core_version7.hpp b/trunk/src/core/srs_core_version7.hpp index 111b0d0a4..a58a9383c 100644 --- a/trunk/src/core/srs_core_version7.hpp +++ b/trunk/src/core/srs_core_version7.hpp @@ -9,6 +9,6 @@ #define VERSION_MAJOR 7 #define VERSION_MINOR 0 -#define VERSION_REVISION 30 +#define VERSION_REVISION 31 #endif \ No newline at end of file