From d6fc289c6a047bdf4648851fa439853ec62b845f Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 10 Oct 2016 11:54:08 +0800 Subject: [PATCH] fix #661, close fd after thread stopped. 2.0.219 --- README.md | 1 + trunk/src/core/srs_core.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de12ce60a..f9fa1df3b 100755 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ Remark: ## History +* v2.0, 2016-10-10, fix #661, close fd after thread stopped. 2.0.219 * v2.0, 2016-09-23, support asprocess for oryx. 2.0.218 * v2.0, 2016-09-23, support change work_dir for oryx. * v2.0, 2016-09-15, fix #640, typo for rtmp type. 2.0.217 diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 251968158..054800627 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 218 +#define VERSION_REVISION 219 // generated by configure, only macros. #include