Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D47A211BCE for ; Fri, 22 Aug 2014 08:22:30 +0000 (UTC) Received: (qmail 47892 invoked by uid 500); 22 Aug 2014 08:22:30 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 47861 invoked by uid 500); 22 Aug 2014 08:22:30 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 47800 invoked by uid 99); 22 Aug 2014 08:22:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2014 08:22:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5AD379C7918; Fri, 22 Aug 2014 08:22:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Fri, 22 Aug 2014 08:22:30 -0000 Message-Id: In-Reply-To: <9fd96a62eb1f4a3f9ce5724982df1715@git.apache.org> References: <9fd96a62eb1f4a3f9ce5724982df1715@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: CHANGES: update change file for release 5.2.0 CHANGES: update change file for release 5.2.0 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/29695f97 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/29695f97 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/29695f97 Branch: refs/heads/master Commit: 29695f97494b1046b77d483af2a5f064c168823c Parents: 11d95b4 Author: Rohit Yadav Authored: Thu Aug 21 16:15:45 2014 +0200 Committer: Rohit Yadav Committed: Thu Aug 21 16:15:45 2014 +0200 ---------------------------------------------------------------------- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/29695f97/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index dc8eb0f..4c71876 100644 --- a/CHANGES +++ b/CHANGES @@ -8,7 +8,8 @@ This release includes - For missing keys, cloudmonkey will set default values - Network requests, json decoding and shell related bugfixes - Based on platform, it will install either pyreadline (Windows) or readline (OSX and Linux) - - Config param removal of `protocol`, `host`, `port`, `path`; uses `url` for the mgmt server URL + - Config options `protocol`, `host`, `port`, `path` are deprecated now + - Backward compatibilty exists for above options but we use `url` for the mgmt server URL - Introduces server profiles so users can use cloudmonkey with different hosts and management server configs - A default profile under the section [local] is added with default values - Everytime `set` is called, cloudmonkey will write the config and reload config file