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 25FBBF864 for ; Fri, 19 Apr 2013 19:03:46 +0000 (UTC) Received: (qmail 15636 invoked by uid 500); 19 Apr 2013 19:03:45 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 15612 invoked by uid 500); 19 Apr 2013 19:03:45 -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 15597 invoked by uid 99); 19 Apr 2013 19:03:45 -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, 19 Apr 2013 19:03:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 95A70324FE8; Fri, 19 Apr 2013 19:03:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chipchilders@apache.org To: commits@cloudstack.apache.org Date: Fri, 19 Apr 2013 19:03:45 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/4.1 to aeb0c52 Updated Branches: refs/heads/4.1 6259f5e64 -> aeb0c5237 Adding 4.0.0-incubating changes text to the changes file Signed-off-by: Chip Childers Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0f76ace8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0f76ace8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0f76ace8 Branch: refs/heads/4.1 Commit: 0f76ace894429a76e452bcfd9e0dafbf3a4294ce Parents: 6259f5e Author: Chip Childers Authored: Fri Apr 19 14:57:01 2013 -0400 Committer: Chip Childers Committed: Fri Apr 19 14:57:01 2013 -0400 ---------------------------------------------------------------------- CHANGES | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0f76ace8/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index f1dd745..d615ca0 100644 --- a/CHANGES +++ b/CHANGES @@ -280,3 +280,36 @@ Bug Fixes: Security Fixes: * CVE-2012-4501: Apache CloudStack configuration vulnerability + + +Version 4.0.0-incubating +------------------------ + +This is the first release of CloudStack from within the Apache Software Foundation. + +Build Tool Changes: + + * The project now uses a combination of maven3 and ant for building + * License header auditing is now implemented via the Apache RAT Maven plugin + * Some integrations have been disabled in the default build, due to the license types of our dependencies (See README.md for details on how to build with the optional capabilities) + +New Features: + + * Inter-VLAN Routing (VPC) + * Site-to-Site VPN + * Local Storage Support for Data Volumes + * Virtual Resource Tagging + * Secure Console Access on XenServer + * Added the ability to create a VM without immediately starting it (via API) + * Upload an Existing Volume to a Virtual Machine + * Dedicated High-Availability Hosts + * Support for Amazon Web Services API (formerly a separate package) + * AWS API Extensions to include Tagging + * Support for Nicira NVP (L2) + * Ceph RBD Support for KVM + * Support for Caringo as Secondary Storage + * KVM Hypervisor support upgraded to work with Ubuntu 12.04 and RHEL 6.3 + +Security Fixes: + + * CVE-2012-4501: Apache CloudStack configuration vulnerability