Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Jul 12, 2013
1 parent e58f77e commit 9607c6b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
0.6.3 (not released)
* Support IPv6 server
1.1.1 (2013-07-12)
* Add -b option to limit listen address for client
* Fix can't override server address on command line

1.1 (2013-05-26)
* Add more encryption methods
* Enable CGO for OS X when building

1.0 (2013-05-17)
* Support specify servers with IPv6 address
* Support IPv6 address in socks requests
* Better handling of configuration file for debian package

0.6.2 (2013-03-15)
* Connect to multiple servers in the order specified in config
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shadowsocks-go

Current version: 1.1 [![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-go.png?branch=develop)](https://travis-ci.org/shadowsocks/shadowsocks-go)
Current version: 1.1.1 [![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).

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 = "1.1"
const version = "1.1.1"
fmt.Println("shadowsocks-go version", version)
}

Expand Down

0 comments on commit 9607c6b

Please sign in to comment.