mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Release 4.0.58
Merge #2109, Fix bugs for GB28181. Merge #2109, Refine srs_string_split. Fix memory leak and bugs for RTC.
This commit is contained in:
parent
b6843428c6
commit
26dec1b037
2 changed files with 4 additions and 1 deletions
|
@ -155,6 +155,9 @@ For previous versions, please read:
|
|||
|
||||
## V4 changes
|
||||
|
||||
* v4.0, 2021-01-08, Fix memory leak and bugs for RTC. 4.0.58
|
||||
* v4.0, 2021-01-06, Merge #2109, Refine srs_string_split.
|
||||
* v4.0, 2021-01-06, Merge #2109, Fix bugs for GB28181.
|
||||
* v4.0, 2020-12-24, Support disable CherryPy. 4.0.57
|
||||
* v4.0, 2020-11-12, For [#1998][bug #1998], Support Firefox, use PT in offer. 4.0.55
|
||||
* v4.0, 2020-11-11, For [#1508][bug #1508], Transform http header name to upper camel case. 4.0.54
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
#ifndef SRS_CORE_VERSION4_HPP
|
||||
#define SRS_CORE_VERSION4_HPP
|
||||
|
||||
#define SRS_VERSION4_REVISION 57
|
||||
#define SRS_VERSION4_REVISION 58
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue