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/04/02 23:25:17 UTC

svn commit: r1670975 [7/7] - in /jclouds/site-content: css/ fonts/ js/ releasenotes/

Modified: jclouds/site-content/releasenotes/atom.xml
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1670975&r1=1670974&r2=1670975&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/atom.xml (original)
+++ jclouds/site-content/releasenotes/atom.xml Thu Apr  2 21:25:17 2015
@@ -13,76 +13,94 @@
     <title type="html"><![CDATA[Release Notes for Version 1.9.0]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.9.0/"/>
     <updated>2015-03-29T00:00:00Z</updated>
-    <content type="html"><![CDATA[1. [Introduction](#intro)
-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)
-1. [Test Results](#test)
+    <content type="html"><![CDATA[<ol>
+<li><a href="#intro">Introduction</a></li>
+<li><a href="#core-improvements">Core</a></li>
+<li><a href="#compute-improvements">Compute improvements</a></li>
+<li><a href="#blobstore-improvements">BlobStore improvements</a></li>
+<li><a href="#api">API Changes</a></li>
+<li><a href="#issues">Known Issues</a></li>
+<li><a href="#credits">Credits</a></li>
+<li><a href="#test">Test Results</a></li>
+</ol>
 
-## <a id="intro"></a>Introduction
 
-You can read the official announcement at [Apache jclouds 1.9.0 released](http://markmail.org/message/zd4cqypgrwwmogfy). 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).
+<h2><a id="intro"></a>Introduction</h2>
 
-To get started with jclouds, please see the [jclouds installation guide](/start/install/).
+<p>You can read the official announcement at <a href="http://markmail.org/message/zd4cqypgrwwmogfy">Apache jclouds 1.9.0 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329006&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
 
-## <a id="core-improvements"></a>Core improvements
+<p>To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
 
-* 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.
+<h2><a id="core-improvements"></a>Core improvements</h2>
 
-## <a id="compute-improvements"></a>Compute improvements
+<ul>
+<li>Configured the <a href="http://mojo.codehaus.org/animal-sniffer/">Animal Sniffer</a> plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.</li>
+<li>Refactored the OkHttp driver to use the native API</li>
+<li>Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.</li>
+</ul>
 
-* 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
-* Added the Shipyard API
-* Added San José and Honolulu regions to CloudSigma
-* 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
+<h2><a id="compute-improvements"></a>Compute improvements</h2>
+
+<ul>
+<li>Added AWS Frankfurt region</li>
+<li>Added AWS signature v4</li>
+<li>Added C4 instance types to AWS EC2</li>
+<li>Initial support for Azure Compute</li>
+<li>Added authentication to the Docker provider</li>
+<li>Added the ProfitBricks API</li>
+<li>Added the Shipyard API</li>
+<li>Added San José and Honolulu regions to CloudSigma</li>
+<li>Improved Google Compute Engine Compute support</li>
+<li>Chef has been promoted to the main repo and updated to support Chef 12</li>
+<li>Improved Google Compute Engine to use AutoValue</li>
+</ul>
+
+
+<h2><a id="blobstore-improvements"></a>BlobStore improvements</h2>
+
+<ul>
+<li>Support portable setting and getting container and object ACLs (public-read and private)</li>
+<li>Support portable multi-object delete</li>
+<li>Improved multi-part upload compatibility with InputStream Payload</li>
+<li>Add support for user metadata with filesystem provider</li>
+<li>Add multi-part upload support for generic S3</li>
+</ul>
 
-* 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
-* Add support for user metadata with filesystem provider
-* Add multi-part upload support for generic S3
 
+<h2><a id="api"></a>API Changes</h2>
 
-## <a id="api"></a>API Changes
+<ul>
+<li>Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.</li>
+<li>Removed all async interfaces from all apis and providers</li>
+<li>Generic S3 no longer defaults to an AWS endpoint</li>
+<li>Require Azure API 2012-02-12 to allow support after <a href="http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx">August 2015</a></li>
+<li>Require Java 7 to use filesystem provider (enables user metadata support)</li>
+</ul>
 
-* 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
-* 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)
 
+<h2><a id="issues"></a>Known Issues</h2>
 
-## <a id="issues"></a>Known Issues
+<ul>
+<li>Amazon S3 does not support signature v4 or Frankfurt</li>
+<li>Filesystem provider does not support user metadata on Mac OS X due to <a href="https://bugs.openjdk.java.net/browse/JDK-8030048">OpenJDK issue 8030048</a></li>
+</ul>
 
-* Amazon S3 does not support signature v4 or Frankfurt
-* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue 8030048](https://bugs.openjdk.java.net/browse/JDK-8030048)
 
+<h2><a id="credits"></a>Credits</h2>
 
-## <a id="credits"></a>Credits
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<ul>
+<li>Google and Microsoft for providing resources to support and develop the Google Compute Engine and Azure Compute providers.</li>
+<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li>
+<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&amp;sort=latest_commit">Open Hub</a>.</li>
+</ul>
 
-* Google and Microsoft for providing resources to support and develop the Google Compute Engine and Azure Compute providers.
-* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release.
-* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
 
-## <a id="test"></a>Test Results
+<h2><a id="test"></a>Test Results</h2>
 
-Please see the [discussion thread](http://markmail.org/message/wpxvq4m326z6j5kk) and the [vote thread](http://markmail.org/message/mevukaykuuhksrzp) for test results for 1.9.0.
+<p>Please see the <a href="http://markmail.org/message/wpxvq4m326z6j5kk">discussion thread</a> and the <a href="http://markmail.org/message/mevukaykuuhksrzp">vote thread</a> for test results for 1.9.0.</p>
 ]]></content>
   </entry>
   
@@ -91,62 +109,80 @@ Please see the [discussion thread](http:
     <title type="html"><![CDATA[Release Notes for Version 1.8.1]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.8.1/"/>
     <updated>2014-10-24T00:00:00Z</updated>
-    <content type="html"><![CDATA[1. [Introduction](#intro)
-1. [Highlights](#highlights)
-1. [API Changes](#api)
-1. [Known Issues](#issues)
-1. [Credits](#credits)
-1. [Test Results](#test)
+    <content type="html"><![CDATA[<ol>
+<li><a href="#intro">Introduction</a></li>
+<li><a href="#highlights">Highlights</a></li>
+<li><a href="#api">API Changes</a></li>
+<li><a href="#issues">Known Issues</a></li>
+<li><a href="#credits">Credits</a></li>
+<li><a href="#test">Test Results</a></li>
+</ol>
+
 
-## <a id="intro"></a>Introduction
+<h2><a id="intro"></a>Introduction</h2>
 
-You can read the official announcement at [Apache jclouds 1.8.1 released](http://apache.markmail.org/thread/xjefzppq7jmgbcca). 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=12327548&styleName=Html&projectId=12314430).
+<p>You can read the official announcement at <a href="http://apache.markmail.org/thread/xjefzppq7jmgbcca">Apache jclouds 1.8.1 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327548&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
+
+<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+<h2><a id="highlights"></a>Highlights</h2>
+
+<ul>
+<li>Support for Google Cloud Storage</li>
+<li>Graduation of OpenStack Swift. The group ID changes</li>
+</ul>
+
+
+<p>from</p>
+
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>openstack-swift<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.8.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</code></pre></div>
+
+
+<p>to</p>
+
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.apis<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>openstack-swift<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.8.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</code></pre></div>
 
-## <a id="highlights"></a>Highlights
 
-* Support for Google Cloud Storage
-* Graduation of OpenStack Swift. The group ID changes
+<h2><a id="api"></a>API Changes</h2>
 
-from
-{% highlight xml %}
-<dependency>
-  <groupId>org.apache.jclouds.labs</groupId>
-  <artifactId>openstack-swift</artifactId>
-  <version>1.8.0</version>
-</dependency>
-{% endhighlight %}
-to
-{% highlight xml %}
-<dependency>
-  <groupId>org.apache.jclouds.apis</groupId>
-  <artifactId>openstack-swift</artifactId>
-  <version>1.8.1</version>
-</dependency>
-{% endhighlight %}
+<ul>
+<li><a href="api-changes/openstack-swift/">openstack-swift API changes from 1.8.0 to 1.8.1</a></li>
+</ul>
 
 
-## <a id="api"></a>API Changes
+<h2><a id="issues"></a>Known Issues</h2>
 
-* [openstack-swift API changes from 1.8.0 to 1.8.1](api-changes/openstack-swift/)
+<ul>
+<li>Unfortunately <code>openstack-neutron</code> was broken in this release. If you depend on it, please skip this version.</li>
+</ul>
 
-## <a id="issues"></a>Known Issues
 
-* Unfortunately `openstack-neutron` was broken in this release. If you depend on it, please skip this version.
+<h2><a id="credits"></a>Credits</h2>
 
-## <a id="credits"></a>Credits
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<ul>
+<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li>
+<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&amp;sort=latest_commit">Open Hub</a>.</li>
+</ul>
 
-* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release.
-* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
 
-## <a id="test"></a>Test Results
+<h2><a id="test"></a>Test Results</h2>
 
-Please see the [discussion thread](http://markmail.org/thread/lertwftpifagoor3) and the [vote thread](http://markmail.org/thread/lertwftpifagoor3) for test results for 1.8.1.
+<p>Please see the <a href="http://markmail.org/thread/lertwftpifagoor3">discussion thread</a> and the <a href="http://markmail.org/thread/lertwftpifagoor3">vote thread</a> for test results for 1.8.1.</p>
 
-See [this blog post](/blog/2014/10/25/poodle-and-jclouds/) for more information on POODLE and jclouds.]]></content>
+<p>See <a href="/blog/2014/10/25/poodle-and-jclouds/">this blog post</a> for more information on POODLE and jclouds.</p>
+]]></content>
   </entry>
   
   <entry>
@@ -154,54 +190,70 @@ See [this blog post](/blog/2014/10/25/po
     <title type="html"><![CDATA[Release Notes for Version 1.8.0]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.8.0/"/>
     <updated>2014-08-05T00:00:00Z</updated>
-    <content type="html"><![CDATA[1. [Introduction](#intro)
-1. [Highlights](#highlights)
-1. [API Changes](#api)
-1. [Known Issues](#issues)
-1. [Reminder](#reminder)
-1. [Credits](#credits)
-1. [Test Results](#test)
+    <content type="html"><![CDATA[<ol>
+<li><a href="#intro">Introduction</a></li>
+<li><a href="#highlights">Highlights</a></li>
+<li><a href="#api">API Changes</a></li>
+<li><a href="#issues">Known Issues</a></li>
+<li><a href="#reminder">Reminder</a></li>
+<li><a href="#credits">Credits</a></li>
+<li><a href="#test">Test Results</a></li>
+</ol>
 
-## <a id="intro"></a>Introduction
 
-You can read the official announcement at [Apache jclouds 1.8.0 released](http://markmail.org/message/plk6wedjeh3vanc6). 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=12325587&styleName=Html&projectId=12314430).
+<h2><a id="intro"></a>Introduction</h2>
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+<p>You can read the official announcement at <a href="http://markmail.org/message/plk6wedjeh3vanc6">Apache jclouds 1.8.0 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12325587&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
 
-**Note: 1.8.0 will be the last major version of jclouds to support Java 6**
+<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
 
-## <a id="highlights"></a>Highlights
+<p><strong>Note: 1.8.0 will be the last major version of jclouds to support Java 6</strong></p>
 
-* jclouds 1.8.0 introduces initial support for [Amazon Glacier](http://aws.amazon.com/glacier), sponsored by [Google Summer of Code](/blog/2014/04/23/gsoc/) and written by Roman Coedo.  This blobstore provider includes support for the portable abstraction but has vastly different semantics for blob naming and retrieval.
-* Support for [Docker](/guides/docker/).
-* Refactored Code supporting OpenStack Neutron.
-* New Rackspace Auto Scale UK Provider and updated US region support.
-* This release requires Guava 17.0 and transitions most uses of `InputSupplier` to `ByteSource`.
-* **This is the last version of jclouds to support Java 6**. The next major version will be based on Java 7. If you are still using jclouds on Java 6, please plan accordingly.
+<h2><a id="highlights"></a>Highlights</h2>
+
+<ul>
+<li>jclouds 1.8.0 introduces initial support for <a href="http://aws.amazon.com/glacier">Amazon Glacier</a>, sponsored by <a href="/blog/2014/04/23/gsoc/">Google Summer of Code</a> and written by Roman Coedo.  This blobstore provider includes support for the portable abstraction but has vastly different semantics for blob naming and retrieval.</li>
+<li>Support for <a href="/guides/docker/">Docker</a>.</li>
+<li>Refactored Code supporting OpenStack Neutron.</li>
+<li>New Rackspace Auto Scale UK Provider and updated US region support.</li>
+<li>This release requires Guava 17.0 and transitions most uses of <code>InputSupplier</code> to <code>ByteSource</code>.</li>
+<li><strong>This is the last version of jclouds to support Java 6</strong>. The next major version will be based on Java 7. If you are still using jclouds on Java 6, please plan accordingly.</li>
+</ul>
 
-## <a id="api"></a>API Changes
 
-* This release removes or deprecates most uses of Guava `InputSupplier`, including `Strings2.toString`.  Callers should instead use `ByteSource`, `ByteStreams2.toByteArrayAndClose`, or `Strings2.toStringAndClose`.  These changes ensure compatibility with future Guava releases.
-* `BlobStore` introduces a `deleteContainerIfEmpty` method which more accurately matches the semantics of some providers.  Some providers like Azure have better performance with the existing `delete` method.
-* The `resumeNodesMatching`, `suspendNodesMatching` and `rebootNodesMatching` of the `ComputeService` now return the affected nodes.
-* Deprecates Neutron v2_0. Superseded by [v2](https://github.com/jclouds/jclouds-labs-openstack/tree/master/openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2). Moves the code away from map-binders and parsers. Multiple interface changes.
-* `RegionScopedBlobStoreContext` deprecates `configuredRegions()`, `blobStoreInRegion(String regionId)`, `signerInRegion(String regionId)`, and `asyncBlobStoreInRegion(String regionId)`.
+<h2><a id="api"></a>API Changes</h2>
+
+<ul>
+<li>This release removes or deprecates most uses of Guava <code>InputSupplier</code>, including <code>Strings2.toString</code>.  Callers should instead use <code>ByteSource</code>, <code>ByteStreams2.toByteArrayAndClose</code>, or <code>Strings2.toStringAndClose</code>.  These changes ensure compatibility with future Guava releases.</li>
+<li><code>BlobStore</code> introduces a <code>deleteContainerIfEmpty</code> method which more accurately matches the semantics of some providers.  Some providers like Azure have better performance with the existing <code>delete</code> method.</li>
+<li>The <code>resumeNodesMatching</code>, <code>suspendNodesMatching</code> and <code>rebootNodesMatching</code> of the <code>ComputeService</code> now return the affected nodes.</li>
+<li>Deprecates Neutron v2_0. Superseded by <a href="https://github.com/jclouds/jclouds-labs-openstack/tree/master/openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2">v2</a>. Moves the code away from map-binders and parsers. Multiple interface changes.</li>
+<li><code>RegionScopedBlobStoreContext</code> deprecates <code>configuredRegions()</code>, <code>blobStoreInRegion(String regionId)</code>, <code>signerInRegion(String regionId)</code>, and <code>asyncBlobStoreInRegion(String regionId)</code>.</li>
+</ul>
+
+
+<h2><a id="issues"></a>Known Issues</h2>
+
+<ul>
+<li>Starting with 1.8.0, the HP Cloud Object Storage provider requires the <code>region</code> attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the <a href="/guides/hpcloud/">provider guide</a> for an example of how to specify the region.</li>
+<li>1.8.0 includes an <a href="http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.labs%7Cgoogle-cloud-storage%7C1.8.0%7Cjar">incomplete artifact</a> for Google Cloud Storage. The jclouds team does not recommend its use and 1.8.1 will either complete support or remove this artifact.</li>
+</ul>
 
-## <a id="issues"></a>Known Issues
 
-* Starting with 1.8.0, the HP Cloud Object Storage provider requires the `region` attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the [provider guide](/guides/hpcloud/) for an example of how to specify the region.
-* 1.8.0 includes an [incomplete artifact](http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.labs%7Cgoogle-cloud-storage%7C1.8.0%7Cjar) for Google Cloud Storage. The jclouds team does not recommend its use and 1.8.1 will either complete support or remove this artifact.
+<h2><a id="credits"></a>Credits</h2>
 
-## <a id="credits"></a>Credits
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<ul>
+<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li>
+<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&amp;sort=latest_commit">Open Hub</a>.</li>
+</ul>
 
-* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release.
-* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
 
-## <a id="test"></a>Test Results
+<h2><a id="test"></a>Test Results</h2>
 
-Please see the [discussion thread](http://markmail.org/thread/2ppvzd7dtjvqfqkk) and the [vote thread](http://markmail.org/thread/7ixght2jgfbu73ok) for test results for 1.8.0.]]></content>
+<p>Please see the <a href="http://markmail.org/thread/2ppvzd7dtjvqfqkk">discussion thread</a> and the <a href="http://markmail.org/thread/7ixght2jgfbu73ok">vote thread</a> for test results for 1.8.0.</p>
+]]></content>
   </entry>
   
   <entry>
@@ -477,45 +529,50 @@ Guava 15.0 or earlier, or wait for jclou
     <title type="html"><![CDATA[Release Notes for Version 1.7.0]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.7.0/"/>
     <updated>2013-12-23T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
 
-jclouds version 1.7.0 is the first major release of jclouds as an Apache TLP, and the second release of jclouds as a TLP overall.
+<p>jclouds version 1.7.0 is the first major release of jclouds as an Apache TLP, and the second release of jclouds as a TLP overall.</p>
 
-You can read the official announcement at [Apache jclouds 1.7.0 released](http://markmail.org/thread/djp4qs5vlutmcuxe). 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=12324405&styleName=Html&projectId=12314430).
+<p>You can read the official announcement at <a href="http://markmail.org/thread/djp4qs5vlutmcuxe">Apache jclouds 1.7.0 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324405&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
+
+<h2>Notes</h2>
+
+<ul>
+<li>jclouds 1.7.0 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16. Please switch to
+Guava 15.0 or earlier, or wait for jclouds 1.7.1</li>
+</ul>
 
-## Notes
 
-* jclouds 1.7.0 is incompatible with [Guava](https://code.google.com/p/guava-libraries/) 16. Please switch to
-Guava 15.0 or earlier, or wait for jclouds 1.7.1
+<h2>Reminder</h2>
 
-## Reminder
+<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</p>
 
-As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.0<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.7.0</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
 
-## Credits
+<h2>Credits</h2>
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
 
-  * Andrew Bayer for managing the release.
-  * Apache jclouds PMC for verifying.
-  * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<ul>
+<li>Andrew Bayer for managing the release.</li>
+<li>Apache jclouds PMC for verifying.</li>
+<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit">here</a>.</li>
+</ul>
 
-## Test Results
 
-Please see the [release discussion thread](http://markmail.org/thread/zwasetkfcbfgrhjz) for test results for 1.7.0.
+<h2>Test Results</h2>
 
+<p>Please see the <a href="http://markmail.org/thread/zwasetkfcbfgrhjz">release discussion thread</a> for test results for 1.7.0.</p>
 ]]></content>
   </entry>
   
@@ -568,40 +625,45 @@ Please see the [release discussion threa
     <title type="html"><![CDATA[Release Notes for Version 1.6.2]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.2/"/>
     <updated>2013-08-27T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
+
+<p>jclouds version 1.6.2-incubating is the second release of jclouds in the Apache Incubator.</p>
+
+<p>You can read the official announcement at <a href="http://markmail.org/message/ttznfvr3pqfs2cxm">Apache jclouds 1.6.2-incubating released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
 
-jclouds version 1.6.2-incubating is the second release of jclouds in the Apache Incubator.
+<p>To get jclouds, please see the <a href="/start/install">jclouds installation guide</a>.</p>
 
-You can read the official announcement at [Apache jclouds 1.6.2-incubating released](http://markmail.org/message/ttznfvr3pqfs2cxm). 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=12324574&styleName=Html&projectId=12314430).
+<h2>Reminder</h2>
 
-To get jclouds, please see the [jclouds installation guide](/start/install).
+<ul>
+<li>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</li>
+</ul>
 
-## Reminder
 
- * As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.6.2-incubating<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.6.2-incubating</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
 
-## Credits
+<h2>Credits</h2>
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
 
-  * Andrew Bayer for assisting on the release charge.
-  * Our Apache mentors for verifying.
-  * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<ul>
+<li>Andrew Bayer for assisting on the release charge.</li>
+<li>Our Apache mentors for verifying.</li>
+<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit">here</a>.</li>
+</ul>
 
-## Test Results
 
-Please see the [test results](/releasenotes/1.6.2-tests) for test failures for 1.6.2.
+<h2>Test Results</h2>
 
+<p>Please see the <a href="/releasenotes/1.6.2-tests">test results</a> for test failures for 1.6.2.</p>
 ]]></content>
   </entry>