mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Move AUTHORS.txt to trunk for docker. 5.0.7
This commit is contained in:
parent
d32d8c0da6
commit
db3e11152e
6 changed files with 8 additions and 6 deletions
|
@ -6,6 +6,7 @@ The changelog for SRS.
|
|||
|
||||
## SRS 5.0 Changelog
|
||||
|
||||
* v5.0, 2021-07-01, Move AUTHORS.txt to trunk for docker. 5.0.7
|
||||
* v5.0, 2021-06-28, Squash: Support query lastest available version. 5.0.6
|
||||
* v5.0, 2021-06-22, Squash: Support ARM platform. 5.0.5
|
||||
* v5.0, 2021-06-16, Change [GB28181](https://github.com/ossrs/srs/issues/1500) to [feature/gb28181](https://github.com/ossrs/srs/tree/feature/gb28181). 5.0.4
|
||||
|
@ -18,6 +19,7 @@ The changelog for SRS.
|
|||
|
||||
## SRS 4.0 Changelog
|
||||
|
||||
* v4.0, 2021-07-01, Merge [#2452](https://github.com/ossrs/srs/pull/2452), fix FFmpeg bug by updating channel_layout. 4.0.138
|
||||
* v4.0, 2021-06-30, Merge [#2440](https://github.com/ossrs/srs/pull/2440), fix [#2390](https://github.com/ossrs/srs/issues/2390), SRT bug for zerolatency. 4.0.137
|
||||
* v4.0, 2021-06-28, Merge [#2435](https://github.com/ossrs/srs/pull/2435), fix bug for HTTP-RAW-API to check vhost. 4.0.136
|
||||
* v4.0, 2021-06-28, Fix [#2431](https://github.com/ossrs/srs/issues/2431), configure FFmpeg bug. 4.0.135
|
||||
|
@ -806,7 +808,7 @@ Winlin 2021
|
|||
[pr #558]: https://github.com/ossrs/srs/pull/558
|
||||
[pr #559]: https://github.com/ossrs/srs/pull/559
|
||||
|
||||
[authors]: https://github.com/ossrs/srs/blob/4.0release/trunk/AUTHORS.txt
|
||||
[authors]: https://github.com/ossrs/srs/blob/develop/trunk/AUTHORS.txt
|
||||
[bigthanks]: https://github.com/ossrs/srs/wiki/v4_CN_Product#bigthanks
|
||||
[st]: https://github.com/winlinvip/state-threads
|
||||
[st2]: https://github.com/ossrs/state-threads/tree/srs
|
||||
|
|
|
@ -143,7 +143,7 @@ Winlin 2021
|
|||
[p22]: https://github.com/ossrs/srs/commit/5a4373d4835758188b9a1f03005cea0b6ddc62aa
|
||||
[p23]: https://github.com/ossrs/srs/pull/239
|
||||
|
||||
[authors]: https://github.com/ossrs/srs/blob/4.0release/trunk/AUTHORS.txt
|
||||
[authors]: https://github.com/ossrs/srs/blob/develop/trunk/AUTHORS.txt
|
||||
[bigthanks]: https://github.com/ossrs/srs/wiki/Product#release40
|
||||
[st]: https://github.com/ossrs/state-threads
|
||||
[st2]: https://github.com/ossrs/state-threads/tree/srs
|
||||
|
|
|
@ -379,7 +379,7 @@ Supported operating systems and hardware:
|
|||
Beijing, 2013.10<br/>
|
||||
Winlin
|
||||
|
||||
[authors]: https://github.com/ossrs/srs/blob/4.0release/trunk/AUTHORS.txt
|
||||
[authors]: https://github.com/ossrs/srs/blob/develop/trunk/AUTHORS.txt
|
||||
[bigthanks]: https://github.com/ossrs/srs/wiki/Product#release40
|
||||
[st]: https://github.com/ossrs/state-threads
|
||||
[st2]: https://github.com/ossrs/state-threads/tree/srs
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#define RTMP_SIG_SRS_CODE "Leo"
|
||||
#define RTMP_SIG_SRS_URL "https://github.com/ossrs/srs"
|
||||
#define RTMP_SIG_SRS_LICENSE "MIT"
|
||||
#define RTMP_SIG_SRS_AUTHORS "https://github.com/ossrs/srs/blob/4.0release/trunk/AUTHORS.txt"
|
||||
#define RTMP_SIG_SRS_AUTHORS "https://github.com/ossrs/srs/blob/develop/trunk/AUTHORS.txt"
|
||||
#define RTMP_SIG_SRS_VERSION SRS_XSTR(VERSION_MAJOR) "." SRS_XSTR(VERSION_MINOR) "." SRS_XSTR(VERSION_REVISION)
|
||||
#define RTMP_SIG_SRS_SERVER RTMP_SIG_SRS_KEY "/" RTMP_SIG_SRS_VERSION "(" RTMP_SIG_SRS_CODE ")"
|
||||
#define RTMP_SIG_SRS_DOMAIN "ossrs.net"
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 4
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 137
|
||||
#define VERSION_REVISION 138
|
||||
|
||||
#endif
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 6
|
||||
#define VERSION_REVISION 7
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue