You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pr...@apache.org on 2006/08/20 20:46:56 UTC

svn commit: r433003 - /directory/trunks/mina/src/site/fml/faq.fml

Author: proyal
Date: Sun Aug 20 11:46:56 2006
New Revision: 433003

URL: http://svn.apache.org/viewvc?rev=433003&view=rev
Log:
Modify language in "what version should i use" language to match advice given on the mailing list

Modified:
    directory/trunks/mina/src/site/fml/faq.fml

Modified: directory/trunks/mina/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/directory/trunks/mina/src/site/fml/faq.fml?rev=433003&r1=433002&r2=433003&view=diff
==============================================================================
--- directory/trunks/mina/src/site/fml/faq.fml (original)
+++ directory/trunks/mina/src/site/fml/faq.fml Sun Aug 20 11:46:56 2006
@@ -42,14 +42,9 @@
       <question>Which version of MINA should I use?</question>
       <answer>
         <p>
-          MINA uses Linux-like version numbers.  There are currently two
-          streams in MINA; 0.7 and 0.9:
-          <ul>
-            <li>0.7 is the first public release of MINA.</li>
-            <li>0.8 is the official stable release of 0.7.</li>
-            <li>0.9 has richer features and cleaner API than 0.8.</li>
-            <li>1.0 is the official stable release of 0.9</li>
-          </ul>
+          MINA uses Linux-like version numbers. This means that even numbers, such as 0.8, will guarantee
+          API stability between releases in the series. With 0.9, you may have to modify your code when moving
+          from 0.9.x to 0.9.y. In practice, the 0.9 series is stablizing and changes shouldn't be too drastic.
         </p>
         <p>
           Here are the general rules for choosing an appropriate release: