Skip to content

Commit

Permalink
bug fix(#19) and release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nakakura committed Nov 22, 2019
1 parent b8106f0 commit dc80734
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
12 changes: 6 additions & 6 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,26 +106,26 @@ If you found the exciting use cases, let us know!

### x86_64

- [Linux](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.0/gateway_linux_x64)(Ubuntu18.04, 16.04, etc.)
- [Windows](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.0/gateway_windows.exe)(Windows 10, 8, 7)
- [Linux](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.1/gateway_linux_x64)(Ubuntu18.04, 16.04, etc.)
- [Windows](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.1/gateway_windows.exe)(Windows 10, 8, 7)

MD5

gateway_linux_x64: 316c36d295d65ab75f5c4667e7d4676e
gateway_linux_x64: afd5749f0e048308f80744c09c0c531c

gateway_windows.exe: 18346abc0a8fb399dff2c395b079b778
gateway_windows.exe: b8359b76886c8b4d777b113e2129fb06

### ARM

- [ARM](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.0/gateway_linux_arm)
- [ARM](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.1/gateway_linux_arm)

Minimum Requirements:
- Hardware: Raspberry Pi 3B or later
- Software: Raspbian Version 9 or later

MD5

gateway_linux_arm: 21aae1646d71bea2802e5943b89e9ec2
gateway_linux_arm: 8012702da8e0f4466bff1f24a60c1a5c

## Updates and Release Notes

Expand Down
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,27 +114,26 @@ WebRTC Engineを自由に操作できることで、その用途は無限に広

### x86_64


- [Linux](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.0/gateway_linux_x64)(Ubuntu18.04, 16.04, etc.)
- [Windows](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.0/gateway_windows.exe)(Windows 10, 8, 7)
- [Linux](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.1/gateway_linux_x64)(Ubuntu18.04, 16.04, etc.)
- [Windows](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.1/gateway_windows.exe)(Windows 10, 8, 7)

MD5

gateway_linux_x64: 316c36d295d65ab75f5c4667e7d4676e
gateway_linux_x64: afd5749f0e048308f80744c09c0c531c

gateway_windows.exe: 18346abc0a8fb399dff2c395b079b778
gateway_windows.exe: b8359b76886c8b4d777b113e2129fb06

### ARM

- [ARM](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.0/gateway_linux_arm)
- [ARM](https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.2.1/gateway_linux_arm)

想定動作環境:
- ハードウェア: Raspberry Pi 3B, 3B+
- ソフトウェア: Raspbian Version 9以降
Minimum Requirements:
- Hardware: Raspberry Pi 3B or later
- Software: Raspbian Version 9 or later

MD5

gateway_linux_arm: 21aae1646d71bea2802e5943b89e9ec2
gateway_linux_arm: 8012702da8e0f4466bff1f24a60c1a5c


## Updates and Release Notes
Expand Down
2 changes: 1 addition & 1 deletion api/api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: 'SkyWay WebRTC Gatewayを操作するためのREST API仕様書'
version: 0.2.0
version: 0.2.1
title: SkyWay WebRTC Gateway REST API
termsOfService: 'http://nttcom.github.io/skyway/'
contact:
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SkyWay WebRTC Gateway release notes

## [v0.2.1](https://github.com/skyway/skyway-webrtc-gateway/releases/tag/0.2.1)

- DELETE命令を行ってもポートが閉じないことがあるバグを修正(#19)

## [v0.2.0](https://github.com/skyway/skyway-webrtc-gateway/releases/tag/0.2.0)

- ポート番号・ログレベルの変更のための設定ファイルを定義
Expand Down

0 comments on commit dc80734

Please sign in to comment.