mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
#1263, Fix string trim bug. 2.0.259
This commit is contained in:
parent
a2480a6c94
commit
b2066cbf68
2 changed files with 3 additions and 1 deletions
|
@ -335,6 +335,7 @@ Remark:
|
|||
|
||||
## History
|
||||
|
||||
* v2.0, 2018-11-11, Merge [#1263][bug #1263], Fix string trim bug. 2.0.259
|
||||
* <strong>v2.0, 2018-10-28, [2.0 release5(2.0.258)][r2.0r5] released. 86916 lines.</strong>
|
||||
* v2.0, 2018-10-28, Fix [#1250][bug #1250], Support build on OSX10.14 Mojave. 2.0.258
|
||||
* v2.0, 2018-10-08, Merge [#1236][bug #1236], Fix sleep bug in us. 2.0.257
|
||||
|
@ -1335,6 +1336,7 @@ Winlin
|
|||
[bug #1237]: https://github.com/ossrs/srs/issues/1237
|
||||
[bug #1236]: https://github.com/ossrs/srs/issues/1236
|
||||
[bug #1250]: https://github.com/ossrs/srs/issues/1250
|
||||
[bug #1263]: https://github.com/ossrs/srs/issues/1263
|
||||
[bug #xxxxxxxxxx]: https://github.com/ossrs/srs/issues/xxxxxxxxxx
|
||||
|
||||
[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.
|
|||
// current release version
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 258
|
||||
#define VERSION_REVISION 259
|
||||
|
||||
// generated by configure, only macros.
|
||||
#include <srs_auto_headers.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue