Skip to content

Commit 3fbd609

Browse files
committed
Update CHANGELOG for #4309. v7.0.31
1 parent 308bb6e commit 3fbd609

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Welome to contribute to SRS!
33
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).
44
1. Please [setup your email](https://ossrs.io/lts/en-us/how-to-file-pr#setup-your-email) before contributing, this is important.
55
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.
6-
1. We will review your PR ASAP.
6+
1. We will review your PR ASAP. Since our bandwidth is limited, we appreciate your patience.
77

88
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).
99

trunk/AUTHORS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,12 @@ CONTRIBUTORS ordered by first contribution.
162162
163163
* `JacobSu<[email protected]>`
164164
* `terrencetang2023<[email protected]>`
165+
* `jb-alvarado<[email protected]>`
166+
167+
* `Arjen10<[email protected]>`
168+
169+
* `VampireAchao<[email protected]>`
170+
* `Laurentiu<[email protected]>`
171+
* `Bahamut<[email protected]>`
172+
* `MarcOlzheim<[email protected]>`
165173

trunk/doc/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The changelog for SRS.
77
<a name="v7-changes"></a>
88

99
## SRS 7.0 Changelog
10+
* v7.0, 2025-04-26, Merge [#4292](https://github.com/ossrs/srs/pull/4309): Support custom deleter for SrsUniquePtr. v7.0.31 (#4309)
1011
* v7.0, 2025-03-21, Merge [#4292](https://github.com/ossrs/srs/pull/4292): Typo: "forked" process in log output. v7.0.30 (#4292)
1112
* v7.0, 2025-03-21, Merge [#4294](https://github.com/ossrs/srs/pull/4294): Build: update build version to v7. v7.0.29 (#4294)
1213
* v7.0, 2025-03-21, Merge [#4303](https://github.com/ossrs/srs/pull/4303): replace values with enums. v7.0.28 (#4303)

trunk/src/core/srs_core_version7.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
#define VERSION_MAJOR 7
1111
#define VERSION_MINOR 0
12-
#define VERSION_REVISION 30
12+
#define VERSION_REVISION 31
1313

1414
#endif

0 commit comments

Comments
 (0)