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
ab5f1788
Commit
ab5f1788
authored
Jun 05, 2012
by
Wandenberg Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating changelog
parent
7714fccd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
CHANGELOG.textile
CHANGELOG.textile
+7
-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 @
ab5f1788
h1(#changelog). Changelog
h1(#changelog). Changelog
h2. Version 0.3.4
* Improvement on javascript cleanup objects
* Fixing initial temp pool size
* Fixing memory leak when recovering channel from trash, the workers_with_subscribers queue was wrongly reinitialized without free the memory on it
* Fixing memory leak when recovering channel from trash, the workers_with_subscribers queue was wrongly reinitialized without free the memory on it
* Changed default value of push_stream_message_ttl to 30 minutes to avoid memory leak of a message which is never discarded
* Changed default value of push_stream_message_ttl to 30 minutes to avoid memory leak of a message which is never discarded
* Changed javascript configurations to be more flexible
* Changed JSONP to receive old messages as array
* Changed channels ids parser for a smarter version, using regular expression
h2. Version 0.3.3
h2. Version 0.3.3
...
...
include/ngx_http_push_stream_module_version.h
View file @
ab5f1788
...
@@ -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.3.
3
"
);
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
(
"
a17557925f1d0ed8d6d7ebf7ad8d21d20640587a
"
);
static
const
ngx_str_t
NGX_HTTP_PUSH_STREAM_COMMIT
=
ngx_string
(
"
7714fccdabe6174925c46f763a51321b5646aea2
"
);
#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