Commit 1ab9e74e authored by Wandenberg's avatar Wandenberg

update version to 0.5.0

parent 5566c365
h1(#changelog). Changelog h1(#changelog). Changelog
h2. Version 0.5.0
* Improvements on pushstream.js
* Add push_stream_header_template_file directive
* Fix the support for large messages
* [performance] Reduce the number of lookups for channels
* [performance] Use distributed lock instead of only one lock for all operations
* [performance] Changed the parser of message template to apply it at once
* Fix buffer usage to avoid them to be overwritten
h2. Version 0.4.1 h2. Version 0.4.1
* Fix to not send a trailing comma on jsonp object * Fix to not send a trailing comma on jsonp object
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#ifndef NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ #ifndef NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
#define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ #define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.4.1"); static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.5.0");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("e6f1284577495b070e9f2fc51be21fad53606311"); static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("5566c365977fbe4211b5c3757427b82604891a10");
#endif /* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */ #endif /* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment