Skip to content

Commit

Permalink
v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
naritta committed Apr 27, 2016
1 parent 3484599 commit 2346863
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/serverengine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ServerEngine
VERSION = "1.6.2"
VERSION = "1.6.3"
end

0 comments on commit 2346863

Please sign in to comment.