Skip to content

Commit

Permalink
Merge pull request #897 from subutai-io/dev
Browse files Browse the repository at this point in the history
Releasing 6.3.2
  • Loading branch information
crioto authored Apr 25, 2018
2 parents d28985a + a2e3863 commit a4bfcfa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [6.3.2] 04/25/2018

* Removed references to previous DHT URLs
* Fixed daemon start on windows
* --dht flag has been deprecated on start command
* --dht flag has been added to daemon
* Forced peer disconnect when same MAC or endpoints are active on another peer
* Added Administrator permission checks for Windows platform
* Modified DHT buffer size from 1K to 4K
* Fixed issue with wrong data length on DHT packets
* Added a goroutine to wait for active bootstrap connection on daemon start
* Fixed environments restore from file
* Fixed DHT disconnect after computer sleep
* Fixed Bug with Splitting DHT Packets
* Added Swagger REST API
* Faster ARP data extraction
* Increased test coverage

## [6.3.1] 04/09/2018

* Improved connection for local and internet peers
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Building

p2p is shipped with a Makefile, so building it a pretty easy task. You just run
```
./configure
make
```
command to buld a single binary for current platform or you can try to
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.1
6.3.2

0 comments on commit a4bfcfa

Please sign in to comment.