Browse Source

Change version to v0.3.6

Unknown 11 years ago
parent
commit
d72fdc9900
3 changed files with 3464 additions and 75 deletions
  1. 1 1
      README.md
  2. 1 2
      README_ZH.md
  3. 3462 72
      modules/bin/conf.go

+ 1 - 1
README.md

@@ -33,7 +33,7 @@ More importantly, Gogs only needs one binary to setup your own project hosting o
 
 
 - Activity timeline
 - Activity timeline
 - SSH/HTTP(S) protocol support
 - SSH/HTTP(S) protocol support
-- SMTP authentication support
+- SMTP/LDAP authentication support
 - Register/delete/rename account
 - Register/delete/rename account
 - Create/migrate/mirror/delete/watch/rename/transfer public/private repository
 - Create/migrate/mirror/delete/watch/rename/transfer public/private repository
 - Repository viewer/release/issue tracker/webhooks
 - Repository viewer/release/issue tracker/webhooks

+ 1 - 2
README_ZH.md

@@ -24,7 +24,7 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
 
 
 - 活动时间线
 - 活动时间线
 - 支持 SSH/HTTP(S) 协议
 - 支持 SSH/HTTP(S) 协议
-- 支持 SMTP 用户认证
+- 支持 SMTP/LDAP 用户认证
 - 注册/删除/重命名用户
 - 注册/删除/重命名用户
 - 创建/迁移/镜像/删除/关注/重命名/转移 公开/私有 仓库
 - 创建/迁移/镜像/删除/关注/重命名/转移 公开/私有 仓库
 - 仓库 浏览器/发布/缺陷管理/Web 钩子
 - 仓库 浏览器/发布/缺陷管理/Web 钩子
@@ -40,7 +40,6 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
 - 最低的系统硬件要求为一个廉价的树莓派
 - 最低的系统硬件要求为一个廉价的树莓派
 - 如果用于团队项目,建议使用 4 核 CPU 及 1GB 内存
 - 如果用于团队项目,建议使用 4 核 CPU 及 1GB 内存
 
 
-
 ## 安装部署
 ## 安装部署
 
 
 在安装 Gogs 之前,您需要先安装 [基本环境](http://gogs.io/docs/installation/)。
 在安装 Gogs 之前,您需要先安装 [基本环境](http://gogs.io/docs/installation/)。

File diff suppressed because it is too large
+ 3462 - 72
modules/bin/conf.go