Updated Branches: refs/heads/master 4e1a2e4ab -> d7b462942
Adding a CHANGES file Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d7b46294 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d7b46294 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d7b46294 Branch: refs/heads/master Commit: d7b4629428f1dad20041c7581dcfc9fd0f557be5 Parents: 4e1a2e4 Author: Chip Childers <[email protected]> Authored: Mon Oct 8 14:50:06 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Oct 8 14:50:06 2012 -0400 ---------------------------------------------------------------------- CHANGES | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d7b46294/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..fa28f22 --- /dev/null +++ b/CHANGES @@ -0,0 +1,30 @@ +Apache CloudStack (Incubating) CHANGES +====================================== + +Full release notes for each release are located in the project's documentation website: http://docs.cloudstack.org/ + +Version 4.0.0 +------------- + +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 (The Citrix CloudBridge product is now part of Apache CloudStack) + * AWS API Extensions to include Tagging + * Cisco Nexus 1000v Virtual Switch for ESX + * Support for Nicira NVP (L2) + * Ceph RBD Support for KVM + * Support for Caringo as Secondary Storage \ No newline at end of file
