Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Dec 20, 2020
1 parent 22b0e53 commit 7bdfb44
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.EN.MD
Expand Up @@ -94,11 +94,11 @@ After compiling, the corresponding platform name folder will be created in the t
##### Binary

```
wget https://github.com/brokercap/Bifrost/releases/download/v1.6.1-release/bifrost_v1.6.1-release_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v1.6.2-release/bifrost_v1.6.2-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.6.1-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.6.2-release_Linux-amd64-bin.tar.gz
cd bifrost_v1.6.1-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v1.6.2-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
```

Expand Down
6 changes: 3 additions & 3 deletions README.MD
Expand Up @@ -95,11 +95,11 @@ make install prefix=./target
##### 二进制文件安装
`````sh

wget https://github.com/brokercap/Bifrost/releases/download/v1.6.1-release/bifrost_v1.6.1-release_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v1.6.2-release/bifrost_v1.6.2-release_Linux-amd64-bin.tar.gz

tar -zxvf bifrost_v1.6.1-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.6.2-release_Linux-amd64-bin.tar.gz

cd bifrost_v1.6.1-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v1.6.2-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*

`````

Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
@@ -1,3 +1,8 @@
v1.6.2-release 2020-12-20
===========================
1. 登入用户新增 Host 验证功能
2. 新增登入日志及自动禁IP功能

v1.6.1-release 2020-12-16
===========================
1. 新增对mysql time(1-6),datetime(1-6),timestamp(1-6) 的支持( binlog 解析由 @zhwei820 提交合并 )
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/
package config

const VERSION = "v1.6.1-release"
const VERSION = "v1.6.2-release"

0 comments on commit 7bdfb44

Please sign in to comment.