From 4146346243a029fe9da9b70f00e3fdebd9701066 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 3 Jul 2020 09:20:02 +0800 Subject: [PATCH] Merge #1830 to fix bugs in GB28181. 4.0.33 --- README.md | 2 ++ trunk/src/core/srs_core_version4.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53da1a0e8..d709148ed 100755 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ For previous versions, please read: ## V4 changes +* v4.0, 2020-07-03, Merge [#1830][bug #1830] to fix bugs in GB28181. 4.0.33 * v4.0, 2020-06-24, Support static link c++ libraries. 4.0.32 * v4.0, 2020-06-23, Change log cid from int to string. 4.0.31 * v4.0, 2020-06-13, GB28181 with JitterBuffer support. 4.0.30 @@ -1757,6 +1758,7 @@ Winlin [bug #1612]: https://github.com/ossrs/srs/issues/1612 [bug #1636]: https://github.com/ossrs/srs/issues/1636 [bug #1657]: https://github.com/ossrs/srs/issues/1657 +[bug #1830]: https://github.com/ossrs/srs/issues/1830 [bug #zzzzzzzzzzzzz]: https://github.com/ossrs/srs/issues/zzzzzzzzzzzzz [exo #828]: https://github.com/google/ExoPlayer/pull/828 diff --git a/trunk/src/core/srs_core_version4.hpp b/trunk/src/core/srs_core_version4.hpp index 65d68c292..b7dc91748 100644 --- a/trunk/src/core/srs_core_version4.hpp +++ b/trunk/src/core/srs_core_version4.hpp @@ -24,6 +24,6 @@ #ifndef SRS_CORE_VERSION4_HPP #define SRS_CORE_VERSION4_HPP -#define SRS_VERSION4_REVISION 32 +#define SRS_VERSION4_REVISION 33 #endif