mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Squash: SRS v4.0.179
This commit is contained in:
parent
974bed6b26
commit
e03ada39a1
3 changed files with 3 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -115,7 +115,7 @@ jobs:
|
|||
release_name: Release ${{ github.ref }}
|
||||
body: |
|
||||
${{ github.event.head_commit.message }}
|
||||
${{ env.SRS_SOURCE_MD5 }} ${{ env.SRS_SOURCE_TAR }}
|
||||
${{ env.SRS_SOURCE_MD5 }} [${{ env.SRS_SOURCE_TAR }}](https://github.com/ossrs/srs/releases/download/${{ env.SRS_TAG }}/${{ env.SRS_SOURCE_TAR }})
|
||||
draft: false
|
||||
prerelease: true
|
||||
# Upload release files
|
||||
|
|
|
@ -27,6 +27,7 @@ The changelog for SRS.
|
|||
|
||||
## SRS 4.0 Changelog
|
||||
|
||||
* v4.0, 2021-10-16, Merge [#2665](https://github.com/ossrs/srs/pull/2665): API: Fix the same 'client_id' error when asynchronous call. v4.0.179
|
||||
* v4.0, 2021-10-13, Merge [#2671](https://github.com/ossrs/srs/pull/2671): SRT: Pes error when mpegts demux in srt. v4.0.178
|
||||
* v4.0, 2021-10-12, Merge [#2550](https://github.com/ossrs/srs/pull/2550): API use publish params. v4.0.177
|
||||
* v4.0, 2021-10-12, Merge [#2549](https://github.com/ossrs/srs/pull/2549): Fix duration issue for HLS on_hls. v4.0.176
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 4
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 178
|
||||
#define VERSION_REVISION 179
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue