Skip to content

Commit

Permalink
Merge branch 'develop', version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Sep 21, 2014
2 parents c817bd5 + 90dd86a commit 113b96e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.9.2 (2014-09-21)
* Support new encryption method "rc4-md5"

0.9.2 (2014-07-23)
* Reduce the possibility of encountering too many open file error
* New connection latency based load balancing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COW 是一个简化穿墙的 HTTP 代理服务器。它能自动检测被墙网

[English README](README-en.md).

当前版本:0.9.2 [CHANGELOG](CHANGELOG)
当前版本:0.9.3 [CHANGELOG](CHANGELOG)
[![Build Status](https://travis-ci.org/cyfdecyf/cow.png?branch=master)](https://travis-ci.org/cyfdecyf/cow)

**欢迎在 develop branch 进行开发并发送 pull request :)**
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
version = "0.9.2"
version = "0.9.3"
defaultListenAddr = "127.0.0.1:7777"
)

Expand Down
2 changes: 1 addition & 1 deletion doc/sample-config/rc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ listen = http://127.0.0.1:7777
#
# authinfo 中指定加密方法和密码,所有支持的加密方法如下:
# aes-128-cfb, aes-192-cfb, aes-256-cfb,
# bf-cfb, cast5-cfb, des-cfb, table, rc4
# bf-cfb, cast5-cfb, des-cfb, rc4-md5, rc4, table
# 推荐使用 aes-128-cfb
#
# cow:
Expand Down
2 changes: 1 addition & 1 deletion doc/sample-config/rc-en
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ listen = http://127.0.0.1:7777
# Here are the supported encryption methods:
#
# aes-128-cfb, aes-192-cfb, aes-256-cfb,
# bf-cfb, cast5-cfb, des-cfb, table, rc4
# bf-cfb, cast5-cfb, des-cfb, rc4-md5, rc4, table
#
# aes-128-cfb is recommended.
#
Expand Down
2 changes: 1 addition & 1 deletion install-cow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=0.9.2
version=0.9.3

arch=`uname -m`
case $arch in
Expand Down
6 changes: 0 additions & 6 deletions site_direct.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ var directDomainList = []string{
"apple.com.cn",
"icloud.com",

// 微软
"hotmail.com",
"live.com",
"outlook.com",
"microsoft.com",

// 其他
"macromedia.com",
"mmcdn.cn",
Expand Down

0 comments on commit 113b96e

Please sign in to comment.