Skip to content

Commit 3b59972

Browse files
committed
Add blackbox test for HLS and MP3 codec. v5.0.129 (#296) (#465)
1 parent e3a4ff9 commit 3b59972

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

trunk/doc/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The changelog for SRS.
88

99
## SRS 5.0 Changelog
1010

11+
* v5.0, 2023-01-03, Add blackbox test for HLS and MP3 codec. v5.0.129
1112
* v5.0, 2023-01-02, Merge [#3355](https://github.com/ossrs/srs/pull/3355): Test: Support blackbox test by FFmpeg. v5.0.128
1213
* v5.0, 2023-01-02, Fix [#3347](https://github.com/ossrs/srs/issues/3347): Asan: Disable asan for CentOS and use statically link if possible. v5.0.127
1314
* v5.0, 2023-01-01, For [#296](https://github.com/ossrs/srs/issues/296): MP3: Upgrade mpegts.js to support HTTP-TS with mp3. v5.0.126

trunk/src/core/srs_core_version5.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
#define VERSION_MAJOR 5
1111
#define VERSION_MINOR 0
12-
#define VERSION_REVISION 128
12+
#define VERSION_REVISION 129
1313

1414
#endif

0 commit comments

Comments
 (0)