Skip to content

Commit b1c1a08

Browse files
committed
update version to 0.6.0
1 parent 0407548 commit b1c1a08

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.textile

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
h1(#changelog). Changelog
22

3+
h2. Version 0.6.0
4+
5+
* Fix #307 adding support for Nginx 1.23.0+
6+
* Update gems and other test dependencies
7+
* [javascript] Remove deprecated javascript event usage (Thanks @d-javu)
8+
39
h2. Version 0.5.5
410

511
* Fix #293 improve the calculation for the internal structures at shared memory. Thanks @seven1m with the fix suggestion and also @jaygooby helping to test in multiple platforms

Diff for: include/ngx_http_push_stream_module_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#ifndef NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
2727
#define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
2828

29-
static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.5.4");
30-
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("3d4cc6dc3ab97ac3516246c680a33cb83dd66ab7");
29+
static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.5.5");
30+
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("3bc016f811d50374251960db091557571dfd7393");
3131

3232

3333
#endif /* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */

0 commit comments

Comments
 (0)