summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-23 11:05:00 +0800
committerruki <[email protected]>2017-05-23 11:05:00 +0800
commitf175b61df1fb13331d0650148f988296ff7682a7 (patch)
treeaa4bbc308c40569595c976fcce0163100ef93712
parent5e5897bfb063f13282dabf6ecea7a1c3000664e4 (diff)
modify changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8afb7123..02e4999ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
* Improve to print gcc error and warning info
* Improve `print` interface to dump table
* [#111](https://github.com/tboox/xmake/issues/111): Add `--root` common option to allow run xmake command as root
+* [#113](https://github.com/tboox/xmake/pull/113): Privilege manage when running as root, store the root privilege and degrade.
### Bugs fixed
@@ -307,6 +308,7 @@
* 改进编译错误提示信息输出
* 改进`print`接口去更好些显示table数据
* [#111](https://github.com/tboox/xmake/issues/111): 添加`--root`通用选项去临时支持作为root运行
+* [#113](https://github.com/tboox/xmake/pull/113): 改进权限管理,现在作为root运行也是非常安全的
### Bugs修复