From 923e9bdd9dc721a1e964abc8073e22a98bed012e Mon Sep 17 00:00:00 2001 From: leebaok Date: Tue, 17 May 2016 17:09:10 +0800 Subject: [PATCH] prepare for version 0.2.7 --- CHANGES | 29 +++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b9fa3e8..bd6c8ca 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,32 @@ +v0.2.7, May 17, 2016 +-------------------- + +**Bug Fix** + * [#9] updating user profile taking effects immediately + * [#12] logging user's activity + * [#14] Can't stop vcluster by dashboard page + * [#18] subprocess call should check return status + * [#19] lxc config string in config file is limited in 16 bytes + * [#25] bug of external login + * [#30] support lxc.custom.conf in appending + * [#35] nfs mountpoint bug in imagemgr.py + * [#49] Fail to create container + * [#57] status page of normal user failed + * [#68] Not Found error when just click "Sign in" Button + * [#76] unable to show and edit user table in smartphone + +**Improvement** + * [#7] enhance quota management + * [#8] independent starting of master and workers + * [#20] check typing and input on web pages and web server + * [#23] add LXCFS for container + * [#41] move system data to global/sys + * [#42] check IP and network pool when releasing IPs + * [#48] token expires after some time + * [#54] display container owner + * [#61] rewrite httprest.py using flask routing + + v0.2.6, Mar 31, 2016 -------------------- diff --git a/VERSION b/VERSION index 53a75d6..b003284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6 +0.2.7