Proxy: Bump to v8.0.3 for #4680.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
winlin 2026-05-28 21:41:09 -04:00
parent 96cdd0c2cb
commit e8f6450616
3 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ func VersionMinor() int {
} }
func VersionRevision() int { func VersionRevision() int {
return 2 return 3
} }
func Version() string { func Version() string {

View File

@ -7,6 +7,7 @@ The changelog for SRS.
<a name="v8-changes"></a> <a name="v8-changes"></a>
## SRS 8.0 Changelog ## SRS 8.0 Changelog
* v8.0, 2026-05-28, Merge [#4680](https://github.com/ossrs/srs/pull/4680): RTMP: Fix chunk timestamp/basic-header decoding and harden packet unmarshal. v8.0.3 (#4680)
* v8.0, 2026-05-19, Merge [#4678](https://github.com/ossrs/srs/pull/4678): Edge: Fix HTTP-FLV 404 and RTMP late-join missing sequence headers. v8.0.2 (#4678) * v8.0, 2026-05-19, Merge [#4678](https://github.com/ossrs/srs/pull/4678): Edge: Fix HTTP-FLV 404 and RTMP late-join missing sequence headers. v8.0.2 (#4678)
* v8.0, 2026-05-17, Merge [#4676](https://github.com/ossrs/srs/pull/4676): Proxy: Fix RTC/SRT reader goroutine leak; unwrap legacy WHEP JSON envelope; add WHEP pprof guide. v8.0.1 (#4676) * v8.0, 2026-05-17, Merge [#4676](https://github.com/ossrs/srs/pull/4676): Proxy: Fix RTC/SRT reader goroutine leak; unwrap legacy WHEP JSON envelope; add WHEP pprof guide. v8.0.1 (#4676)
* v8.0, 2026-05-17, Init SRS 8.0, code Free. v8.0.0 * v8.0, 2026-05-17, Init SRS 8.0, code Free. v8.0.0

View File

@ -9,6 +9,6 @@
#define VERSION_MAJOR 8 #define VERSION_MAJOR 8
#define VERSION_MINOR 0 #define VERSION_MINOR 0
#define VERSION_REVISION 2 #define VERSION_REVISION 3
#endif #endif