winlin

for #515, use srs_freepa and SrsAutoFreeA for array. 2.0.198

@@ -336,6 +336,7 @@ Remark: @@ -336,6 +336,7 @@ Remark:
336 336
337 ## History 337 ## History
338 338
  339 +* v2.0, 2015-11-02, for [#515][bug #515] use srs_freepa and SrsAutoFreeA for array. 2.0.198
339 * v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], remove duration for live. 340 * v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], remove duration for live.
340 * v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], add av tag in flv header. 2.0.197 341 * v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], add av tag in flv header. 2.0.197
341 * v2.0, 2015-10-27, for [#512][bug #512] partical hotfix the hls pure audio. 2.0.196 342 * v2.0, 2015-10-27, for [#512][bug #512] partical hotfix the hls pure audio. 2.0.196
@@ -1199,6 +1200,7 @@ Winlin @@ -1199,6 +1200,7 @@ Winlin
1199 [bug #50]: https://github.com/simple-rtmp-server/srs/issues/50 1200 [bug #50]: https://github.com/simple-rtmp-server/srs/issues/50
1200 [bug #34]: https://github.com/simple-rtmp-server/srs/issues/34 1201 [bug #34]: https://github.com/simple-rtmp-server/srs/issues/34
1201 [bug #512]: https://github.com/simple-rtmp-server/srs/issues/512 1202 [bug #512]: https://github.com/simple-rtmp-server/srs/issues/512
  1203 +[bug #515]: https://github.com/simple-rtmp-server/srs/issues/515
1202 [bug #xxxxxxxxxx]: https://github.com/simple-rtmp-server/srs/issues/xxxxxxxxxx 1204 [bug #xxxxxxxxxx]: https://github.com/simple-rtmp-server/srs/issues/xxxxxxxxxx
1203 1205
1204 [exo #828]: https://github.com/google/ExoPlayer/pull/828 1206 [exo #828]: https://github.com/google/ExoPlayer/pull/828
@@ -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 196 34 +#define VERSION_REVISION 197
35 35
36 // server info. 36 // server info.
37 #define RTMP_SIG_SRS_KEY "SRS" 37 #define RTMP_SIG_SRS_KEY "SRS"