You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/04/17 20:41:45 UTC

svn commit: r1588338 [2/2] - in /jclouds/site-content: ./ blog/ blog/2009/05/11/jclouds-s3-beta-released/ blog/2009/05/13/catching-exceptions-with-less-keystrokes/ blog/2011/10/18/jclouds-1-2-released/ blog/2012/01/17/jclouds-training-and-jfokus-stockh...

Added: jclouds/site-content/releasenotes/1.7.2/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.2/index.html?rev=1588338&view=auto
==============================================================================
--- jclouds/site-content/releasenotes/1.7.2/index.html (added)
+++ jclouds/site-content/releasenotes/1.7.2/index.html Thu Apr 17 18:41:43 2014
@@ -0,0 +1,291 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+<title>Apache jclouds&reg; :: Release Notes for Version 1.7.2</title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="">
+<meta name="author" content="">
+
+<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /-->
+<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /-->
+<!--script src="js/less-1.3.3.min.js"></script-->
+<!--append ‘#!watch’ to the browser URL, then refresh the page. -->
+
+<link href="/css/bootstrap.min.css" rel="stylesheet">
+<link href="/css/style.css" rel="stylesheet">
+<link href="/css/syntax.css" rel="stylesheet">
+
+<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+<!--[if lt IE 9]>
+<script src="js/html5shiv.js"></script>
+<![endif]-->
+
+<!-- Fav and touch icons -->
+<!--
+<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/apple-touch-icon-144-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/apple-touch-icon-114-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/apple-touch-icon-72-precomposed.png">
+<link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-57-precomposed.png">
+-->
+<link rel="shortcut icon" href="/favicon.ico">
+
+<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="Blog Posts Feed">
+<link rel="alternate" type="application/atom+xml" href="/releasenotes/atom.xml" title="Release Notes Feed">
+
+<script type="text/javascript" src="/js/jquery.min.js"></script>
+<script type="text/javascript" src="/js/bootstrap.min.js"></script>
+<script type="text/javascript" src="/js/toc.js"></script>
+
+<script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-8638379-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+     })();
+</script>
+<script type="text/javascript">
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+     (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+     m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+     })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+    ga('create', 'UA-47106724-1', 'jclouds.apache.com');
+    ga('send', 'pageview');
+</script>
+
+    </head>
+    <body>
+        <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+    <div class="container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="navbar-brand" href="/">Apache jclouds &reg;</a>
+        </div>
+
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+            <ul class="nav navbar-nav">
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Getting Started<strong class="caret"></strong></a>
+                    <ul class="dropdown-menu">
+                        <li><a href="/start/what-is-jclouds/">What Is Apache jclouds?</a></li>
+                        <li><a href="/start/install/">Installation Guide</a></li>
+                        <li class="divider"></li>
+                        <li><a href="/start/compute/">ComputeService</a></li>
+                        <li><a href="/start/blobstore/">BlobStore</a></li>
+                        <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li>
+                    </ul>
+                </li>
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation<strong class="caret"></strong></a>
+                    <ul class="dropdown-menu">
+                        <li><a href="/reference/providers/">Cloud Providers</a></li>
+                        <li><a href="/guides">User Guides</a></li>
+                        <li><a href="/reference/configuration/">Configuration</a></li>
+                        <li><a href="/reference/logging/">Logging</a></li>
+                        <li class="divider"></li>
+                        <li class="dropdown-header">Developer Guides</li>
+                        <li><a href="http://wiki.apache.org/jclouds/">Wiki</a></li>
+                    </ul>
+                </li>
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<strong class="caret"></strong></a>
+                    <ul class="dropdown-menu">
+                        <li><a href="/community/">Get In Touch!</a></li>
+                        <li><a href="http://www.meetup.com/jclouds/">Attend An Event</a></li>
+                        <li><a href="/community/users/">Who Is Using jclouds?</a></li>
+                        <li class="divider"></li>
+                        <li class="dropdown-header">Contribute</li>
+                        <li><a href="/reference/report-a-bug/">Report a Bug</a></li>
+                        <li><a href="http://wiki.apache.org/jclouds/How%20to%20Contribute">How To Contribute Code</a></li>
+                        <li><a href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">How To Contribute Documentation</a></li>
+                    </ul>
+                </li>
+                <li><a href="/blog">Blog</a></li>
+            </ul>
+            <ul class="nav navbar-nav navbar-right">
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
+                    <ul class="dropdown-menu">
+                        <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
+                        <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
+                        <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
+                        <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
+                        <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
+                        <li><a href="/releasenotes/1.6.1">1.6.1</a></li>
+                        <li class="divider"></li>
+                        <li class="dropdown-header">Previous releases</li>
+                        <li><a href="/releasenotes">Release archive</a></li>
+                    </ul>
+                </li>
+                <li>
+                    <div>
+                        <a class="btn btn-success navbar-btn" href="/start/install/">
+                            <span class="glyphicon glyphicon-download"></span>
+                            Install
+                        </a>
+                    </div>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        <div class="container">
+            <div class="page-header">
+                <h1>Release Notes for Version 1.7.2</h1>
+                
+                    <span class="text-muted">15 April 2014</span>
+                
+            </div>
+            <ol>
+<li><a href="#intro">Introduction</a></li>
+<li><a href="#highlights">Highlights</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>
+
+
+<h2><a id="intro"></a>Introduction</h2>
+
+<p>jclouds version 1.7.2 is the fourth release of jclouds as an Apache TLP.</p>
+
+<p>You can read the official announcement at <a href="http://markmail.org/message/on6prwzxi2cbi3mr">Apache jclouds 1.7.2 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/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.2">JIRA Release Notes</a>.</p>
+
+<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
+
+<h2><a id="highlights"></a>Highlights</h2>
+
+<ul>
+<li>The swift API and cloudfiles-us &amp; cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.</li>
+<li>They will be replaced with the openstack-swift API and rackspace-cloudfiles-us &amp; rackspace-cloudfiles-uk &amp; hpcloud-objectstorage Providers in jclouds 2.0.</li>
+<li>The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us <a href="/community/">feedback</a>. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.</li>
+<li>You can get the new Swift and Cloud Files dependencies with:</li>
+</ul>
+
+
+<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.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.7.2<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+  <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>rackspace-cloudfiles-us<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.2<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+  <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>rackspace-cloudfiles-uk<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.2<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
+
+
+<h2><a id="issues"></a>Known Issues</h2>
+
+<ul>
+<li>jclouds 1.7.2 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.</li>
+</ul>
+
+
+<h2><a id="reminder"></a>Reminder</h2>
+
+<p>The jclouds Maven group ID for versions since <a href="../1.6.1">1.6.1-incubating</a> is <code>org.apache.jclouds</code> rather than <code>org.jclouds</code>, so a pom.xml dependency would now look like:</p>
+
+<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.2<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
+
+
+<h2><a id="credits"></a>Credits</h2>
+
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
+
+<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 <a href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit">here</a>.</li>
+</ul>
+
+
+<h2><a id="test"></a>Test Results</h2>
+
+<p>Please see the <a href="http://markmail.org/thread/zi5nnppwdvaafpsb">release discussion thread</a> for test results for 1.7.2.</p>
+
+            <div class="row clearfix">
+                <div id="footer" class="col-md-12 column">
+                    <div id="footer">
+    <hr/>
+    <div class="row clearfix">
+        <div class="col-md-2 column">
+            <p class="text-center">
+                <a class="text-primary" href="/start/">Getting Started</a>
+            </p>
+        </div>
+        <div class="col-md-2 column">
+            <p class="text-center">
+                <a class="text-primary" href="/reference/report-a-bug/">Report a Bug</a>
+            </p>
+        </div>
+        <div class="col-md-2 column">
+            <p class="text-center">
+                <a class="text-primary" href="https://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">Fix This Page</a>
+            </p>
+        </div>
+        <div class="col-md-2 column">
+            <p class="text-center">
+                <a class="text-primary" href="https://wiki.apache.org/jclouds/How%20to%20Contribute">Contribute Code</a>
+            </p>
+        </div>
+        <div class="col-md-2 column">
+            <p class="text-center">
+                <a class="text-primary" href="/community/">Contact Us</a>
+            </p>
+        </div>
+        <div class="col-md-2 column">
+            <p class="text-center">
+                <a class="text-primary" href="https://twitter.com/jclouds">Follow Us</a>
+            </p>
+        </div>
+    </div>
+    <hr style="margin-top: 10px"/>
+    <div class="row clearfix">
+        <div class="col-md-12 column">
+            <p class="text-center">
+              Copyright &copy; 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.
+            </p>
+            <p class="text-center">
+              Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.
+            </p>
+            <p class="text-center">
+              <img src="/img/feather-small.gif" width="80", height="24"/>
+            </p>
+            <br/>
+        </div>
+    </div>
+</div>
+
+                </div>
+            </div>
+        </div>
+    </body>
+</html>

Modified: jclouds/site-content/releasenotes/atom.xml
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/atom.xml (original)
+++ jclouds/site-content/releasenotes/atom.xml Thu Apr 17 18:41:43 2014
@@ -9,81 +9,147 @@
   
   
   <entry>
-    <id>http://jclouds.apache.org/releasenotes/1.7.1/</id>
-    <title type="html"><![CDATA[Release Notes for Version 1.7.1]]></title>
-    <link href="http://jclouds.apache.org/releasenotes/1.7.1/"/>
-    <updated>2014-02-11T00:00:00Z</updated>
-    <content type="html"><![CDATA[<h2>Introduction</h2>
+    <id>http://jclouds.apache.org/releasenotes/1.7.2/</id>
+    <title type="html"><![CDATA[Release Notes for Version 1.7.2]]></title>
+    <link href="http://jclouds.apache.org/releasenotes/1.7.2/"/>
+    <updated>2014-04-15T00:00:00Z</updated>
+    <content type="html"><![CDATA[1. [Introduction](#intro)
+1. [Highlights](#highlights)
+1. [Known Issues](#issues)
+1. [Reminder](#reminder)
+1. [Credits](#credits)
+1. [Test Results](#test)
+
+## <a id="intro"></a>Introduction
+
+jclouds version 1.7.2 is the fourth release of jclouds as an Apache TLP.
+
+You can read the official announcement at [Apache jclouds 1.7.2 released](http://markmail.org/message/on6prwzxi2cbi3mr). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.2).
+
+To get jclouds, please see the [jclouds installation guide](/start/install/).
+
+## <a id="highlights"></a>Highlights
+
+* The swift API and cloudfiles-us & cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.
+* They will be replaced with the openstack-swift API and rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage Providers in jclouds 2.0.
+* The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us [feedback](/community/). Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.
+* You can get the new Swift and Cloud Files dependencies with:
+
+{% highlight xml %}
+<dependencies>
+  <dependency>
+    <groupId>org.apache.jclouds.labs</groupId>
+    <artifactId>openstack-swift</artifactId>
+    <version>1.7.2</version>
+  </dependency>
+  <dependency>
+    <groupId>org.apache.jclouds.labs</groupId>
+    <artifactId>rackspace-cloudfiles-us</artifactId>
+    <version>1.7.2</version>
+  </dependency>
+  <dependency>
+    <groupId>org.apache.jclouds.labs</groupId>
+    <artifactId>rackspace-cloudfiles-uk</artifactId>
+    <version>1.7.2</version>
+  </dependency>
+</dependencies>
+{% endhighlight %}
+
+## <a id="issues"></a>Known Issues
+
+* jclouds 1.7.2 is incompatible with [Guava](https://code.google.com/p/guava-libraries/) 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.
+
+## <a id="reminder"></a>Reminder
+
+The jclouds Maven group ID for versions since [1.6.1-incubating](../1.6.1) is `org.apache.jclouds` rather than `org.jclouds`, so a pom.xml dependency would now look like:
+
+{% highlight xml %}
+<dependencies>
+  <dependency>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-all</artifactId>
+    <version>1.7.2</version>
+  </dependency>
+</dependencies>
+{% endhighlight %}
+
+## <a id="credits"></a>Credits
 
-<p>jclouds version 1.7.1 is the fifth release of jclouds as an Apache TLP.</p>
+jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
 
-<p>You can read the official announcement at <a href="http://markmail.org/message/wvskzm356n2mraif">Apache jclouds 1.7.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/browse/JCLOUDS/fixforversion/12325588">JIRA Release Notes</a>.</p>
+* 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 [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
 
-<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
+## <a id="test"></a>Test Results
 
-<h2>Notable updates</h2>
+Please see the [release discussion thread](http://markmail.org/thread/zi5nnppwdvaafpsb) for test results for 1.7.2.
 
-<ul>
-<li>A workaround for <a href="https://issues.apache.org/jira/browse/JCLOUDS-427">JCLOUDS-427</a> is provided to make jclouds compatible with JRE 1.7.0_51-b13.</li>
-<li>Added the <a href="https://www.digitalocean.com">DigitalOcean</a> compute provider. It is available in labs under the following Maven coordinates:</li>
-</ul>
-
-
-<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.labs<span class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>digitalocean<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
-  <span class="nt">&lt;/dependency&gt;</span>
-<span class="nt">&lt;/dependencies&gt;</span>
-</code></pre></div>
+]]></content>
+  </entry>
+  
+  <entry>
+    <id>http://jclouds.apache.org/releasenotes/1.7.1/</id>
+    <title type="html"><![CDATA[Release Notes for Version 1.7.1]]></title>
+    <link href="http://jclouds.apache.org/releasenotes/1.7.1/"/>
+    <updated>2014-02-11T00:00:00Z</updated>
+    <content type="html"><![CDATA[## Introduction
 
+jclouds version 1.7.1 is the third release of jclouds as an Apache TLP.
 
-<ul>
-<li>Upgraded Bouncycastle to version 1.49.</li>
-<li>Added an HTTP driver based on the <a href="http://square.github.io/okhttp/">OkHttp</a> library for efficient HTTP connections.</li>
-<li>Added support for PATCH methods that have a body.</li>
-<li>Allow configuring of networks to which the nodes will be attached directly from the portable <a href="/start/compute">Compute</a> interface.</li>
-</ul>
+You can read the official announcement at [Apache jclouds 1.7.1 released](http://markmail.org/message/wvskzm356n2mraif). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588).
 
+To get jclouds, please see the [jclouds installation guide](/start/install/).
 
-<h2>Notes</h2>
+## Notable updates
 
-<ul>
-<li>jclouds 1.7.1 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.8.</li>
-</ul>
+* A workaround for [JCLOUDS-427](https://issues.apache.org/jira/browse/JCLOUDS-427) is provided to make jclouds compatible with JRE 1.7.0\_51-b13.
+* Added the [DigitalOcean](https://www.digitalocean.com) compute provider. It is available in labs under the following Maven coordinates:
+{% highlight xml %}
+<dependencies>
+  <dependency>
+    <groupId>org.apache.jclouds.labs</groupId>
+    <artifactId>digitalocean</artifactId>
+    <version>1.7.1</version>
+  </dependency>
+</dependencies>
+{% endhighlight %}
+* Upgraded Bouncycastle to version 1.49.
+* Added an HTTP driver based on the [OkHttp](http://square.github.io/okhttp/) library for efficient HTTP connections.
+* Added support for PATCH methods that have a body.
+* Allow configuring of networks to which the nodes will be attached directly from the portable [Compute](/start/compute) interface.
 
+## Notes
 
-<h2>Reminder</h2>
+* jclouds 1.7.1 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.8.
 
-<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>
+## Reminder
 
-<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.1<span class="nt">&lt;/version&gt;</span>
-  <span class="nt">&lt;/dependency&gt;</span>
-<span class="nt">&lt;/dependencies&gt;</span>
-</code></pre></div>
+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:
 
+{% highlight xml %}
+<dependencies>
+  <dependency>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-all</artifactId>
+    <version>1.7.1</version>
+  </dependency>
+</dependencies>
+{% endhighlight %}
 
-<h2>Credits</h2>
+## 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>Ignasi Barrera for managing the release.</li>
-<li>Andrew Phillips for his quick and diligent fixes for <a href="https://issues.apache.org/jira/browse/JCLOUDS-427">JCLOUDS-427</a>.</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>
+  * Ignasi Barrera for managing the release.
+  * Andrew Phillips for his quick and diligent fixes for [JCLOUDS-427](https://issues.apache.org/jira/browse/JCLOUDS-427).
+  * Apache jclouds PMC for verifying.
+  * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
 
+## Test Results
 
-<h2>Test Results</h2>
+Please see the [release discussion thread](http://markmail.org/message/dpfrnkcwvtf5scb7) for test results for 1.7.1.
 
-<p>Please see the <a href="http://markmail.org/message/dpfrnkcwvtf5scb7">release discussion thread</a> for test results for 1.7.1.</p>
 ]]></content>
   </entry>
   
@@ -92,50 +158,45 @@ 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[<h2>Introduction</h2>
-
-<p>jclouds version 1.7.0 is the first major release of jclouds as an Apache TLP.</p>
+    <content type="html"><![CDATA[## Introduction
 
-<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>
+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>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.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).
 
-<h2>Notes</h2>
+To get jclouds, please see the [jclouds installation guide](/start/install/).
 
-<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>
   
@@ -144,42 +205,40 @@ Guava 15.0 or earlier, or wait for jclou
     <title type="html"><![CDATA[Release Notes for Version 1.6.3]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.3/"/>
     <updated>2013-11-30T00:00:00Z</updated>
-    <content type="html"><![CDATA[<h2>Introduction</h2>
-
-<p>jclouds version 1.6.3 is the first release of jclouds as an Apache TLP, after two releases as part of the Apache Incubator.</p>
+    <content type="html"><![CDATA[## Introduction
 
-<p>You can read the official announcement at <a href="http://apache.markmail.org/thread/4ppbqyu6ydmacrb3">Apache jclouds 1.6.3 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=12324789&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
+jclouds version 1.6.3 is the first release of jclouds as an Apache TLP, after two releases as part of 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.3 released](http://apache.markmail.org/thread/4ppbqyu6ydmacrb3). 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=12324789&styleName=Html&projectId=12314430).
 
-<h2>Reminder</h2>
+To get jclouds, please see the [jclouds installation guide](/start/install).
 
-<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>
+## Reminder
 
-<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.3<span class="nt">&lt;/version&gt;</span>
-  <span class="nt">&lt;/dependency&gt;</span>
-<span class="nt">&lt;/dependencies&gt;</span>
-</code></pre></div>
+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:
 
+{% highlight xml %}
+<dependencies>
+  <dependency>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-all</artifactId>
+    <version>1.6.3</version>
+  </dependency>
+</dependencies>
+{% endhighlight %}
 
-<h2>Credits</h2>
+## 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>Andrew Gaul 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>
+  * Andrew Gaul 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).
 
+## Test Results
 
-<h2>Test Results</h2>
+Please see the [release discussion thread](http://markmail.org/thread/gkqw7uidfnnze4lv) for test results for 1.6.3
 
-<p>Please see the <a href="http://markmail.org/thread/gkqw7uidfnnze4lv">release discussion thread</a> for test results for 1.6.3</p>
 ]]></content>
   </entry>
   
@@ -188,45 +247,40 @@ Guava 15.0 or earlier, or wait for jclou
     <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[<h2>Introduction</h2>
+    <content type="html"><![CDATA[## Introduction
 
-<p>jclouds version 1.6.2-incubating is the second release of jclouds in the Apache Incubator.</p>
+jclouds version 1.6.2-incubating is the second release of jclouds in the Apache Incubator.
 
-<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>
+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).
 
-<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>Reminder</h2>
+## Reminder
 
-<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>
+ * 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:
 
+{% highlight xml %}
+<dependencies>
+  <dependency>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-all</artifactId>
+    <version>1.6.2-incubating</version>
+  </dependency>
+</dependencies>
+{% endhighlight %}
 
-<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>
+## Credits
 
+jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
 
-<h2>Credits</h2>
+  * 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).
 
-<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
+## Test Results
 
-<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>
+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>
   
@@ -235,79 +289,59 @@ Guava 15.0 or earlier, or wait for jclou
     <title type="html"><![CDATA[Release Notes for Version 1.6.1]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.1/"/>
     <updated>2013-06-19T00:00:00Z</updated>
-    <content type="html"><![CDATA[<h2>Introduction</h2>
-
-<p>jclouds Version 1.6.1 is geared around the transition into the Apache Incubator. It represents the first release of jclouds in the Apache Incubator. The most significant change is to the jclouds Maven groupId. You can read more about it in the Changes section below.</p>
-
-<p>You can read the official announcement at <a href="http://www.mail-archive.com/user@jclouds.incubator.apache.org/msg00112.html">Apache jclouds 1.6.1-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?projectId=12314430&amp;version=12324412">JIRA Release Notes</a>.</p>
-
-<p>To get jclouds, please see the <a href="/start/install">jclouds installation guide</a>.</p>
-
-<h2>Additions</h2>
-
-<ul>
-<li>Added the karaf/CLI command blobstore-blob-exists.</li>
-</ul>
-
-
-<h2>Removals</h2>
+    <content type="html"><![CDATA[## Introduction
 
-<ul>
-<li>Removed sandbox-apis and sandbox-providers.</li>
-</ul>
+jclouds Version 1.6.1 is geared around the transition into the Apache Incubator. It represents the first release of jclouds in the Apache Incubator. The most significant change is to the jclouds Maven groupId. You can read more about it in the Changes section below.
 
+You can read the official announcement at [Apache jclouds 1.6.1-incubating released](http://www.mail-archive.com/user@jclouds.incubator.apache.org/msg00112.html). 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?projectId=12314430&version=12324412).
 
-<h2>Changes</h2>
+To get jclouds, please see the [jclouds installation guide](/start/install).
 
-<ul>
-<li>The jclouds Maven groupId has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</li>
-</ul>
 
+## Additions
 
-<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.1-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>
+ * Added the karaf/CLI command blobstore-blob-exists.
 
+## Removals
 
-<ul>
-<li>Note that the package names in the source code have <em>not</em> changed.</li>
-<li>jclouds-karaf has undergone a similar modification and you'll need to change the <code>featureRepositories</code> line in <code>etc/org.apache.karaf.features.cfg</code>  to <code>featuresRepositories=mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds.karaf.version}/xml/features</code> in the command line interface.</li>
-<li>Updated license headers and project metadata to align with Apache Incubator.</li>
-</ul>
+ * Removed sandbox-apis and sandbox-providers.
 
+## Changes
 
-<h2>Fixes</h2>
+ * The jclouds Maven groupId has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:
 
-<ul>
-<li>Allow repeatable Payload with InputSupplier input (allows retries to work)</li>
-<li>Map S3 TooManyBuckets to InsufficientResourcesException</li>
-<li>Fixed the jclouds-cli start script so that it now runs smoothly on Windows.</li>
-</ul>
+{% highlight xml %}
+<dependencies>
+  <dependency>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-all</artifactId>
+    <version>1.6.1-incubating</version>
+  </dependency>
+</dependencies>
+{% endhighlight %}
 
+ * Note that the package names in the source code have *not* changed.
+ * jclouds-karaf has undergone a similar modification and you'll need to change the `featureRepositories` line in `etc/org.apache.karaf.features.cfg`  to `featuresRepositories=mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds.karaf.version}/xml/features` in the command line interface.
+ * Updated license headers and project metadata to align with Apache Incubator.
 
-<h2>Deprecated and Non-backwards Compatible Changes</h2>
+## Fixes
 
-<ul>
-<li>All Async interfaces are deprecated and will be removed in the next major version of jclouds.  Please only use the synchronous  APIs, those without "Async" in the class name, such as <code>NovaApi</code>. You can find an example of doing an asynchronous file upload without the Async interface in <a href="https://github.com/jclouds/jclouds-cloud-storage-workshop/blob/master/exercise2/src/main/java/org/jclouds/labs/blobstore/exercise2/MultiFileUploaderC.java">MultiFileUploaderC.java</a>.</li>
-<li>Accordingly, please discontinue use of <code>RestContext</code>.  This is replaced with <code>ApiContext</code>, which doesn't have an Async type.  Note that you can use <code>ContextBuilder.buildApi(YourApi.class)</code> instead of using contexts, as API interfaces are now closeable.</li>
-<li>Please discontinue use of <code>Context.utils()</code> as many features there were only present to support the Async interfaces of jclouds.  Code in jclouds will be easier to maintain when we needn't support utilities that are also present in tools such as Guava and Bouncycastle.</li>
-</ul>
+ * Allow repeatable Payload with InputSupplier input (allows retries to work)
+ * Map S3 TooManyBuckets to InsufficientResourcesException
+ * Fixed the jclouds-cli start script so that it now runs smoothly on Windows.
 
+## Deprecated and Non-backwards Compatible Changes
+ *  All Async interfaces are deprecated and will be removed in the next major version of jclouds.  Please only use the synchronous  APIs, those without "Async" in the class name, such as `NovaApi`. You can find an example of doing an asynchronous file upload without the Async interface in [MultiFileUploaderC.java](https://github.com/jclouds/jclouds-cloud-storage-workshop/blob/master/exercise2/src/main/java/org/jclouds/labs/blobstore/exercise2/MultiFileUploaderC.java).
+ *  Accordingly, please discontinue use of `RestContext`.  This is replaced with `ApiContext`, which doesn't have an Async type.  Note that you can use `ContextBuilder.buildApi(YourApi.class)` instead of using contexts, as API interfaces are now closeable.
+ *  Please discontinue use of `Context.utils()` as many features there were only present to support the Async interfaces of jclouds.  Code in jclouds will be easier to maintain when we needn't support utilities that are also present in tools such as Guava and Bouncycastle.
 
-<h2>Credits</h2>
+## 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>Andrew Bayer for leading the release charge.</li>
-<li>A special thanks to our Apache mentors for guiding us through our first release.</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>
+  * Andrew Bayer for leading the release charge.
+  * A special thanks to our Apache mentors for guiding us through our first release.
+  * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
 
 ]]></content>
   </entry>

Modified: jclouds/site-content/releasenotes/beta7.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/beta7.html?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/beta7.html (original)
+++ jclouds/site-content/releasenotes/beta7.html Thu Apr 17 18:41:43 2014
@@ -117,6 +117,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
                         <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>

Modified: jclouds/site-content/releasenotes/beta8.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/beta8.html?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/beta8.html (original)
+++ jclouds/site-content/releasenotes/beta8.html Thu Apr 17 18:41:43 2014
@@ -117,6 +117,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
                         <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>

Modified: jclouds/site-content/releasenotes/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/index.html?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/index.html (original)
+++ jclouds/site-content/releasenotes/index.html Thu Apr 17 18:41:43 2014
@@ -117,6 +117,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
                         <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
@@ -147,6 +148,7 @@
             <p>The Release Notes and Javadocs for every major release of Apache jclouds are listed chronologically below.</p>
 
 <ul>
+<li><a href="/releasenotes/1.7.2">1.7.2</a> | <a href="http://demobox.github.io/jclouds-maven-site-1.7.2/1.7.2/jclouds/apidocs/">Javadoc</a></li>
 <li><a href="/releasenotes/1.7.1">1.7.1</a> | <a href="http://demobox.github.io/jclouds-maven-site-1.7.1/1.7.1/jclouds/apidocs/">Javadoc</a></li>
 <li><a href="/releasenotes/1.7.0">1.7.0</a> | <a href="http://demobox.github.io/jclouds-maven-site-1.7.0/1.7.0/jclouds/apidocs/">Javadoc</a></li>
 <li><a href="/releasenotes/1.6.3">1.6.3</a> | <a href="http://demobox.github.io/jclouds-maven-site-1.6.3/1.6.3/jclouds/apidocs/">Javadoc</a></li>

Modified: jclouds/site-content/start/blobstore/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/blobstore/index.html?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/start/blobstore/index.html (original)
+++ jclouds/site-content/start/blobstore/index.html Thu Apr 17 18:41:43 2014
@@ -117,6 +117,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
                         <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>

Modified: jclouds/site-content/start/compute/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/compute/index.html?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/start/compute/index.html (original)
+++ jclouds/site-content/start/compute/index.html Thu Apr 17 18:41:43 2014
@@ -117,6 +117,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
                         <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>

Modified: jclouds/site-content/start/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/index.html?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/start/index.html (original)
+++ jclouds/site-content/start/index.html Thu Apr 17 18:41:43 2014
@@ -117,6 +117,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
                         <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>

Modified: jclouds/site-content/start/install/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/install/index.html?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/start/install/index.html (original)
+++ jclouds/site-content/start/install/index.html Thu Apr 17 18:41:43 2014
@@ -117,6 +117,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
                         <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>
@@ -168,7 +169,7 @@
 <span class="nt">&lt;project</span> <span class="na">xmlns=</span><span class="s">&quot;http://maven.apache.org/POM/4.0.0&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd&quot;</span><span class="nt">&gt;</span>
   <span class="nt">&lt;modelVersion&gt;</span>4.0.0<span class="nt">&lt;/modelVersion&gt;</span>
   <span class="nt">&lt;properties&gt;</span>
-    <span class="nt">&lt;jclouds.version&gt;</span>1.7.1<span class="nt">&lt;/jclouds.version&gt;</span>
+    <span class="nt">&lt;jclouds.version&gt;</span>1.7.2<span class="nt">&lt;/jclouds.version&gt;</span>
   <span class="nt">&lt;/properties&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>com.mycompany.app<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>my-app<span class="nt">&lt;/artifactId&gt;</span>
@@ -227,7 +228,7 @@
 <div class="highlight"><pre><code class="clojure"><span class="ss">:dependencies</span> <span class="p">[[</span><span class="nv">org.clojure/clojure</span> <span class="s">&quot;1.3.0&quot;</span><span class="p">]</span>
                <span class="p">[</span><span class="nv">org.clojure/core.incubator</span> <span class="s">&quot;0.1.0&quot;</span><span class="p">]</span>
                <span class="p">[</span><span class="nv">org.clojure/tools.logging</span> <span class="s">&quot;0.2.3&quot;</span><span class="p">]</span>
-               <span class="p">[</span><span class="nv">org.apache.jclouds/jclouds-all</span> <span class="s">&quot;1.7.1&quot;</span><span class="p">]]</span>
+               <span class="p">[</span><span class="nv">org.apache.jclouds/jclouds-all</span> <span class="s">&quot;1.7.2&quot;</span><span class="p">]]</span>
 </code></pre></div>
 
 
@@ -251,7 +252,7 @@
 </ul>
 
 
-<div class="highlight"><pre><code class="clojure"><span class="p">(</span><span class="kd">defproject </span><span class="nv">deps</span> <span class="s">&quot;1&quot;</span> <span class="ss">:dependencies</span> <span class="p">[[</span><span class="nv">org.apache.jclouds/jclouds-all</span> <span class="s">&quot;1.7.1&quot;</span><span class="p">]</span> <span class="p">[</span><span class="nv">org.apache.jclouds.driver/jclouds-sshj</span> <span class="s">&quot;1.7.1&quot;</span><span class="p">]])</span>
+<div class="highlight"><pre><code class="clojure"><span class="p">(</span><span class="kd">defproject </span><span class="nv">deps</span> <span class="s">&quot;1&quot;</span> <span class="ss">:dependencies</span> <span class="p">[[</span><span class="nv">org.apache.jclouds/jclouds-all</span> <span class="s">&quot;1.7.2&quot;</span><span class="p">]</span> <span class="p">[</span><span class="nv">org.apache.jclouds.driver/jclouds-sshj</span> <span class="s">&quot;1.7.2&quot;</span><span class="p">]])</span>
 </code></pre></div>
 
 
@@ -272,7 +273,7 @@
 Then, add jclouds to your <em>build.xml</em> as shown below:</p>
 
 <div class="highlight"><pre><code class="xml"><span class="nt">&lt;artifact:dependencies</span> <span class="na">pathId=</span><span class="s">&quot;jclouds.classpath&quot;</span><span class="nt">&gt;</span>
-    <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds&quot;</span><span class="na">artifactId=</span><span class="s">&quot;jclouds-all&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.1&quot;</span> <span class="nt">/&gt;</span>
+    <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds&quot;</span><span class="na">artifactId=</span><span class="s">&quot;jclouds-all&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.2&quot;</span> <span class="nt">/&gt;</span>
 <span class="nt">&lt;/artifact:dependencies&gt;</span>
 </code></pre></div>
 
@@ -305,8 +306,8 @@ Then, add jclouds to your <em>build.xml<
         <span class="nt">&lt;delete</span> <span class="na">dir=</span><span class="s">&quot;lib&quot;</span> <span class="nt">/&gt;</span>
         <span class="nt">&lt;mkdir</span> <span class="na">dir=</span><span class="s">&quot;lib&quot;</span> <span class="nt">/&gt;</span>
         <span class="nt">&lt;artifact:dependencies</span> <span class="na">filesetId=</span><span class="s">&quot;jclouds.fileset&quot;</span> <span class="na">versionsId=</span><span class="s">&quot;dependency.versions&quot;</span><span class="nt">&gt;</span>
-            <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;jclouds-all&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.1&quot;</span> <span class="nt">/&gt;</span>
-            <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds.driver&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;jclouds-sshj&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.1&quot;</span> <span class="nt">/&gt;</span>
+            <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;jclouds-all&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.2&quot;</span> <span class="nt">/&gt;</span>
+            <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds.driver&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;jclouds-sshj&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.2&quot;</span> <span class="nt">/&gt;</span>
             <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;ch.qos.logback&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;logback-classic&quot;</span> <span class="na">version=</span><span class="s">&quot;[1.0.9,)&quot;</span> <span class="nt">/&gt;</span>
         <span class="nt">&lt;/artifact:dependencies&gt;</span>
         <span class="nt">&lt;copy</span> <span class="na">todir=</span><span class="s">&quot;lib&quot;</span> <span class="na">verbose=</span><span class="s">&quot;true&quot;</span><span class="nt">&gt;</span>
@@ -330,13 +331,13 @@ Then, add jclouds to your <em>build.xml<
 
 <p>To only fetch the jars for a particular provider replace</p>
 
-<div class="highlight"><pre><code class="xml">      <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;jclouds-all&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.1&quot;</span> <span class="nt">/&gt;</span>
+<div class="highlight"><pre><code class="xml">      <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;jclouds-all&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.2&quot;</span> <span class="nt">/&gt;</span>
 </code></pre></div>
 
 
 <p>with</p>
 
-<div class="highlight"><pre><code class="xml">      <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds.provider&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;the-provider-id&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.1&quot;</span> <span class="nt">/&gt;</span>
+<div class="highlight"><pre><code class="xml">      <span class="nt">&lt;dependency</span> <span class="na">groupId=</span><span class="s">&quot;org.apache.jclouds.provider&quot;</span> <span class="na">artifactId=</span><span class="s">&quot;the-provider-id&quot;</span> <span class="na">version=</span><span class="s">&quot;1.7.2&quot;</span> <span class="nt">/&gt;</span>
 </code></pre></div>
 
 

Modified: jclouds/site-content/start/what-is-jclouds/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/what-is-jclouds/index.html?rev=1588338&r1=1588337&r2=1588338&view=diff
==============================================================================
--- jclouds/site-content/start/what-is-jclouds/index.html (original)
+++ jclouds/site-content/start/what-is-jclouds/index.html Thu Apr 17 18:41:43 2014
@@ -117,6 +117,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <!-- only keep the release notes for supported versions in this list -->
+                        <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
                         <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
                         <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
                         <li><a href="/releasenotes/1.6.3">1.6.3</a></li>