Commit 623715e 1 parent 3ae5927 commit 623715e Copy full SHA for 623715e
File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 1.17.0] - 2019-04-26
6
+ ### Added
7
+ - #446 : Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura )
8
+
9
+ ### Fixes
10
+ - #440 : Fixed crash with fence ROAM (@githubfr )
11
+
12
+ ### Changes
13
+ - 3ae5927: Removed experimental evio option
14
+
15
+
5
16
## [ 1.16.4] - 2019-03-19
6
17
### Fixes
7
18
- e1a7145: Hotfix. Do not ignore SIGHUP. Use the ` --nohup ` flag or ` nohup ` command.
8
19
9
-
10
20
## [ 1.16.3] - 2019-03-19
11
21
### Fixes
12
22
- #437 : Fixed clients blocking while webook sending. (@tesujiro )
Original file line number Diff line number Diff line change 5
5
</p >
6
6
<p align =" center " >
7
7
<a href =" https://join.slack.com/t/tile38/shared_invite/enQtMzQ0OTEwMDUxMzc5LTc0NTJjZmM3YjFhOGZiZGU2NDNjOWEwM2Q5ZWE3MzFiYWZkZDIyN2U2ZmUzZDBmODU0MjI1ZjQ0N2Y1M2I1NTg " ><img src =" https://img.shields.io/badge/slack-channel-orange.svg " alt =" Slack Channel " ></a >
8
- <a href =" https://github.com/tidwall/tile38/releases " ><img src =" https://img.shields.io/badge/version-1.16.4 -green.svg? " alt =" Version " ></a >
8
+ <a href =" https://github.com/tidwall/tile38/releases " ><img src =" https://img.shields.io/badge/version-1.17.0 -green.svg? " alt =" Version " ></a >
9
9
<a href =" https://travis-ci.org/tidwall/tile38 " ><img src =" https://travis-ci.org/tidwall/tile38.svg?branch=master " alt =" Build Status " ></a >
10
10
<a href =" https://hub.docker.com/r/tile38/tile38 " ><img src =" https://img.shields.io/badge/docker-ready-blue.svg " alt =" Docker Ready " ></a >
11
11
</p >
Original file line number Diff line number Diff line change 4
4
cd $( dirname " ${BASH_SOURCE[0]} " )
5
5
OD=" $( pwd) "
6
6
7
- VERSION=1.16.4
7
+ VERSION=1.17.0
8
8
PROTECTED_MODE=" no"
9
9
10
10
# Hardcode some values to the core package
You can’t perform that action at this time.
0 commit comments