r1733 - trunk/central/site/src/docs/about/download

mcconnell at BerliOS mcconnell at mail.berlios.de
Sun Aug 13 14:31:35 EDT 2006


Author: mcconnell
Date: 2006-08-13 20:31:33 +0200 (Sun, 13 Aug 2006)
New Revision: 1733

Modified:
   trunk/central/site/src/docs/about/download/archive.xml
   trunk/central/site/src/docs/about/download/index.xml
Log:
update archive to include 1.0.1 distribution

Modified: trunk/central/site/src/docs/about/download/archive.xml
===================================================================
--- trunk/central/site/src/docs/about/download/archive.xml	2006-08-13 18:30:29 UTC (rev 1732)
+++ trunk/central/site/src/docs/about/download/archive.xml	2006-08-13 18:31:33 UTC (rev 1733)
@@ -11,18 +11,85 @@
 
   <body>
 
-    <section name="Milestone Archive">
-       
+    <section name="Release Archive">
+    
       <p>
-      The following table lists archived milestone distributions published by the DPML.
+      The following table lists formal distributions published by the DPML.
       </p>
-
-      <subsection name="Build 1.0.0">
-
+        
+      <subsection name="Version 1.0.1">
+      
         <p>
         Resolved issues and/or enhancements:
         </p>
         
+        <p>
+        Changes in this release include the addition of a new command-line option to the Depot build
+        tool enabling a decimal version build policy together with some internal implementation 
+        enhancements that enable the generation of a full DPML system build using the Depot build 
+        system.  The decimal versioning option basically addresses functional requirements that arise
+        when evaluating the impact of small changes on dependent systems.  In addition version 1.0.1
+        introduces the ability within the DPML build to run the entire build under Depot (as opposed 
+        to the earlier bootstrap+Depot build sequence).  With full Depot-based build sequencing in 
+        place its now much easier to address subjects such as build system reporting and general 
+        shortcomings in larger scale multi-project management.
+        </p>
+        
+        <table>
+          <tr>
+            <td>Windows NSIS Installer</td>
+            <td>
+              <a href="http://download.dpml.net/formal/sdk/1.0.1/dpml-sdk-win32-1.0.1.exe">
+                dpml-sdk-win32-1.0.1.exe</a>
+            </td>
+            <td>
+              <a href="http://download.dpml.net/formal/sdk/1.0.1/dpml-sdk-win32-1.0.1.exe.md5">
+              MD5</a>
+            </td>
+          </tr>
+          <tr>
+            <td>Windows Zip Archive</td>
+            <td>
+              <a href="http://download.dpml.net/formal/sdk/1.0.1/dpml-sdk-win32-1.0.1.zip">
+                dpml-sdk-win32-1.0.1.zip</a>
+            </td>
+            <td>
+              <a href="http://download.dpml.net/formal/sdk/1.0.1/dpml-sdk-win32-1.0.1.zip.md5">
+              MD5</a>
+            </td>
+          </tr>  
+          <tr>
+            <td>Linux Archive</td>
+            <td>
+              <a href="http://download.dpml.net/formal/sdk/1.0.1/dpml-sdk-linux-1.0.1.tar.gz">
+                dpml-sdk-linux-1.0.1.tar.gz</a>
+            </td>
+            <td>
+              <a href="http://download.dpml.net/formal/sdk/1.0.1/dpml-sdk-linux-1.0.1.tar.gz.md5">
+              MD5</a>
+            </td>
+          </tr>  
+          <tr>
+            <td>Documentation Archive</td>
+            <td>
+              <a href="http://download.dpml.net/formal/sdk/1.0.1/dpml-sdk-docs-1.0.1.zip">
+                dpml-sdk-docs-1.0.1.zip</a>
+            </td>
+            <td>
+              <a href="http://download.dpml.net/formal/sdk/1.0.1/dpml-sdk-docs-1.0.1.zip.md5">
+              MD5</a>
+            </td>
+          </tr>
+        </table>
+        
+      </subsection>
+      
+      <subsection name="Version 1.0.0">
+        
+        <p>
+        Resolved issues and/or enhancements:
+        </p>
+        
         <ul>
           <li>Resolved issue in Depot application handler related to logging 
               configuration resource assignment preventing the execution of
@@ -96,6 +163,14 @@
 
       </subsection>
       
+    </section>
+    
+    <section name="Milestone Archive">
+    
+      <p>
+      The following table lists archived milestone distributions published by the DPML. 
+      </p>
+      
       <subsection name="Build 1.0.0-RC9">
 
         <p>

Modified: trunk/central/site/src/docs/about/download/index.xml
===================================================================
--- trunk/central/site/src/docs/about/download/index.xml	2006-08-13 18:30:29 UTC (rev 1732)
+++ trunk/central/site/src/docs/about/download/index.xml	2006-08-13 18:31:33 UTC (rev 1733)
@@ -29,11 +29,6 @@
 
       <subsection name="Build @VERSION@">
       
-        <p>
-        Please refer to the README.TXT file included in the distribution for 
-        additional install details.
-        </p>
-
         <table>
           <tr>
             <td>Windows NSIS Installer</td>
@@ -82,17 +77,18 @@
         </table>
         
         <p>
-        Changes in this release include the addition of a new command-line option to the Depot build
-        tool enabling a decimal version build policy together with some internal implementation 
-        enhancements that enable the generation of a full DPML system build using the Depot build 
-        system.  The decimal versioning option basically addresses functional requirements that arise
-        when evaluating the impact of small changes on dependent systems.  In addition version @VERSION@
-        introduces the ability within the DPML build to run the entire build under Depot (as opposed 
-        to the earlier bootstrap+Depot build sequence).  With full Depot-based build sequencing in 
-        place its now much easier to address subjects such as build system reporting and general 
-        shortcomings in larger scale multi-project management.
+        Changes and/or enhancements include:
         </p>
         
+        <ul>
+          <li>Correction to the lookup tutorial documentation.</li>
+        </ul>
+        
+        <p>
+        Please refer to the README.TXT file included in the distribution for 
+        additional install details.
+        </p>
+        
       </subsection>
 
     </section>




More information about the notify-dpml mailing list