Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-push-stream-module
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
nginx-push-stream-module
Commits
5be47b0e
Commit
5be47b0e
authored
Nov 15, 2014
by
Wandenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version to 0.4.1
parent
e6f12845
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
CHANGELOG.textile
CHANGELOG.textile
+12
-0
ngx_http_push_stream_module_version.h
include/ngx_http_push_stream_module_version.h
+2
-2
No files found.
CHANGELOG.textile
View file @
5be47b0e
h1(#changelog). Changelog
h2. Version 0.4.1
* Fix to not send a trailing comma on jsonp object
* Fix pushstream.js log messages when firebug is opened after the page was loaded on Firefox
* Changed pushstream.js license to MIT
* Fix DoS on message formatter when text contains huge number of template patterns (Thanks _Buglloc_)
* Fix send messages through WebSocket connection when the server is using kqueue
* Ensure all queue members are initialized to not produce errors on calling remove function, without insert them on a queue
* Fix to be possible compile with clang
* Fix stuck connections when sending only header responses
* Fix socket leak on reload process for sockets used in inter process communication and connections
h2. Version 0.4.0
* Added support to use variables as value on push_stream_allowed_origins directive
...
...
include/ngx_http_push_stream_module_version.h
View file @
5be47b0e
...
...
@@ -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.4.
0
"
);
static
const
ngx_str_t
NGX_HTTP_PUSH_STREAM_COMMIT
=
ngx_string
(
"
022a5c4188e4b3df03c8c173647d88e81093f136
"
);
static
const
ngx_str_t
NGX_HTTP_PUSH_STREAM_TAG
=
ngx_string
(
"0.4.
1
"
);
static
const
ngx_str_t
NGX_HTTP_PUSH_STREAM_COMMIT
=
ngx_string
(
"
e6f1284577495b070e9f2fc51be21fad53606311
"
);
#endif
/* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment