Skip to content

Commit

Permalink
Merge pull request #1092 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
crioto committed Oct 3, 2018
2 parents 407e3b2 + ffcde32 commit 353f8b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
@@ -1,8 +1,13 @@
# Change Log

## [7.1.1] 08/11/2018
1057
## [8.0.0] 10/03/2018

* Switched to Google UUID implementation (#1057)
* Fixed bugs with too many open files (#1078)
* Removed STUN support for proxy peers (#1086)
* Completely removed DNS lookup for DHT. Only SRV is used
* Fixed macOS version display (#1077)
* Fixed several appearance of corrupted data bug (#899)

## [7.1.0] 07/24/2018

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
7.1.1
8.0.0
2 changes: 1 addition & 1 deletion lib/utils_test.go
Expand Up @@ -155,7 +155,7 @@ func TestSrvLookup(t *testing.T) {
domain string
}
res := make(map[int]string)
res[0] = "eu0.cdn.subutai.io.:6881"
res[0] = "prod-bazaar-eu-1.s.optdyn.com.:6881"
tests := []struct {
name string
args args
Expand Down

0 comments on commit 353f8b5

Please sign in to comment.