Author: deryck
Date: 2004-11-10 19:22:53 +0000 (Wed, 10 Nov 2004)
New Revision: 408

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=408

Log:

Updating current stable release number and updating info
on the devel page concerning the branches.

--deryck 

Modified:
   trunk/devel/index.html
   trunk/header2.html


Changeset:
Modified: trunk/devel/index.html
===================================================================
--- trunk/devel/index.html      2004-11-09 18:55:52 UTC (rev 407)
+++ trunk/devel/index.html      2004-11-10 19:22:53 UTC (rev 408)
@@ -13,7 +13,7 @@
 
 <p>As of 4 April 2004, the Samba Team converted from CVS to Subversion for 
maintaining the Samba source code.  All current development is done in a 
Subversion repository.  All older code is in the original CVS tree; this would 
include 2.2.x versions of Samba, which are no longer in active development.</p>
 
-<p>The latest stable release is <em>Samba 3.0.7</em> (<a 
href="/samba/history/samba-3.0.7.html">release notes</a> and <a 
href="/samba/download/">download</a>).  The next major stable release will be 
<em>Samba 3.2</em>, projected by the end of 2004.  Samba 4, an ambitious 
reworking of the Samba code, is being developed concurrently with Samba3.</p>
+<p>The latest stable release is <em>Samba 3.0.8</em> (<a 
href="/samba/history/samba-3.0.8.html">release notes</a> and <a 
href="/samba/download/">download</a>).  The next major stable release will be 
<em>Samba 3.2</em>.   A release date has yet to be projected for 3.2, but it 
will be made available when the current development branch, Samba 3.1, becomes 
stable.  Samba 4, an ambitious reworking of the Samba code, is being developed 
concurrently with Samba3.</p>
 
 
 <br />
@@ -22,7 +22,7 @@
 <p>Areas of Samba development are listed below according to their branches 
within the Subversion source tree.  Plans for each release follow its listing, 
along with a sample check out command.</p>
 
   <ul>
-    <li><h4><em>trunk</em></h4>
+    <li><h4><em>TRUNK</em></h4>
     <p>This is the current development branch.  It is, obviously, not stable, 
as it is the ground where features for the next stable release are implemented 
and tested.</p>
     <p>Example checkout command:</p></li>
   </ul>
@@ -32,7 +32,7 @@
 </pre>
 
   <ul>
-    <li><h4><em>Samba_3_0</em></h4>
+    <li><h4><em>SAMBA_3_0</em></h4>
     <p>This is the current stable release. Updates to this release will be 
mostly bugfixes to prepare for the next 3.0.x release.</p>
     <p>Example checkout command:</p></li>
   </ul>
@@ -42,8 +42,8 @@
 </pre>
 
   <ul>
-    <li><h4><em>Samba_3_0_RELEASE</em></h4>
-    <p>This is the development area for the next stable release (Samba 3.2, 
targeted for the end of 2004).</p>
+    <li><h4><em>SAMBA_3_0_RELEASE</em></h4>
+    <p>This is the staging area for the next 3.0.x release.</p>
     <p>Example checkout command:</p></li>
   </ul>
 
@@ -51,13 +51,24 @@
 svn co svn://svnanon.samba.org/samba/branches/SAMBA_3_0_RELEASE samba3_release
 </pre>
 
+
   <ul>
-    <li><h4><em>Samba_4_0</em></h4>
-    <p>This is the tree for the next major release. It is currently under 
heavy development and still far away even from alpha releases.</p>
+    <li><h4><em>SAMBA_3_1_RELEASE</em></h4>
+    <p>This is the development area for new experimental features.  Once 
stablized, it will become the next stable 3.x branch (Samba 3.2).</p>
     <p>Example checkout command:</p></li>
   </ul>
 
 <pre>
+svn co svn://svnanon.samba.org/samba/branches/SAMBA_3_1_RELEASE samba3_1
+</pre>
+ 
+  <ul>
+    <li><h4><em>SAMBA_4_0</em></h4>
+    <p>This is the tree for the next major release. It is currently under 
heavy development.  Though it hasn't yet reached an alpha release, it has 
reached the <a 
href="http://lists.samba.org/archive/samba-technical/2004-October/037834.html";>"Susan"
 stage</a>.</p>
+    <p>Example checkout command:</p></li>
+  </ul>
+
+<pre>
 svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0 samba4
 </pre>
 

Modified: trunk/header2.html
===================================================================
--- trunk/header2.html  2004-11-09 18:55:52 UTC (rev 407)
+++ trunk/header2.html  2004-11-10 19:22:53 UTC (rev 408)
@@ -135,16 +135,16 @@
   <div class="releases">
     <h4>Current Stable Releases</h4>
     <ul>
-    <li><a href="/samba/ftp/samba-3.0.7.tar.gz">Samba 3.0.7 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.0.7.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/samba-3.0.7.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/samba-3.0.8.tar.gz">Samba 3.0.8 (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.0.8.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.0.8.tar.asc">Signature</a></li>
     </ul>
     
     <ul>
     <li><a href="/samba/ftp/samba-2.2.12.tar.gz">Samba 2.2.12
 (gzipped)</a></li>
     <li><a href="/samba/history/samba-2.2.12.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/samba-2.2.12.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-2.2.12.tar.asc">Signature</a></li>
     </ul>
        
     <p><a href="/samba/history/">Release History</a></p>

Reply via email to