Commit b6a8c461 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

update version

parent 3a4907ae
h1(#changelog). Changelog
h2. Version 0.3.5
* Use JSONP when port numbers don't match.
* Set expires headers to avoid cache
* Add push_stream_channel_info_on_publish, push_stream_channel_inactivity_time and push_stream_allowed_origins directives
* Not sending the access control headers by default, send only when the allowed_origins directive is set, for security reasons
* Send a ping frame as feedback when publishing a message through WebSocket connection
* Adding the number of stored messages and the number of channels and messages in the trash to summarized channels statistics
* Remove default header template for EventSource subscribers
* Force content type as application/javascript on jsonp requests
* Simplifying some internal structures
* Fix memory leak when use the feature of do a DELETE in a channel
* Fix memory leak which happens after a worker dies or the server receive the SIGHUP (reload) signal (Thanks _Rob Mueller_ , _Bron Gondwana_ , _Andrew Wansink_ and their team)
* Fix status change notification when the server is stopped on long polling and jsonp modes (Thanks _nickiv_ for bug report on IE)
* Fix domain set for xss on pushstream.js when domain has more than three parts (Thanks _Sebastien_)
......
......@@ -27,6 +27,6 @@
#define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.3.4");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("0a7610f2b25dadad803cecf740d542e2ac781762");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("3a4907ae5aa3ac2222924aa7d30973958657d9c2");
#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