Skip to content

Commit 623715e

Browse files
committed
1.17.0
1 parent 3ae5927 commit 623715e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
516
## [1.16.4] - 2019-03-19
617
### Fixes
718
- e1a7145: Hotfix. Do not ignore SIGHUP. Use the `--nohup` flag or `nohup` command.
819

9-
1020
## [1.16.3] - 2019-03-19
1121
### Fixes
1222
- #437: Fixed clients blocking while webook sending. (@tesujiro)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66
<p align="center">
77
<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>
99
<a href="https://travis-ci.org/tidwall/tile38"><img src="https://travis-ci.org/tidwall/tile38.svg?branch=master" alt="Build Status"></a>
1010
<a href="https://hub.docker.com/r/tile38/tile38"><img src="https://img.shields.io/badge/docker-ready-blue.svg" alt="Docker Ready"></a>
1111
</p>

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
cd $(dirname "${BASH_SOURCE[0]}")
55
OD="$(pwd)"
66

7-
VERSION=1.16.4
7+
VERSION=1.17.0
88
PROTECTED_MODE="no"
99

1010
# Hardcode some values to the core package

0 commit comments

Comments
 (0)