From dc80734ddbbbb79a8b3ce3c007360c0f8f2415b2 Mon Sep 17 00:00:00 2001 From: Toshiya Nakakura Date: Fri, 22 Nov 2019 13:29:10 +0900 Subject: [PATCH] bug fix(#19) and release v0.2.1 --- README-en.md | 12 ++++++------ README.md | 19 +++++++++---------- api/api.yaml | 2 +- release-notes.md | 4 ++++ 4 files changed, 20 insertions(+), 17 deletions(-) diff --git a/README-en.md b/README-en.md index 660b084..0bfb8d1 100644 --- a/README-en.md +++ b/README-en.md @@ -106,18 +106,18 @@ 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 @@ -125,7 +125,7 @@ Minimum Requirements: MD5 -gateway_linux_arm: 21aae1646d71bea2802e5943b89e9ec2 +gateway_linux_arm: 8012702da8e0f4466bff1f24a60c1a5c ## Updates and Release Notes diff --git a/README.md b/README.md index 3eee136..36c0a76 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/api/api.yaml b/api/api.yaml index 92a1a55..31cf72a 100644 --- a/api/api.yaml +++ b/api/api.yaml @@ -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: diff --git a/release-notes.md b/release-notes.md index 764aa9a..4924cb9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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) - ポート番号・ログレベルの変更のための設定ファイルを定義