Updated Branches:
  refs/heads/4.0 741b9172a -> 97f6fe1e5

CLOUDSTACK-699: removing hard-coded references to 4.0.0-incubating/changing to 
4.0.1-incubating.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/97f6fe1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/97f6fe1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/97f6fe1e

Branch: refs/heads/4.0
Commit: 97f6fe1e59d745bc61ad6a3d44b096a2ecc3750e
Parents: 741b917
Author: Joe Brockmeier <[email protected]>
Authored: Fri Jan 4 15:37:15 2013 -0600
Committer: Joe Brockmeier <[email protected]>
Committed: Fri Jan 4 15:37:15 2013 -0600

----------------------------------------------------------------------
 CHANGES                                           |   32 ++++++++++++++++
 README.md                                         |    2 +-
 docs/en-US/API_Developers_Guide.xml               |    2 +-
 docs/en-US/Admin_Guide.xml                        |    2 +-
 docs/en-US/CloudStack_Nicira_NVP_Guide.xml        |    2 +-
 docs/en-US/Installation_Guide.xml                 |    2 +-
 docs/en-US/build-deb.xml                          |   32 ++++++++--------
 docs/en-US/castor-with-cs.xml                     |    2 +-
 docs/en-US/cloudstack.xml                         |    2 +-
 docs/en-US/extracting-source.xml                  |    4 +-
 docs/en-US/getting-release.xml                    |   10 ++--
 docs/en-US/plugin-niciranvp-features.xml          |    6 +-
 docs/en-US/verifying-source.xml                   |    6 +-
 plugins/network-elements/midokura-midonet/pom.xml |    2 +-
 setup/apidoc/generateadmincommands.xsl            |    2 +-
 setup/apidoc/generatedomainadmincommands.xsl      |    2 +-
 setup/apidoc/generatetoc_header.xsl               |    2 +-
 setup/apidoc/generateusercommands.xsl             |    2 +-
 18 files changed, 73 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index a745a46..d5f29aa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,38 @@ Apache CloudStack (Incubating) CHANGES
 
 Full release notes for each release are located in the project's documentation 
website:  http://incubator.apache.org/cloudstack/docs
 
+Version 4.0.1-incubating
+------------------------
+
+This is a bugfix release for Apache CloudStack 4.0.0-incubating, with no new 
features. 
+
+Bugs fixed in this release:
+
+CLOUDSTACK-359: PropagateResourceEventCommand fails in cluster configuration
+CLOUDSTACK-374: When running cloud-setup-databases, it auto chooses the 
highest priority nic (lowest number ie: eth0)
+CLOUDSTACK-389: Install Guide: Section 4.5.5 (Prepare NFS Shares): Confusing 
statement about iSCSI
+CLOUDSTACK-395: Primary Storage and Secondary Storage sections missing 
sub-sections
+CLOUDSTACK-411: Add another step during kvm agent installation on Ubuntu 
machine
+CLOUDSTACK-415: restartNetwork call causes VM to be unreachable when Nicira 
based SDN is used.
+CLOUDSTACK-422: XSL files missing license header.
+CLOUDSTACK-426: SetVPCStaticNatRules unimplemented for KVM.
+CLOUDSTACK-448: SSVM bootstrap failure on XenServer hosts with E3 CPU.
+CLOUDSTACK-465: French language file quotes are dropping javascript syntax 
errors.
+CLOUDSTACK-473: API Doc for uploadCustomCertificate doesn't explain how to use 
the optional parameters well.
+CLOUDSTACK-480: Installation Documentation error: Section 4.5.5.2 needs to 
mention nfs-kernel-server.
+CLOUDSTACK-498: Missing dependency in RPM of KVM Agent.
+CLOUDSTACK-502: VPC router needs to resolve its hostname.
+CLOUDSTACK-505: cloudstack logs the private key in plaintext.
+CLOUDSTACK-507: fix api docs for listSSHKeyPairs.
+CLOUDSTACK-515: NVP installation.
+CLOUDSTACK-536: remove citrix cloudpatform from 4.0 build - CloudStack is ASF 
project.
+CLOUDSTACK-560: Usage server doesn't work in 4.0.0 due to missing db changes.
+CLOUDSTACK-580: Packages are named with 4.0 with 4.0.1 build.
+CLOUDSTACK-591: Wrong vnet in iptables on KVM hypervisors after VM reboot.
+CLOUDSTACK-603: Upgrade from 4.0 to 4.0.1 is not enabled.
+CLOUDSTACK-622: In the add primary storage dialog in the ui the RBD fields 
don't disappear when changing from RBD to another protocol.
+
+
 Version 4.0.0-incubating
 ------------------------
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 823a0ba..9ebce86 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Apache CloudStack (Incubating) Version 4.0.0-incubating
+Apache CloudStack (Incubating) Version 4.0.1-incubating
 
 # About Apache CloudStack (Incubating)
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/API_Developers_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/API_Developers_Guide.xml 
b/docs/en-US/API_Developers_Guide.xml
index c691ad0..c2d9d22 100644
--- a/docs/en-US/API_Developers_Guide.xml
+++ b/docs/en-US/API_Developers_Guide.xml
@@ -26,7 +26,7 @@
     <bookinfo id="cloudstack_developers">
         <title>&PRODUCT; API Developer's Guide</title>
         <productname>Apache CloudStack</productname>
-        <productnumber>4.0.0-incubating</productnumber>
+        <productnumber>4.0.1-incubating</productnumber>
         <edition></edition>
         <pubsnumber></pubsnumber>
         <abstract>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/Admin_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Admin_Guide.xml b/docs/en-US/Admin_Guide.xml
index 07f5e88..57ba9a5 100644
--- a/docs/en-US/Admin_Guide.xml
+++ b/docs/en-US/Admin_Guide.xml
@@ -26,7 +26,7 @@
     <bookinfo id="cloudstack_admin">
     <title>&PRODUCT; Administrator's Guide</title>
     <productname>Apache CloudStack</productname>
-    <productnumber>4.0.0-incubating</productnumber>
+    <productnumber>4.0.1-incubating</productnumber>
     <edition>1</edition>
     <pubsnumber></pubsnumber>
     <abstract>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/CloudStack_Nicira_NVP_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/CloudStack_Nicira_NVP_Guide.xml 
b/docs/en-US/CloudStack_Nicira_NVP_Guide.xml
index a4c367c..406f3e2 100644
--- a/docs/en-US/CloudStack_Nicira_NVP_Guide.xml
+++ b/docs/en-US/CloudStack_Nicira_NVP_Guide.xml
@@ -28,7 +28,7 @@
     <bookinfo id="cloudstack_plugin_niciranvp">
     <title>&PRODUCT; Plugin Guide for the Nicira NVP Plugin</title>
     <productname>Apache CloudStack</productname>
-    <productnumber>4.0.0-incubating</productnumber>
+    <productnumber>4.0.1-incubating</productnumber>
     <edition>1</edition>
     <pubsnumber></pubsnumber>
     <abstract>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/Installation_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Installation_Guide.xml 
b/docs/en-US/Installation_Guide.xml
index a40ceed..c3cb6ab 100644
--- a/docs/en-US/Installation_Guide.xml
+++ b/docs/en-US/Installation_Guide.xml
@@ -26,7 +26,7 @@
     <bookinfo id="book-installation">
         <title>&PRODUCT; Installation Guide</title>
         <productname>Apache CloudStack</productname>
-        <productnumber>4.0.0-incubating</productnumber>
+        <productnumber>4.0.1-incubating</productnumber>
         <edition>1</edition>
         <pubsnumber></pubsnumber>
         <abstract>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/build-deb.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/build-deb.xml b/docs/en-US/build-deb.xml
index deee3ce..2672123 100644
--- a/docs/en-US/build-deb.xml
+++ b/docs/en-US/build-deb.xml
@@ -58,22 +58,22 @@
     This command will build 16 Debian packages. You should have all of the 
following:
 </para>
 <programlisting>
-cloud-agent_4.0.0-incubating_amd64.deb
-cloud-agent-deps_4.0.0-incubating_amd64.deb
-cloud-agent-libs_4.0.0-incubating_amd64.deb
-cloud-awsapi_4.0.0-incubating_amd64.deb
-cloud-cli_4.0.0-incubating_amd64.deb
-cloud-client_4.0.0-incubating_amd64.deb
-cloud-client-ui_4.0.0-incubating_amd64.deb
-cloud-core_4.0.0-incubating_amd64.deb
-cloud-deps_4.0.0-incubating_amd64.deb
-cloud-python_4.0.0-incubating_amd64.deb
-cloud-scripts_4.0.0-incubating_amd64.deb
-cloud-server_4.0.0-incubating_amd64.deb
-cloud-setup_4.0.0-incubating_amd64.deb
-cloud-system-iso_4.0.0-incubating_amd64.deb
-cloud-usage_4.0.0-incubating_amd64.deb
-cloud-utils_4.0.0-incubating_amd64.deb
+cloud-agent_4.0.1-incubating_amd64.deb
+cloud-agent-deps_4.0.1-incubating_amd64.deb
+cloud-agent-libs_4.0.1-incubating_amd64.deb
+cloud-awsapi_4.0.1-incubating_amd64.deb
+cloud-cli_4.0.1-incubating_amd64.deb
+cloud-client_4.0.1-incubating_amd64.deb
+cloud-client-ui_4.0.1-incubating_amd64.deb
+cloud-core_4.0.1-incubating_amd64.deb
+cloud-deps_4.0.1-incubating_amd64.deb
+cloud-python_4.0.1-incubating_amd64.deb
+cloud-scripts_4.0.1-incubating_amd64.deb
+cloud-server_4.0.1-incubating_amd64.deb
+cloud-setup_4.0.1-incubating_amd64.deb
+cloud-system-iso_4.0.1-incubating_amd64.deb
+cloud-usage_4.0.1-incubating_amd64.deb
+cloud-utils_4.0.1-incubating_amd64.deb
 </programlisting>
 
     <section id="sect-source-builddebs-repo">

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/castor-with-cs.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/castor-with-cs.xml b/docs/en-US/castor-with-cs.xml
index 5049d33..6ff84f4 100644
--- a/docs/en-US/castor-with-cs.xml
+++ b/docs/en-US/castor-with-cs.xml
@@ -34,7 +34,7 @@
   <para>To configure CAStor:</para>
   <orderedlist>
     <listitem>
-      <para>Install &PRODUCT; 4.0.0-incubating by following the instructions 
given in the INSTALL.txt
+      <para>Install &PRODUCT; 4.0.1-incubating by following the instructions 
given in the INSTALL.txt
         file.</para>
       <note>
         <para>You can use the S3 storage system in &PRODUCT; without setting 
up and installing the

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/cloudstack.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cloudstack.xml b/docs/en-US/cloudstack.xml
index c745bc9..d1489a0 100644
--- a/docs/en-US/cloudstack.xml
+++ b/docs/en-US/cloudstack.xml
@@ -26,7 +26,7 @@
     <bookinfo id="cloudstack_all">
         <title>&PRODUCT; Complete Documentation</title>
         <productname>Apache CloudStack</productname>
-        <productnumber>4.0.0-incubating</productnumber>
+        <productnumber>4.0.1-incubating</productnumber>
         <edition>1</edition>
         <pubsnumber></pubsnumber>
         <abstract>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/extracting-source.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/extracting-source.xml b/docs/en-US/extracting-source.xml
index 97a40b6..e8a9f57 100644
--- a/docs/en-US/extracting-source.xml
+++ b/docs/en-US/extracting-source.xml
@@ -27,10 +27,10 @@
     <para>
        Extracting the &PRODUCT; release is relatively simple and can be done
        with a single command as follows: 
-       <programlisting><prompt>$</prompt> <command>tar</command> -jxvf 
apache-cloudstack-4.0.0-incubating-src.tar.bz2</programlisting>
+       <programlisting><prompt>$</prompt> <command>tar</command> -jxvf 
apache-cloudstack-4.0.1-incubating-src.tar.bz2</programlisting>
     </para>
     <para>
        You can now move into the directory:
-       <programlisting><prompt>$</prompt> <command>cd</command> 
./apache-cloudstack-4.0.0-incubating-src</programlisting>
+       <programlisting><prompt>$</prompt> <command>cd</command> 
./apache-cloudstack-4.0.1-incubating-src</programlisting>
     </para>
 </section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/getting-release.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/getting-release.xml b/docs/en-US/getting-release.xml
index 09f0a7b..16c003e 100644
--- a/docs/en-US/getting-release.xml
+++ b/docs/en-US/getting-release.xml
@@ -35,27 +35,27 @@
         <orderedlist>
             <listitem>
                 <para>
-                    <ulink 
url="http://www.apache.org/dyn/closer.cgi/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2";>
-                        apache-cloudstack-4.0.0-incubating-src.tar.bz2</ulink>
+                    <ulink 
url="http://www.apache.org/dyn/closer.cgi/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2";>
+                        apache-cloudstack-4.0.1-incubating-src.tar.bz2</ulink>
                         - This is the link to the release itself.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <ulink 
url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc";>PGP</ulink>
+                    <ulink 
url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc";>PGP</ulink>
                         - This is a detached cryptographic signature that can 
be used to help
                         verify the authenticity of the release.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <ulink 
url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5";>MD5</ulink>
+                    <ulink 
url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5";>MD5</ulink>
                         - An MD5 hash of the release to aid in verify the 
validity of the release download.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <ulink 
url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha";>SHA512</ulink>
+                    <ulink 
url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha";>SHA512</ulink>
                         - A SHA512 hash of the release to aid in verify the 
validity of the release download.
                 </para>
             </listitem>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/plugin-niciranvp-features.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-features.xml 
b/docs/en-US/plugin-niciranvp-features.xml
index b67323d..34b34df 100644
--- a/docs/en-US/plugin-niciranvp-features.xml
+++ b/docs/en-US/plugin-niciranvp-features.xml
@@ -22,8 +22,8 @@
 -->
 <section id="Features-of-the-Nicira-NVP-Plugin">
     <title>Features of the Nicira NVP Plugin</title>
-    <para>In CloudStack release 4.0.0-incubating this plugin supports the 
Connectivity service. This service is responsible for creating Layer 2 networks 
supporting the networks created by Guests. In other words when an tennant 
creates a new network, instead of the traditional VLAN a logical network will 
be created by sending the appropriate calls to the Nicira NVP Controller.</para>
+    <para>In CloudStack release 4.0.1-incubating this plugin supports the 
Connectivity service. This service is responsible for creating Layer 2 networks 
supporting the networks created by Guests. In other words when an tennant 
creates a new network, instead of the traditional VLAN a logical network will 
be created by sending the appropriate calls to the Nicira NVP Controller.</para>
     <para>The plugin has been tested with Nicira NVP versions 2.1.0, 2.2.0 and 
2.2.1</para>
-    <note><para>In CloudStack 4.0.0-incubating only the XenServer hypervisor 
is supported for use in combination with Nicira NVP</para></note>
-    <note><para>In CloudStack 4.0.0-incubating the UI components for this 
plugin are not complete, configuration is done by sending commands to the 
API</para></note>
+    <note><para>In CloudStack 4.0.1-incubating only the XenServer hypervisor 
is supported for use in combination with Nicira NVP</para></note>
+    <note><para>In CloudStack 4.0.1-incubating the UI components for this 
plugin are not complete, configuration is done by sending commands to the 
API</para></note>
 </section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/docs/en-US/verifying-source.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/verifying-source.xml b/docs/en-US/verifying-source.xml
index 05b54ec..9d15ba4 100644
--- a/docs/en-US/verifying-source.xml
+++ b/docs/en-US/verifying-source.xml
@@ -45,7 +45,7 @@
         <para>
            The &PRODUCT; project provides a detached GPG signature of the 
release.
            To check the signature, run the following command:
-           <programlisting><prompt>$</prompt> <command>gpg</command> --verify 
apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</programlisting>
+           <programlisting><prompt>$</prompt> <command>gpg</command> --verify 
apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc</programlisting>
         </para>
         <para>
            If the signature is valid you will see a line of output that 
contains 'Good signature'.
@@ -57,7 +57,7 @@
            In addition to the cryptographic signature, the &PRODUCT; provides 
a number 
            of cryptographic hashes to aid in assurance of validity of the 
downloaded
            release. You can verify this hash by executing the following 
command:
-           <programlisting><prompt>$</prompt> <command>gpg</command> 
--print-md MD5 apache-cloudstack-4.0.0-incubating-src.tar.bz2 | 
<command>diff</command> - 
apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5</programlisting>
+           <programlisting><prompt>$</prompt> <command>gpg</command> 
--print-md MD5 apache-cloudstack-4.0.1-incubating-src.tar.bz2 | 
<command>diff</command> - 
apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5</programlisting>
          </para>
          <para>
              If this successfully completes you should see no output. If there 
is any output from them,
@@ -71,7 +71,7 @@
            In addition to the MD5 hash, the &PRODUCT; project provides a SHA512
            cryptographic hash to aid in assurance of the validity of the 
downloaded
            release. You can verify this hash by executing the following 
command:
-           <programlisting><prompt>$</prompt> <command>gpg</command> 
--print-md SHA512 apache-cloudstack-4.0.0-incubating-src.tar.bz2 | 
<command>diff</command> - 
apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha</programlisting>
+           <programlisting><prompt>$</prompt> <command>gpg</command> 
--print-md SHA512 apache-cloudstack-4.0.1-incubating-src.tar.bz2 | 
<command>diff</command> - 
apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha</programlisting>
         </para>
         <para>
            If this command successfully completes you should see no output. If 
there is any output from them,

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/plugins/network-elements/midokura-midonet/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/network-elements/midokura-midonet/pom.xml 
b/plugins/network-elements/midokura-midonet/pom.xml
index 60287aa..f7578c5 100644
--- a/plugins/network-elements/midokura-midonet/pom.xml
+++ b/plugins/network-elements/midokura-midonet/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack-plugins</artifactId>
-    <version>4.0.0-incubating-SNAPSHOT</version>
+    <version>4.0.1-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/setup/apidoc/generateadmincommands.xsl
----------------------------------------------------------------------
diff --git a/setup/apidoc/generateadmincommands.xsl 
b/setup/apidoc/generateadmincommands.xsl
index eed7f12..869b6fc 100644
--- a/setup/apidoc/generateadmincommands.xsl
+++ b/setup/apidoc/generateadmincommands.xsl
@@ -57,7 +57,7 @@ version="1.0">
                                <xsl:for-each select="command/command">
                                        <!-- Modify this line for the release 
version -->
                                        <span>
-                                                                       Apache 
CloudStack 4.0.0-incubating Root Admin API Reference
+                                                                       Apache 
CloudStack 4.0.1-incubating Root Admin API Reference
                                                                </span>
                                                                <p></p>
                                 <h1><xsl:value-of select="name"/></h1>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/setup/apidoc/generatedomainadmincommands.xsl
----------------------------------------------------------------------
diff --git a/setup/apidoc/generatedomainadmincommands.xsl 
b/setup/apidoc/generatedomainadmincommands.xsl
index b36e8d1..74cbc98 100644
--- a/setup/apidoc/generatedomainadmincommands.xsl
+++ b/setup/apidoc/generatedomainadmincommands.xsl
@@ -60,7 +60,7 @@ version="1.0">
                                <xsl:for-each select="command/command">
                                        <!-- Modify this line for the release 
version -->
                                        <span>
-                                                                       Apache 
CloudStack 4.0.0-incubating Domain Admin API Reference
+                                                                       Apache 
CloudStack 4.0.1-incubating Domain Admin API Reference
                                                                </span>
                                                                <p></p>
                                 <h1><xsl:value-of select="name"/></h1>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/setup/apidoc/generatetoc_header.xsl
----------------------------------------------------------------------
diff --git a/setup/apidoc/generatetoc_header.xsl 
b/setup/apidoc/generatetoc_header.xsl
index 13290bc..d18df41 100644
--- a/setup/apidoc/generatetoc_header.xsl
+++ b/setup/apidoc/generatetoc_header.xsl
@@ -52,7 +52,7 @@ version="1.0">
                 <div class="inside_apileftpanel">
                        <div class="inside_contentpanel" style="width:930px;">
                                <!-- Modify this line for the release version 
-->
-                       <h1>Apache CloudStack 4.0.0-incubating API 
Documentation</h1>
+                       <h1>Apache CloudStack 4.0.1-incubating API 
Documentation</h1>
                         <div class="apiannouncement_box">
                                <div class="apiannouncement_contentarea">
                                 <h3>Using the CloudStack API</h3>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97f6fe1e/setup/apidoc/generateusercommands.xsl
----------------------------------------------------------------------
diff --git a/setup/apidoc/generateusercommands.xsl 
b/setup/apidoc/generateusercommands.xsl
index 72e2444..41eb0e1 100644
--- a/setup/apidoc/generateusercommands.xsl
+++ b/setup/apidoc/generateusercommands.xsl
@@ -57,7 +57,7 @@ version="1.0">
                                <xsl:for-each select="command/command">
                                        <!-- Modify this line for the release 
version -->
                                        <span>
-                                                                       Apache 
CloudStack 4.0.0-incubating User API Reference
+                                                                       Apache 
CloudStack 4.0.1-incubating User API Reference
                                                                </span>
                                                                <p></p>
                                 <h1><xsl:value-of select="name"/></h1>

Reply via email to