diff --git a/AUTHORS.txt b/AUTHORS.txt index 07f3b07d0..20ebd7610 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -20,3 +20,4 @@ CONTRIBUTORS ordered by first contribution. * karthikeyan "Bug fixed" * StevenLiu "Build SRS on Darwin OSX" * zhengfl "Bug fixed" +* tufang14 "Bug fixed" diff --git a/README.md b/README.md index 225b23c15..d41a6aeb3 100755 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Supported operating systems and hardware: * 2013-10-17, Created.
## History +* v1.0, 2014-11-13, hotfix [#239](https://github.com/winlinvip/simple-rtmp-server/pull/239), traverse the token before response connect. 1.0.10. * v1.0, 2014-11-25, update PRIMARY, AUTHORS, CONTRIBUTORS of SRS. 1.0.8. * v1.0, 2014-11-18, all wiki translated to English. 1.0.7. * v1.0, 2014-11-13, hotfix [#200](https://github.com/winlinvip/simple-rtmp-server/issues/200), deadloop when read/write 0 and ETIME. 1.0.6. diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 5af31f923..d20fb6a99 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 1 #define VERSION_MINOR 0 -#define VERSION_REVISION 9 +#define VERSION_REVISION 10 // server info. #define RTMP_SIG_SRS_KEY "SRS" #define RTMP_SIG_SRS_ROLE "origin/edge server"