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
1ab9e74e
Commit
1ab9e74e
authored
Apr 23, 2015
by
Wandenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version to 0.5.0
parent
5566c365
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGELOG.textile
CHANGELOG.textile
+10
-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 @
1ab9e74e
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
...
...
include/ngx_http_push_stream_module_version.h
View file @
1ab9e74e
...
@@ -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_ */
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