mirror of
https://github.com/zhigang1992/cow.git
synced 2026-04-29 18:05:46 +08:00
Bump version to 0.9.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ COW 是一个简化穿墙的 HTTP 代理服务器。它能自动检测被墙网
|
||||
|
||||
[English README](README-en.md).
|
||||
|
||||
当前版本:0.9.2 [CHANGELOG](CHANGELOG)
|
||||
当前版本:0.9.3 [CHANGELOG](CHANGELOG)
|
||||
[](https://travis-ci.org/cyfdecyf/cow)
|
||||
|
||||
**欢迎在 develop branch 进行开发并发送 pull request :)**
|
||||
|
||||
@@ -15,7 +15,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
defaultListenAddr = "127.0.0.1:7777"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
version=0.9.2
|
||||
version=0.9.3
|
||||
|
||||
arch=`uname -m`
|
||||
case $arch in
|
||||
|
||||
Reference in New Issue
Block a user