From 2346863895c69c9d8513f83918abce431e2ad36a Mon Sep 17 00:00:00 2001 From: RittaNarita Date: Wed, 27 Apr 2016 13:37:05 +0900 Subject: [PATCH] v1.6.3 --- Changelog | 7 +++++++ lib/serverengine/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 2e43a6c..1cfc4a5 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +2016-04-27 version 1.6.3: + +* Fix Socket Manager for UDP to adapt to ipv6 +* Fix Socket Manager not to join thread in Ruby 2.1 +* Fix Socket Manager to identify all localhost address +* Fix ruby dll path on Ruby x64 + 2016-04-14 version 1.6.2: * Fix to use Etc instead of id command in change_privilege for windows diff --git a/lib/serverengine/version.rb b/lib/serverengine/version.rb index 9664daf..30b373d 100644 --- a/lib/serverengine/version.rb +++ b/lib/serverengine/version.rb @@ -1,3 +1,3 @@ module ServerEngine - VERSION = "1.6.2" + VERSION = "1.6.3" end