From a1e9646f1b3d10cfbae74154d463b5b7ca42de0b Mon Sep 17 00:00:00 2001 From: Mikhail Savochkin Date: Wed, 3 Oct 2018 14:14:34 +0600 Subject: [PATCH 1/2] Prepared version 8 --- CHANGELOG | 9 +++++++-- VERSION | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index be6b2796..f2baec6f 100644 --- a/CHANGELOG +++ b/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 diff --git a/VERSION b/VERSION index 21c8c7b4..ae9a76b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.1 +8.0.0 From 13036bbfd3755bab11c7e1f8067b76c317ab7ef0 Mon Sep 17 00:00:00 2001 From: Mikhail Savochkin Date: Wed, 3 Oct 2018 14:33:31 +0600 Subject: [PATCH 2/2] Fixed tests --- lib/utils_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils_test.go b/lib/utils_test.go index e9de4a34..e377046d 100644 --- a/lib/utils_test.go +++ b/lib/utils_test.go @@ -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