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

Commit 9607c6b

Browse files
committed
Bump version to 1.1.1
1 parent e58f77e commit 9607c6b

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
0.6.3 (not released)
2-
* Support IPv6 server
1+
1.1.1 (2013-07-12)
2+
* Add -b option to limit listen address for client
3+
* Fix can't override server address on command line
4+
5+
1.1 (2013-05-26)
6+
* Add more encryption methods
7+
* Enable CGO for OS X when building
8+
9+
1.0 (2013-05-17)
10+
* Support specify servers with IPv6 address
11+
* Support IPv6 address in socks requests
12+
* Better handling of configuration file for debian package
313

414
0.6.2 (2013-03-15)
515
* Connect to multiple servers in the order specified in config

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# shadowsocks-go
22

3-
Current version: 1.1 [![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-go.png?branch=develop)](https://travis-ci.org/shadowsocks/shadowsocks-go)
3+
Current version: 1.1.1 [![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-go.png?branch=develop)](https://travis-ci.org/shadowsocks/shadowsocks-go)
44

55
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).
66

shadowsocks/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
func PrintVersion() {
10-
const version = "1.1"
10+
const version = "1.1.1"
1111
fmt.Println("shadowsocks-go version", version)
1212
}
1313

0 commit comments

Comments
 (0)