mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #654, crash when source cleanup for edge. 2.0.221
This commit is contained in:
parent
f107f404ea
commit
d8599a56ca
2 changed files with 2 additions and 1 deletions
|
@ -343,6 +343,7 @@ Remark:
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
* v2.0, 2016-11-05, fix #654, crash when source cleanup for edge. 2.0.221
|
||||||
* v2.0, 2016-10-26, fix #666, crash when source cleanup for http-flv. 2.0.220
|
* v2.0, 2016-10-26, fix #666, crash when source cleanup for http-flv. 2.0.220
|
||||||
* v2.0, 2016-10-10, fix #661, close fd after thread stopped. 2.0.219
|
* 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 asprocess for oryx. 2.0.218
|
||||||
|
|
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
// current release version
|
// current release version
|
||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_REVISION 220
|
#define VERSION_REVISION 221
|
||||||
|
|
||||||
// generated by configure, only macros.
|
// generated by configure, only macros.
|
||||||
#include <srs_auto_headers.hpp>
|
#include <srs_auto_headers.hpp>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue