Commit 3d3a2041 authored by Wandenberg's avatar Wandenberg

update version to 0.4.0

parent 022a5c41
h1(#changelog). Changelog
h2. Version 0.4.0
* Added support to use variables as value on push_stream_allowed_origins directive
* Removed global variables to allow have more than one http block on the same Nginx instance
* Added initial support to send binary data
......
......@@ -26,7 +26,7 @@
#ifndef 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.3.5");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("b6a8c461493148a409382b5bb101ac7b3a6e94f3");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.4.0");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("022a5c4188e4b3df03c8c173647d88e81093f136");
#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