Skip to content

Commit

Permalink
bump version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Nov 4, 2014
1 parent e46b5c0 commit 89cb8b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
DON'T PANIC
goagent 3.2.2 正式版下载 [http://git.io/goa](https://nodeload.github.com/goagent/goagent/legacy.zip/3.0)

## 最近更新
* [1104 否] 3.2.2 正式版, 优化 iplist 筛选算法,降低连接数要求;修复根证书不能导入的 bug。
* [1018 否] 3.2.1 正式版, bug 修复,删除默认证书。

## 讨论区
* https://code.google.com/p/goagent/issues/list

## 文档
* 简易教程 https://goagent.github.io/?/wiki/SimpleGuide.md
* 图文教程 https://goagent.github.io/?/wiki/InstallGuide.md
* 常见问题 https://goagent.github.io/?/wiki/FAQ.md
* 配置介绍 https://goagent.github.io/?/wiki/ConfigIntroduce.md
* 五毛观止 https://goagent.github.io/?/wiki/SpamList.md
* 更新历史 https://goagent.github.io/?/wiki/History.md

## 代码
* proxy.py https://github.com/goagent/goagent/tree/3.0
* python27.exe https://github.com/goagent/pybuild
* goagent.exe https://github.com/goagent/taskbar
2 changes: 1 addition & 1 deletion local/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# Hubertzhang <hubert.zyk@gmail.com>
# arrix <arrixzhou@gmail.com>

__version__ = '3.2.1'
__version__ = '3.2.2'

import os
import sys
Expand Down

0 comments on commit 89cb8b4

Please sign in to comment.