Skip to content

Commit

Permalink
Merge branch 'release/0.6.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Mar 15, 2013
2 parents f75d779 + fc7ed47 commit 2cc9c99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.1 (2013-03-15)
* Connect to multiple servers in the order specified in config
* More information in server error log to help error diagnosing

0.6.1 (2013-03-04)
* Small performance improvement
* For windows: provide shadowsocks-tray.exe to hide shadowsocks-local.exe in
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# shadowsocks-go

Current version: 0.6.1 [![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-go.png?branch=develop)](https://travis-ci.org/shadowsocks/shadowsocks-go)
Current version: 0.6.2 [![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-go.png?branch=develop)](https://travis-ci.org/shadowsocks/shadowsocks-go)

shadowsocks-go is a lightweight tunnel proxy which can help you get through firewalls. It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks).

The protocol is compatible with the origin shadowsocks (if both have been upgraded to the latest version).

**Note `server_password` option syntax changed in 0.6.2, the client now connects to servers in the order specified in the config.**

# Install

Compiled client binaries are provided on [google code](http://code.google.com/p/shadowsocks-go/downloads/list). (Compiled with cgo disabled.)
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func PrintVersion() {
const version = "0.6.1"
const version = "0.6.2"
fmt.Println("shadowsocks-go version", version)
}

Expand Down

0 comments on commit 2cc9c99

Please sign in to comment.