You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2015/03/30 14:57:44 UTC

[2/6] jclouds-site git commit: Address review comments

Address review comments


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/f5ce6e2a
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/f5ce6e2a
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/f5ce6e2a

Branch: refs/heads/master
Commit: f5ce6e2a496726fd9b0aec92aee1036b58ff9981
Parents: a7e2d76
Author: Andrew Gaul <ga...@apache.org>
Authored: Fri Mar 27 12:00:23 2015 -0700
Committer: Ignasi Barrera <na...@apache.org>
Committed: Mon Mar 30 14:56:25 2015 +0200

----------------------------------------------------------------------
 releasenotes/1.9.0.md | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/f5ce6e2a/releasenotes/1.9.0.md
----------------------------------------------------------------------
diff --git a/releasenotes/1.9.0.md b/releasenotes/1.9.0.md
index ef889b8..b7304eb 100644
--- a/releasenotes/1.9.0.md
+++ b/releasenotes/1.9.0.md
@@ -7,7 +7,9 @@ permalink: /releasenotes/1.9.0/
 ---
 
 1. [Introduction](#intro)
-1. [Highlights](#highlights)
+1. [Core](#core-improvements)
+1. [Compute improvements](#compute-improvements)
+1. [BlobStore improvements](#blobstore-improvements)
 1. [API Changes](#api)
 1. [Known Issues](#issues)
 1. [Credits](#credits)
@@ -17,16 +19,19 @@ permalink: /releasenotes/1.9.0/
 
 You can read the official announcement at [Apache jclouds 1.9.0 released](TODO). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329006&styleName=Html&projectId=12314430).
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+To get started with jclouds, please see the [jclouds installation guide](/start/install/).
 
-## <a id="highlights"></a>Highlights
+## <a id="core-improvements"></a>Core improvements
 
-* Configured the Animal Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
-* Added AWS Frankfurt region
-* Added AWS signature v4 (excluding S3)
-* Added C4 instance types to AWS EC2
+* Configured the [Animal Sniffer](http://mojo.codehaus.org/animal-sniffer/) plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
 * Refactored the OkHttp driver to use the native API
 * Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.
+
+## <a id="compute-improvements"></a>Compute improvements
+
+* Added AWS Frankfurt region
+* Added AWS signature v4
+* Added C4 instance types to AWS EC2
 * Initial support for Azure Compute
 * Added authentication to the Docker provider
 * Added the ProfitBricks API
@@ -35,6 +40,9 @@ To get jclouds, please see the [jclouds installation guide](/start/install/).
 * Improved Google Compute Engine Compute support
 * Chef has been promoted to the main repo and updated to support Chef 12
 * Improved Google Compute Engine to use AutoValue
+
+## <a id="blobstore-improvements"></a>BlobStore improvements
+
 * Support portable setting and getting container and object ACLs (public-read and private)
 * Support portable multi-object delete
 * Improved multi-part upload compatibility with InputStream Payload
@@ -46,7 +54,7 @@ To get jclouds, please see the [jclouds installation guide](/start/install/).
 
 * Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
 * Removed all async interfaces from all apis and providers
-* Do not provide AWS endpoint for generic S3
+* Generic S3 no longer defaults to an AWS endpoint
 * Require Azure API 2012-02-12 to allow support after [August 2015](http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx)
 * Require Java 7 to use filesystem provider (enables user metadata support)
 
@@ -55,7 +63,7 @@ TODO
 ## <a id="issues"></a>Known Issues
 
 * Amazon S3 does not support signature v4 or Frankfurt
-* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue](https://bugs.openjdk.java.net/browse/JDK-8030048)
+* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue 8030048](https://bugs.openjdk.java.net/browse/JDK-8030048)
 
 TODO