From e2e6e76f92a259ebb0458beec07e3761221ed832 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 11 Jan 2016 13:21:28 +0800 Subject: [PATCH] for #558 and #559, 2.0.208 --- README.md | 4 ++++ trunk/src/core/srs_core.hpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df9401b10..f69c6c0f7 100755 --- a/README.md +++ b/README.md @@ -338,6 +338,8 @@ Remark: ## History +* v2.0, 2016-01-09, merge [#559][pr #559] fix memory leak bug. 2.0.208 +* v2.0, 2016-01-09, merge [#558][pr #558] add tcUrl for on_publish. * v2.0, 2016-01-05, add keyword XCORE for coredump to identify the version. 2.0.207 * v2.0, 2015-12-23, [2.0 alpha3(2.0.205)][r2.0a3] released. 89544 lines. * v2.0, 2015-12-22, for [#509][bug #509] always alloc big object at heap. 2.0.205 @@ -887,6 +889,8 @@ Winlin [p21]: https://github.com/ossrs/srs/commit/87519aaae835199e5adb60c0ae2c1cd24939448c [p22]: https://github.com/ossrs/srs/commit/5a4373d4835758188b9a1f03005cea0b6ddc62aa [p23]: https://github.com/ossrs/srs/pull/239 +[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/develop/AUTHORS.txt [bigthanks]: https://github.com/ossrs/srs/wiki/v1_CN_Product#bigthanks diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 7943e9519..7093c53a2 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // current release version #define VERSION_MAJOR 2 #define VERSION_MINOR 0 -#define VERSION_REVISION 207 +#define VERSION_REVISION 208 // generated by configure, only macros. #include