diff options
| author | ruki <[email protected]> | 2017-03-30 20:12:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-30 20:12:11 +0800 |
| commit | dd3e97f4c1d1ede059b3cc6f52808409b4462c36 (patch) | |
| tree | 152e9f9bb8f5593d0441325efc32c447d7852120 | |
| parent | 05674b34f0d608482b6539cab4a50de6d6778323 (diff) | |
modify changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb00e58a..f91f76c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#61](https://github.com/tboox/xmake/pull/61): Provide safer `xmake install` and `xmake uninstall` task with administrator permission * Provide `rpm`, `deb` and `osxpkg` install package * [#63](https://github.com/tboox/xmake/pull/63): More safer build and install xmake +* [#61](https://github.com/tboox/xmake/pull/61): Check run command as root ## Bugs fixed @@ -238,6 +239,7 @@ * [#61](https://github.com/tboox/xmake/pull/61): 提供更加安全的`xmake install` and `xmake uninstall`任务,更友好的处理root安装问题 * 提供`rpm`, `deb`和`osxpkg`安装包 * [#63](https://github.com/tboox/xmake/pull/63): 改进安装脚本,实现更加安全的构建和安装xmake +* [#61](https://github.com/tboox/xmake/pull/61): 禁止在root权限下运行xmake命令,增强安全性 ### Bugs修复 |
