Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1175 from NebulousLabs/v060
Browse files Browse the repository at this point in the history
update release notes for v0.6.0-beta
  • Loading branch information
lukechampine committed May 21, 2016
2 parents b20d55c + afbf414 commit ccb4fb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -68,7 +68,7 @@ release-std:
# Cross Compile - makes binaries for windows, linux, and mac, 32 and 64 bit.
xc: dependencies test test-long
goxc -arch="386 amd64 arm" -bc="darwin linux windows" -d=release \
-pv=v0.6.0 -br=rc2 -include=LICENSE,README.md,doc/API.md \
-pv=v0.6.0 -br=beta -include=LICENSE,README.md,doc/API.md \
-tasks-=archive,rmbin,deb,deb-dev,deb-source,go-test -n=Sia

# clean removes all directories that get automatically created during
Expand Down
14 changes: 5 additions & 9 deletions README.md
Expand Up @@ -71,15 +71,11 @@ your browser.
Troubleshooting
---------------

- The client does not appear to join the network.
- I can't add storage folders on Windows.

There should be at least one peer online for you to connect to, so if you
cannot connect, you may be experiencing connection issues. Ensure that you
are connected to the Internet. If you are confident that your connection is
okay, contact us! Our server may be experiencing problems.

You can also opt not to connect to join the network by passing the
"--no-bootstrap" flag to siad.
Currently, admin privileges are required to add storage folders on Windows.
Close siad and run it from an admin command prompt. Future versions will not
require admin privileges.

- I can't connect to more than 8 peers.

Expand Down Expand Up @@ -144,7 +140,7 @@ on what we do in the next few months. Thank you!
Version History
---------------

April 2016:
May 2016:

v0.6.0 (minor release)
- Switched to long-form renter contracts
Expand Down

0 comments on commit ccb4fb3

Please sign in to comment.