mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Squash: Merge SRS 4.0
This commit is contained in:
parent
4b7ba0e1e9
commit
33610c6865
3 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,7 @@ The changelog for SRS.
|
||||||
|
|
||||||
## SRS 4.0 Changelog
|
## SRS 4.0 Changelog
|
||||||
|
|
||||||
|
* v4.0, 2021-07-21, Merge [#2474](https://github.com/ossrs/srs/pull/2474), SRT: Use thread-safe log for multiple-threading SRT module. 4.0.143
|
||||||
* v4.0, 2021-07-17, Fix bugs and enhance code. 4.0.142
|
* v4.0, 2021-07-17, Fix bugs and enhance code. 4.0.142
|
||||||
* v4.0, 2021-07-16, Support [CLion and cmake](https://github.com/ossrs/srs/wiki/v4_CN_IDE#clion) to build and debug SRS. 4.0.141
|
* v4.0, 2021-07-16, Support [CLion and cmake](https://github.com/ossrs/srs/wiki/v4_CN_IDE#clion) to build and debug SRS. 4.0.141
|
||||||
* v4.0, 2021-07-08, For [#2403](https://github.com/ossrs/srs/issues/2403), fix padding packets for RTMP2RTC. 4.0.140
|
* v4.0, 2021-07-08, For [#2403](https://github.com/ossrs/srs/issues/2403), fix padding packets for RTMP2RTC. 4.0.140
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# SRS(Simple Realtime Server)
|
# SRS(Simple Realtime Server)
|
||||||
|
|
||||||

|

|
||||||
|
[](https://github.com/ossrs/srs/actions?query=workflow%3ACodeQL)
|
||||||
[](https://circleci.com/gh/ossrs/srs/tree/develop)
|
[](https://circleci.com/gh/ossrs/srs/tree/develop)
|
||||||
[](https://codecov.io/gh/ossrs/srs/branch/develop)
|
[](https://codecov.io/gh/ossrs/srs/branch/develop)
|
||||||
[](../../wikis/Contact#wechat)
|
[](../../wikis/Contact#wechat)
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
|
|
||||||
#define VERSION_MAJOR 4
|
#define VERSION_MAJOR 4
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_REVISION 142
|
#define VERSION_REVISION 143
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue