diff --git a/CHANGELOG b/CHANGELOG index 54e7b347..b3f0e241 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +0.7.6 (2013-07-28) + * Fix bug for close connection response with no body + * Fix response not keep alive by default + * Always try parent proxy upon DNS/connection error + * Do not take special handling on log with debug option + * Add proxy status statistics in debug code + 0.7.5 (2013-07-25) * Fix crash on IPv6 client authentication * Provide ARMv6 binary diff --git a/README.md b/README.md index ef236db6..6f43ee5d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ COW 是一个利用二级代理自动化穿越防火墙的 HTTP 代理服务器。它能自动检测被墙网站,仅对这些网站使用二级代理。 -当前版本:0.7.5 [CHANGELOG](CHANGELOG) +当前版本:0.7.6 [CHANGELOG](CHANGELOG) [![Build Status](https://travis-ci.org/cyfdecyf/cow.png?branch=develop)](https://travis-ci.org/cyfdecyf/cow) **欢迎在 develop branch 进行开发并发送 pull request :)** diff --git a/config.go b/config.go index 675d0c85..0a945ff6 100644 --- a/config.go +++ b/config.go @@ -15,7 +15,7 @@ import ( ) const ( - version = "0.7.5" + version = "0.7.6" defaultListenAddr = "127.0.0.1:7777" ) diff --git a/install-cow.sh b/install-cow.sh index 7b668a7c..0a4998df 100755 --- a/install-cow.sh +++ b/install-cow.sh @@ -1,6 +1,6 @@ #!/bin/bash -version=0.7.5 +version=0.7.6 arch=`uname -m` case $arch in