正在显示
2 个修改的文件
包含
5 行增加
和
1 行删除
| @@ -338,6 +338,8 @@ Remark: | @@ -338,6 +338,8 @@ Remark: | ||
| 338 | 338 | ||
| 339 | ## History | 339 | ## History |
| 340 | 340 | ||
| 341 | +* v2.0, 2016-01-09, merge [#559][pr #559] fix memory leak bug. 2.0.208 | ||
| 342 | +* v2.0, 2016-01-09, merge [#558][pr #558] add tcUrl for on_publish. | ||
| 341 | * v2.0, 2016-01-05, add keyword XCORE for coredump to identify the version. 2.0.207 | 343 | * v2.0, 2016-01-05, add keyword XCORE for coredump to identify the version. 2.0.207 |
| 342 | * <strong>v2.0, 2015-12-23, [2.0 alpha3(2.0.205)][r2.0a3] released. 89544 lines.</strong> | 344 | * <strong>v2.0, 2015-12-23, [2.0 alpha3(2.0.205)][r2.0a3] released. 89544 lines.</strong> |
| 343 | * v2.0, 2015-12-22, for [#509][bug #509] always alloc big object at heap. 2.0.205 | 345 | * v2.0, 2015-12-22, for [#509][bug #509] always alloc big object at heap. 2.0.205 |
| @@ -887,6 +889,8 @@ Winlin | @@ -887,6 +889,8 @@ Winlin | ||
| 887 | [p21]: https://github.com/ossrs/srs/commit/87519aaae835199e5adb60c0ae2c1cd24939448c | 889 | [p21]: https://github.com/ossrs/srs/commit/87519aaae835199e5adb60c0ae2c1cd24939448c |
| 888 | [p22]: https://github.com/ossrs/srs/commit/5a4373d4835758188b9a1f03005cea0b6ddc62aa | 890 | [p22]: https://github.com/ossrs/srs/commit/5a4373d4835758188b9a1f03005cea0b6ddc62aa |
| 889 | [p23]: https://github.com/ossrs/srs/pull/239 | 891 | [p23]: https://github.com/ossrs/srs/pull/239 |
| 892 | +[pr #558]: https://github.com/ossrs/srs/pull/558 | ||
| 893 | +[pr #559]: https://github.com/ossrs/srs/pull/559 | ||
| 890 | 894 | ||
| 891 | [authors]: https://github.com/ossrs/srs/blob/develop/AUTHORS.txt | 895 | [authors]: https://github.com/ossrs/srs/blob/develop/AUTHORS.txt |
| 892 | [bigthanks]: https://github.com/ossrs/srs/wiki/v1_CN_Product#bigthanks | 896 | [bigthanks]: https://github.com/ossrs/srs/wiki/v1_CN_Product#bigthanks |
| @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 31 | // current release version | 31 | // current release version |
| 32 | #define VERSION_MAJOR 2 | 32 | #define VERSION_MAJOR 2 |
| 33 | #define VERSION_MINOR 0 | 33 | #define VERSION_MINOR 0 |
| 34 | -#define VERSION_REVISION 207 | 34 | +#define VERSION_REVISION 208 |
| 35 | 35 | ||
| 36 | // generated by configure, only macros. | 36 | // generated by configure, only macros. |
| 37 | #include <srs_auto_headers.hpp> | 37 | #include <srs_auto_headers.hpp> |
-
请 注册 或 登录 后发表评论