正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -343,6 +343,7 @@ Remark: | @@ -343,6 +343,7 @@ Remark: | ||
| 343 | 343 | ||
| 344 | ## History | 344 | ## History |
| 345 | 345 | ||
| 346 | +* v2.0, 2016-11-05, fix #654, crash when source cleanup for edge. 2.0.221 | ||
| 346 | * v2.0, 2016-10-26, fix #666, crash when source cleanup for http-flv. 2.0.220 | 347 | * v2.0, 2016-10-26, fix #666, crash when source cleanup for http-flv. 2.0.220 |
| 347 | * v2.0, 2016-10-10, fix #661, close fd after thread stopped. 2.0.219 | 348 | * v2.0, 2016-10-10, fix #661, close fd after thread stopped. 2.0.219 |
| 348 | * v2.0, 2016-09-23, support asprocess for oryx. 2.0.218 | 349 | * v2.0, 2016-09-23, support asprocess for oryx. 2.0.218 |
| @@ -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 220 | 34 | +#define VERSION_REVISION 221 |
| 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> |
-
请 注册 或 登录 后发表评论