Skip to content

Commit

Permalink
Merge pull request #420 from subutai-io/rel
Browse files Browse the repository at this point in the history
Rel
  • Loading branch information
crioto authored Oct 30, 2017
2 parents fff29ec + f06348f commit 49cd868
Show file tree
Hide file tree
Showing 11 changed files with 623 additions and 520 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
*.swp
*.swo

# vscode
.vscode
debug

# Build
config.make
main
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Change Log

## [6.1.3] 10/19/2017
## [6.1.9] 10/30/2017

* Fixed problem with stale peer connectivity
* Refactored instance code, improved readability
* Peer list moved to separate structure to avoid concurent map reads/writes
* Improved UDP hole punching
* Implemented cross peer state synchronization

## [6.1.0] 10/11/2017

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.5-SNAPSHOT
6.1.9
Loading

0 comments on commit 49cd868

Please sign in to comment.